Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CopilotKit dependencies to v1.5.11 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@copilotkit/react-core 1.3.1 -> 1.5.11 age adoption passing confidence
@copilotkit/react-textarea 1.3.1 -> 1.5.11 age adoption passing confidence
@copilotkit/react-ui 1.3.1 -> 1.5.11 age adoption passing confidence
@copilotkit/runtime 1.3.1 -> 1.5.11 age adoption passing confidence
@copilotkit/shared 1.3.1 -> 1.5.11 age adoption passing confidence

Release Notes

CopilotKit/CopilotKit (@​copilotkit/react-core)

v1.5.11

Compare Source

v1.5.10

Compare Source

v1.5.9

Compare Source

v1.5.0

Compare Source

Minor Changes
  • 1b47092: Synchronize LangGraph messages with CopilotKit
Patch Changes
  • 1b47092: CoAgents v0.3 prerelease

v1.4.8

Compare Source

Patch Changes
    • Better error handling
    • Introduce new "EmptyLLMAdapter" for when using CoAgents
    • Improve dev console help options
    • Allow CopilotKit remote endpoint without agents
  • Updated dependencies

v1.4.7

Compare Source

Patch Changes

v1.4.6

Compare Source

Patch Changes

v1.4.5

Compare Source

Patch Changes

v1.4.4

Compare Source

Patch Changes

v1.4.3

Compare Source

Patch Changes
  • c296282: - Better error surfacing when using LangGraph Platform streaming
    • Ensure state is immediately set without using flushSync
    • Better error surfacing when using LangGraph Platform streaming
    • Ensure state is immediately set without using flushSync
  • Updated dependencies [c296282]
  • Updated dependencies

v1.4.2

Compare Source

Patch Changes

v1.4.1

Compare Source

Patch Changes
  • 1721cbd: lower case copilotkit property

  • 1721cbd: add zod conversion

  • 8d0144f: bump

  • 8d0144f: bump

  • 8d0144f: bump

  • e16d95e: New prerelease

  • 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js

  • CopilotKit Core:

    • Improved error messages and overall logs
    • useCopilotAction.renderAndAwait renamed to .renderAndAwaitForResponse (backwards compatible, will be deprecated in the future)
    • Improved scrolling behavior. It is now possible to scroll up during LLM response generation
    • Added Azure OpenAI integration
    • Updated interfaces for better developer ergonomics

    CoAgents:

    • Renamed remoteActions to remoteEndpoints (backwards compatible, will be deprecated in the future)
    • Support for LangGraph Platform in Remote Endpoints
    • LangGraph JS Support for CoAgents (locally via langgraph dev, langgraph up or deployed to LangGraph Platform)
    • Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
    • Enhanced state management and message handling

    CopilotKid Back-end SDK:

    • Released a whole-new @copilotkit/sdk-js for building agents with LangGraph JS Support
  • 8d0144f: bump

  • 8d0144f: bump

  • fef1b74: fix assistant message CSS and propagate actions to LG JS

  • Updated dependencies [1721cbd]

  • Updated dependencies [1721cbd]

  • Updated dependencies [8d0144f]

  • Updated dependencies [8d0144f]

  • Updated dependencies [8d0144f]

  • Updated dependencies [e16d95e]

  • Updated dependencies [1721cbd]

  • Updated dependencies

  • Updated dependencies [8d0144f]

  • Updated dependencies [8d0144f]

  • Updated dependencies [fef1b74]

v1.4.0

Compare Source

Minor Changes

CopilotKit Core:

  • Improved error messages and overall logs
  • useCopilotAction.renderAndAwait renamed to .renderAndAwaitForResponse (backwards compatible, will be deprecated in the future)
  • Improved scrolling behavior. It is now possible to scroll up during LLM response generation
  • Added Azure OpenAI integration
  • Updated interfaces for better developer ergonomics

CoAgents:

  • Renamed remoteActions to remoteEndpoints (backwards compatible, will be deprecated in the future)
  • Support for LangGraph Platform in Remote Endpoints
  • LangGraph JS Support for CoAgents (locally via langgraph dev, langgraph up or deployed to LangGraph Platform)
  • Improved LangSmith integration - requests made through CoAgents will now surface in LangSmith
  • Enhanced state management and message handling

CopilotKid Back-end SDK:

  • Released a whole-new @copilotkit/sdk-js for building agents with LangGraph JS Support
Patch Changes

v1.3.15

Compare Source

Patch Changes

v1.3.14

Compare Source

Patch Changes

v1.3.13

