-
Notifications
You must be signed in to change notification settings - Fork 40
Update CopilotKit dependencies to v1.50.1 #13
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
final
Choose a base branch
from
renovate/copilotkit-dependencies
base: final
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 GitHub.
|
d4a0dfa to
cdbb788
Compare
cdbb788 to
abc84f9
Compare
abc84f9 to
15af84a
Compare
15af84a to
420ed4c
Compare
420ed4c to
3ab8192
Compare
3ab8192 to
e788b11
Compare
e788b11 to
e800a2b
Compare
e800a2b to
c983b68
Compare
c983b68 to
ddaad37
Compare
ddaad37 to
2a44a6a
Compare
56f7892 to
9a72dbe
Compare
9a72dbe to
59c1efb
Compare
59c1efb to
3cff3de
Compare
3cff3de to
2f689cf
Compare
2f689cf to
29f746e
Compare
29f746e to
ac195a5
Compare
ac195a5 to
f0df868
Compare
f0df868 to
a723c6f
Compare
a723c6f to
4548cc7
Compare
4548cc7 to
c47c9e1
Compare
c47c9e1 to
f878d5f
Compare
f878d5f to
cc29f14
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.8.12-next.4→1.50.11.8.12-next.4→1.50.11.8.12-next.4→1.50.11.8.12-next.4→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
@copilotkit/runtime-client-gql
1.10.2
Patch Changes
@copilotkit/shared
1.10.2
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.