-
Notifications
You must be signed in to change notification settings - Fork 26
Update CopilotKit dependencies to v1.50.1 #11
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/copilotkit-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2236e21 to
15dd30b
Compare
15dd30b to
daf6115
Compare
daf6115 to
7898bbf
Compare
7898bbf to
e5e73d1
Compare
e5e73d1 to
6f032e0
Compare
6f032e0 to
cc723a2
Compare
cc723a2 to
00458f5
Compare
00458f5 to
57b710c
Compare
57b710c to
78f7e5e
Compare
78f7e5e to
cc5b384
Compare
fd93d5a to
51b8ed8
Compare
51b8ed8 to
da0264e
Compare
b5822d5 to
69b9431
Compare
69b9431 to
19d3ada
Compare
19d3ada to
9993a9a
Compare
ab4fb71 to
f9e6bbf
Compare
f9e6bbf to
2a29174
Compare
2a29174 to
f2835a4
Compare
f2835a4 to
325a671
Compare
c2bd7a9 to
ae7fdd2
Compare
ae7fdd2 to
4897e13
Compare
4897e13 to
e9212d3
Compare
e9212d3 to
244ed67
Compare
244ed67 to
b8b6731
Compare
b8b6731 to
33ca016
Compare
Contributor
Author
|
33ca016 to
84841ee
Compare
84841ee to
8981969
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.1→1.50.11.3.1→1.50.11.3.1→1.50.11.3.1→1.50.11.3.1→1.50.1Release Notes
CopilotKit/CopilotKit (@copilotkit/react-core)
v1.50.1Compare Source
@copilotkit/react-core
1.50.1
Patch Changes
bdc7a8f: - fix: restore message callbacks80dffec: Updated the default model and API version for the Google GenAI adaptercfa4185: - fix: fix stale state in handlereac8b20: - fix: use latest vnext80dffec]@copilotkit/react-ui
1.50.1
Patch Changes
bdc7a8f: - fix: restore message callbacks80dffec: Updated the default model and API version for the Google GenAI adapterbdc7a8f]80dffec]cfa4185]eac8b20]@copilotkit/sdk-js
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapter80dffec]@copilotkit/react-textarea
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapterbdc7a8f]80dffec]cfa4185]eac8b20]@copilotkit/runtime
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adaptereac8b20: - fix: use latest vnext80dffec]@copilotkit/runtime-client-gql
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapter80dffec]@copilotkit/shared
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapter@copilotkit/react-core
1.50.1
Patch Changes
bdc7a8f: - fix: restore message callbacks80dffec: Updated the default model and API version for the Google GenAI adaptercfa4185: - fix: fix stale state in handlereac8b20: - fix: use latest vnext80dffec]@copilotkit/react-ui
1.50.1
Patch Changes
bdc7a8f: - fix: restore message callbacks80dffec: Updated the default model and API version for the Google GenAI adapterbdc7a8f]80dffec]cfa4185]eac8b20]@copilotkit/sdk-js
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapter80dffec]@copilotkit/react-textarea
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapterbdc7a8f]80dffec]cfa4185]eac8b20]@copilotkit/runtime
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adaptereac8b20: - fix: use latest vnext80dffec]@copilotkit/runtime-client-gql
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapter80dffec]@copilotkit/shared
1.50.1
Patch Changes
80dffec: Updated the default model and API version for the Google GenAI adapterv1.50.0Compare Source
CopilotKit v1.50.0 Release Notes
CopilotKit v1.50 is a major update. It includes many highly sought after new features, under the hood improvements and simplifications, and extensive improvements to existing core elements:
Backwards Compatibility
Everything you’re already using continues to work. v1.50 is fully backwards compatible with client code using v1.10. In fact, as a first step in this pre-release period, we would love for you to start with just rebuilding, and let us know if you run into any problems.
V2 interfaces
As we said above, all of the v1 (or unversioned) hooks continue to work with v1.50. To take advantage of new hooks you’ll use those marked as /v2 (shown below).
You can opt into any of the new developer interfaces or keep using the old ones. Mixing is allowed in the following configurations:
useAgent
The v2 hook useAgent is a proper superset of useCoAgent which gives more control over the agent connection, including:
Shared state
Time travel
Multi-agent execution
Agent Mutual Awareness
You can even make agents aware of each other!
Other Highlights
Shared / Infrastructure
Runtime
React Core
React UI
Messagesfont color now honors--copilot-kit-primary-color.React Textarea
Runtime Client (GQL)
SDK JS
General Quality
v1.10.6Compare Source
@copilotkit/react-core
1.10.6
Patch Changes
3ac64bf: - fix: allow disabling actions in the new action hooksc9e499f: - feat: create targeted convenience wrappers around copilot action8626c5a: - fix: surface errors also in production8626c5a]e0dd5d5]@copilotkit/react-ui
1.10.6
Patch Changes
0cc9ec2: - fix(react-ui): address hydration issueSigned-off-by: Tyler Slaton [email protected]
Updated dependencies [
3ac64bf]Updated dependencies [
c9e499f]Updated dependencies [
8626c5a]Updated dependencies [
e0dd5d5]@copilotkit/sdk-js
1.10.6
Patch Changes
e0dd5d5]@copilotkit/react-textarea
1.10.6
Patch Changes
3ac64bf]c9e499f]8626c5a]e0dd5d5]@copilotkit/runtime
1.10.6
Patch Changes
01e0a4b: - fix: use all AGUI as peer dependenciese0dd5d5: - feat: allow additional config in direct to llm actions7455309: - feat: use latest agui langgraph integration packagese0dd5d5]@copilotkit/runtime-client-gql
1.10.6
Patch Changes
8626c5a: - fix: surface errors also in productione0dd5d5]@copilotkit/shared
1.10.6
Patch Changes
e0dd5d5: - feat: allow additional config in direct to llm actions@copilotkit/react-core
1.10.6
Patch Changes
3ac64bf: - fix: allow disabling actions in the new action hooksc9e499f: - feat: create targeted convenience wrappers around copilot action8626c5a: - fix: surface errors also in production8626c5a]e0dd5d5]@copilotkit/react-ui
1.10.6
Patch Changes
0cc9ec2: - fix(react-ui): address hydration issueSigned-off-by: Tyler Slaton [email protected]
Updated dependencies [
3ac64bf]Updated dependencies [
c9e499f]Updated dependencies [
8626c5a]Updated dependencies [
e0dd5d5]@copilotkit/sdk-js
1.10.6
Patch Changes
e0dd5d5]@copilotkit/react-textarea
1.10.6
Patch Changes
3ac64bf]c9e499f]8626c5a]e0dd5d5]@copilotkit/runtime
1.10.6
Patch Changes
01e0a4b: - fix: use all AGUI as peer dependenciese0dd5d5: - feat: allow additional config in direct to llm actions7455309: - feat: use latest agui langgraph integration packagese0dd5d5]@copilotkit/runtime-client-gql
1.10.6
Patch Changes
8626c5a: - fix: surface errors also in productione0dd5d5]@copilotkit/shared
1.10.6
Patch Changes
e0dd5d5: - feat: allow additional config in direct to llm actionsv1.10.5Compare Source
@copilotkit/react-core
1.10.5
Patch Changes
b7bc3a0: - feat: pass copilot readable context to agui agentsf3fdd7a: - fix: stop chat from contacting agent that has errored32c163e: - inspector visibility toggle in ConsoleTrigger component6112a67: - fix: consider edge cases when regenerate button is used@copilotkit/react-ui
1.10.5
Patch Changes
c2de25d: - fix: refrain from using prismjs for syntax highlighting on older browsersb7bc3a0]f3fdd7a]32c163e]6112a67]@copilotkit/sdk-js
1.10.5
Patch Changes
@copilotkit/react-textarea
1.10.5
Patch Changes
b7bc3a0]f3fdd7a]32c163e]6112a67]@copilotkit/runtime
1.10.5
Patch Changes
b7bc3a0: - feat: pass copilot readable context to agui agentsf199c94: - feat: update agui packages7467f97: - feat: add stop generation callback and call abort agui agente730369: - feat: use latest agui langgraph packagec9e32b0: - fix: upgrade agui langgraph version23fe6a1: - chore: publish python sdk using latest agui@copilotkit/runtime-client-gql
1.10.5
Patch Changes
@copilotkit/shared
1.10.5
@copilotkit/react-core
1.10.5
Patch Changes
b7bc3a0: - feat: pass copilot readable context to agui agentsf3fdd7a: - fix: stop chat from contacting agent that has errored32c163e: - inspector visibility toggle in ConsoleTrigger component6112a67: - fix: consider edge cases when regenerate button is used@copilotkit/react-ui
1.10.5
Patch Changes
c2de25d: - fix: refrain from using prismjs for syntax highlighting on older browsersb7bc3a0]f3fdd7a]32c163e]6112a67]@copilotkit/sdk-js
1.10.5
Patch Changes
@copilotkit/react-textarea
1.10.5
Patch Changes
b7bc3a0]f3fdd7a]32c163e]6112a67]@copilotkit/runtime
1.10.5
Patch Changes
b7bc3a0: - feat: pass copilot readable context to agui agentsf199c94: - feat: update agui packages7467f97: - feat: add stop generation callback and call abort agui agente730369: - feat: use latest agui langgraph packagec9e32b0: - fix: upgrade agui langgraph version23fe6a1: - chore: publish python sdk using latest agui@copilotkit/runtime-client-gql
1.10.5
Patch Changes
@copilotkit/shared
1.10.5
v1.10.4Compare Source
@copilotkit/react-core
1.10.4
Patch Changes
ef98963: - feat: add platform-wide error surfacing for custom error rendering052d54d: - fix: enable erasing chat state on new thread creationa640d8e]@copilotkit/react-ui
1.10.4
Patch Changes
ef98963: - feat: add platform-wide error surfacing for custom error rendering5d55555: - fix: remove default error messageef98963]a640d8e]052d54d]@copilotkit/sdk-js
1.10.4
Patch Changes
a640d8e]@copilotkit/react-textarea
1.10.4
Patch Changes
ef98963]a640d8e]052d54d]@copilotkit/runtime
1.10.4
Patch Changes
a640d8e: - feat: update latest agui langgraph for subgraphs supporta640d8e]@copilotkit/runtime-client-gql
1.10.4
Patch Changes
a640d8e]@copilotkit/shared
1.10.4
Patch Changes
a640d8e: - feat: update latest agui langgraph for subgraphs support@copilotkit/react-core
1.10.4
Patch Changes
ef98963: - feat: add platform-wide error surfacing for custom error rendering052d54d: - fix: enable erasing chat state on new thread creationa640d8e]@copilotkit/react-ui
1.10.4
Patch Changes
ef98963: - feat: add platform-wide error surfacing for custom error rendering5d55555: - fix: remove default error messageef98963]a640d8e]052d54d]@copilotkit/sdk-js
1.10.4
Patch Changes
a640d8e]@copilotkit/react-textarea
1.10.4
Patch Changes
ef98963]a640d8e]052d54d]@copilotkit/runtime
1.10.4
Patch Changes
a640d8e: - feat: update latest agui langgraph for subgraphs supporta640d8e]@copilotkit/runtime-client-gql
1.10.4
Patch Changes
a640d8e]@copilotkit/shared
1.10.4
Patch Changes
a640d8e: - feat: update latest agui langgraph for subgraphs supportv1.10.3Compare Source
@copilotkit/react-core
1.10.3
Patch Changes
ea74047]@copilotkit/react-ui
1.10.3
Patch Changes
ea74047]@copilotkit/sdk-js
1.10.3
Patch Changes
f566562: - fix: allow dependents to decide langgraph version by using peer dependenciesea74047]@copilotkit/react-textarea
1.10.3
Patch Changes
ea74047]@copilotkit/runtime
1.10.3
Patch Changes
ea74047: - fix: surface run errors from aguia7bb2f0: - fix: fix how node names are read to support newer langgraph versions21e12af: - feat: send streamSubgraphs forwarded prop to AGUIea74047]@copilotkit/runtime-client-gql
1.10.3
Patch Changes
ea74047]@copilotkit/shared
1.10.3
Patch Changes
ea74047: - fix: surface run errors from agui@copilotkit/react-core
1.10.3
Patch Changes
ea74047]@copilotkit/react-ui
1.10.3
Patch Changes
ea74047]@copilotkit/sdk-js
1.10.3
Patch Changes
f566562: - fix: allow dependents to decide langgraph version by using peer dependenciesea74047]@copilotkit/react-textarea
1.10.3
Patch Changes
ea74047]@copilotkit/runtime
1.10.3
Patch Changes
ea74047: - fix: surface run errors from aguia7bb2f0: - fix: fix how node names are read to support newer langgraph versions21e12af: - feat: send streamSubgraphs forwarded prop to AGUIea74047]@copilotkit/runtime-client-gql
1.10.3
Patch Changes
ea74047]@copilotkit/shared
1.10.3
Patch Changes
ea74047: - fix: surface run errors from aguiv1.10.2Compare Source
@copilotkit/react-core
1.10.2
Patch Changes
db5bbda: - fix: allow disabling of default cpk system message@copilotkit/react-ui
1.10.2
Patch Changes
db5bbda: - fix: allow disabling of default cpk system messagedb5bbda]@copilotkit/sdk-js
1.10.2
Patch Changes
@copilotkit/react-textarea
1.10.2
Patch Changes
db5bbda]@copilotkit/runtime
1.10.2
Patch Changes
@copilotkit/runtime-client-gql
1.10.2
Patch Changes
@copilotkit/shared
1.10.2
@copilotkit/react-core
1.10.2
Patch Changes
db5bbda: - fix: allow disabling of default cpk system message@copilotkit/react-ui
1.10.2
Patch Changes
db5bbda: - fix: allow disabling of default cpk system messagedb5bbda]@copilotkit/sdk-js
1.10.2
Patch Changes
@copilotkit/react-textarea
1.10.2
Patch Changes
db5bbda]@copilotkit/runtime
1.10.2
Patch Changes
[@copilot
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.
This PR was generated by Mend Renovate. View the repository job log.