Compare Source

Patch Changes

v1.3.12

Compare Source

Patch Changes

v1.3.11

Compare Source

Patch Changes

v1.3.10

Compare Source

Patch Changes

v1.3.9

Compare Source

Patch Changes

v1.3.8

Compare Source

Patch Changes

v1.3.7

Compare Source

Patch Changes

v1.3.6

Compare Source

Patch Changes
    1. Removes the usage of the crypto Node pacakge, instaed uses uuid. This ensures that non-Next.js React apps can use CopilotKit.
    2. Fixes Nest.js runtime docs

v1.3.5

Compare Source

Patch Changes
  • Improve CoAgent state render

v1.3.4

Compare Source

Patch Changes
  • Add followUp property to useCopilotAction

v1.3.3

Compare Source

Patch Changes
  • Impvovements to error handling and CoAgent protocol

v1.3.2

Compare Source

Patch Changes
  • Features and bug fixes
  • 30232c0: Ensure actions can be discovered on state change

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the copilotkit label Oct 1, 2024
Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
presentation-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 10, 2024 3:58pm

@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 2236e21 to 15dd30b Compare October 9, 2024 18:56
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.2 Update CopilotKit dependencies to v1.3.3 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 15dd30b to daf6115 Compare October 10, 2024 15:56
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.3 Update CopilotKit dependencies to v1.3.4 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from daf6115 to 7898bbf Compare October 15, 2024 14:01
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.4 Update CopilotKit dependencies to v1.3.5 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 7898bbf to e5e73d1 Compare October 18, 2024 16:39
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.5 Update CopilotKit dependencies to v1.3.6 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e5e73d1 to 6f032e0 Compare October 30, 2024 20:13
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.6 Update CopilotKit dependencies to v1.3.7 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 6f032e0 to cc723a2 Compare November 1, 2024 22:42
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.7 Update CopilotKit dependencies to v1.3.8 Nov 1, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from cc723a2 to 00458f5 Compare November 2, 2024 07:17
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.8 Update CopilotKit dependencies to v1.3.9 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 00458f5 to 57b710c Compare November 3, 2024 00:31
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.9 Update CopilotKit dependencies to v1.3.10 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 57b710c to 78f7e5e Compare November 3, 2024 03:55
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.10 Update CopilotKit dependencies to v1.3.11 Nov 3, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 78f7e5e to cc5b384 Compare November 7, 2024 17:07
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.11 Update CopilotKit dependencies to v1.3.12 Nov 7, 2024
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.12 Update CopilotKit dependencies to v1.3.13 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch 2 times, most recently from fd93d5a to 51b8ed8 Compare November 13, 2024 17:41
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.13 Update CopilotKit dependencies to v1.3.15 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 51b8ed8 to da0264e Compare December 6, 2024 22:32
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.3.15 Update CopilotKit dependencies to v1.4.0 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from da0264e to 03942b6 Compare December 10, 2024 16:59
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.0 Update CopilotKit dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 03942b6 to 55ddc7e Compare December 10, 2024 20:12
@renovate renovate bot changed the title Update CopilotKit dependencies Update CopilotKit dependencies to v1.4.1 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 55ddc7e to 0c1b70e Compare December 11, 2024 21:16
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.1 Update CopilotKit dependencies to v1.4.2 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 0c1b70e to 8cdf872 Compare December 12, 2024 20:20
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.2 Update CopilotKit dependencies to v1.4.3 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 8cdf872 to 6954dfe Compare December 14, 2024 01:27
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.3 Update CopilotKit dependencies to v1.4.5 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 6954dfe to 33c43fd Compare December 14, 2024 12:33
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.5 Update CopilotKit dependencies to v1.4.6 Dec 14, 2024
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.6 Update CopilotKit dependencies to v1.4.7 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 33c43fd to aaee57f Compare December 14, 2024 19:04
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from aaee57f to e13b111 Compare January 6, 2025 13:38
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.7 Update CopilotKit dependencies to v1.4.8 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from e13b111 to ec5bfa1 Compare January 8, 2025 14:28
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.4.8 Update CopilotKit dependencies to v1.5.0 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from ec5bfa1 to 01e8069 Compare January 9, 2025 22:34
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.0 Update CopilotKit dependencies to v1.5.5 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/copilotkit-dependencies branch from 01e8069 to a841f13 Compare January 10, 2025 02:09
@renovate renovate bot changed the title Update CopilotKit dependencies to v1.5.5 Update CopilotKit dependencies to v1.5.11 Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants