-
Notifications
You must be signed in to change notification settings - Fork 35
Update CopilotKit dependencies to v1.9.3 #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 Git ↗︎
|
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
cb132f4
to
ebe4b91
Compare
ebe4b91
to
c7d1717
Compare
c7d1717
to
dedcfa3
Compare
dedcfa3
to
a7fad4b
Compare
a7fad4b
to
ffd3b64
Compare
ffd3b64
to
ae2d40d
Compare
ae2d40d
to
42410a6
Compare
42410a6
to
dba7d71
Compare
dba7d71
to
2435501
Compare
2435501
to
3e1c099
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.9.3
1.8.12-next.4
->1.9.3
1.8.12-next.4
->1.9.3
1.8.12-next.4
->1.9.3
Release Notes
CopilotKit/CopilotKit (@copilotkit/react-core)
v1.9.3
Compare Source
@copilotkit/react-core
1.9.3
Patch Changes
f83bda0
: Fix: remote actions should never be executed to avoid duplicate result messages1bda332
]@copilotkit/react-ui
1.9.3
Patch Changes
f83bda0
]1bda332
]@copilotkit/sdk-js
1.9.3
Patch Changes
1bda332
]@copilotkit/react-textarea
1.9.3
Patch Changes
f83bda0
]1bda332
]@copilotkit/runtime
1.9.3
Patch Changes
1bda332
: - chore(telemetry): integrate Scarf for usage analyticsdf25f34
: - feat: add agui fastAPI compatible langgraph agent589ae52
: - adds scarf deps to runtime88ceae2
: - upgrade AG-UI packages1bda332
]@copilotkit/runtime-client-gql
1.9.3
Patch Changes
1bda332
]@copilotkit/shared
1.9.3
Patch Changes
1bda332
: - chore(telemetry): integrate Scarf for usage analytics@copilotkit/react-core
1.9.3
Patch Changes
f83bda0
: Fix: remote actions should never be executed to avoid duplicate result messages1bda332
]@copilotkit/react-ui
1.9.3
Patch Changes
f83bda0
]1bda332
]@copilotkit/sdk-js
1.9.3
Patch Changes
1bda332
]@copilotkit/react-textarea
1.9.3
Patch Changes
f83bda0
]1bda332
]@copilotkit/runtime
1.9.3
Patch Changes
1bda332
: - chore(telemetry): integrate Scarf for usage analyticsdf25f34
: - feat: add agui fastAPI compatible langgraph agent589ae52
: - adds scarf deps to runtime88ceae2
: - upgrade AG-UI packages1bda332
]@copilotkit/runtime-client-gql
1.9.3
Patch Changes
1bda332
]@copilotkit/shared
1.9.3
Patch Changes
1bda332
: - chore(telemetry): integrate Scarf for usage analyticsv1.9.2
Compare Source
@copilotkit/react-core
1.9.2
Patch Changes
cbeccb5
: - fix: refrain repeated api calls by memoizing state3f8c575
: - fix: use time travel for regeneration of messagesfac89c2
: - refactor: rename onTrace to onError throughout codebasee1de032
: - fix: synchronously execute renderAndWaitForResponsePreviously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
With this change, actions will be executed in a synchronous way appearing almost queue like. This
works with any combination of action given much more freedom when asking for user input.
Signed-off-by: Tyler Slaton [email protected]
92e8d1c
: - fix infinite loop9169ad7
: - feat: add onTrace handler for runtime and UI error/event trackingc75a04f
: - Fix dynamic runtime configuration updates in useCoAgentc75a04f
: - Fix dynamic runtime configuration updates in useCoAgentfe9009c
: - feat(langgraph): new thread metadata1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errors9169ad7
: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files35537f1
: - fix: memoize nested components to not rerender when content changesUpdated dependencies [
fac89c2
]Updated dependencies [
9169ad7
]Updated dependencies [
1d1c51d
]Updated dependencies [
10345a5
]Updated dependencies [
9169ad7
]@copilotkit/react-ui
1.9.2
Patch Changes
e1de032
: - fix: synchronously execute renderAndWaitForResponsePreviously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
With this change, actions will be executed in a synchronous way appearing almost queue like. This
works with any combination of action given much more freedom when asking for user input.
Signed-off-by: Tyler Slaton [email protected]
10345a5
: - feat: structured error visibility system for streaming errorsabe23c3
: - feat: enable hiding stop button35537f1
: - fix: memoize nested components to not rerender when content changesUpdated dependencies [
cbeccb5
]Updated dependencies [
3f8c575
]Updated dependencies [
fac89c2
]Updated dependencies [
e1de032
]Updated dependencies [
92e8d1c
]Updated dependencies [
9169ad7
]Updated dependencies [
c75a04f
]Updated dependencies [
c75a04f
]Updated dependencies [
fe9009c
]Updated dependencies [
1d1c51d
]Updated dependencies [
10345a5
]Updated dependencies [
9169ad7
]Updated dependencies [
35537f1
]@copilotkit/sdk-js
1.9.2
Patch Changes
1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errorsfac89c2
]9169ad7
]1d1c51d
]10345a5
]9169ad7
]@copilotkit/react-textarea
1.9.2
Patch Changes
cbeccb5
]3f8c575
]fac89c2
]e1de032
]92e8d1c
]9169ad7
]c75a04f
]c75a04f
]fe9009c
]1d1c51d
]10345a5
]9169ad7
]35537f1
]@copilotkit/runtime
1.9.2
Patch Changes
f3f0181
: - fix: connect streaming errors to runtime onError handler3a7f45f
: - fix: resolve agui agents only after all other endpointsfac89c2
: - refactor: rename onTrace to onError throughout codebase7ca7023
: - feat: send node name to agui agent54b62f0
: - fix: add default schema keys for input and output of agui langgraph4fd92d1
: - fix: enable resolving of langgraph agents when cpk starts1f4949a
: - fix: remove agent discovery for agui agents9169ad7
: - feat: add onTrace handler for runtime and UI error/event trackingf3f0181
: - fix: connect streaming errors to runtime onError handler8e67158
: - fixes gemini adapter83822d2
: - fix: do not show error on state loading if thread does not existfe9009c
: - feat(langgraph): new thread metadataf295375
: - fix: remove all agents as tools when there is an active agent session9b986ba
: - fix: use active interrupt from thread instead of saving to global state1d1c51d
: - feat: surface all errors in structured formatdec5527
: - fix: only fetch agent state for langgraph agents9b81464
: - fix: use latest langgraph agui10345a5
: - feat: structured error visibility system for streaming errors8ef8199
: - fix: use latest agui dependencies to include required fixes20e8c3c
: - fix(anthropic-adapter): resolve infinite loop caused by duplicate result messages9169ad7
: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test filesfc6b653
: - Fix extract toolParameters in extractParametersFromSchemafc6b653
: - Fix extract toolParameters in extractParametersFromSchemafc6b653
: - Fix extract toolParameters in extractParametersFromSchemaUpdated dependencies [
fac89c2
]Updated dependencies [
9169ad7
]Updated dependencies [
1d1c51d
]Updated dependencies [
10345a5
]Updated dependencies [
9169ad7
]@copilotkit/runtime-client-gql
1.9.2
Patch Changes
1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errorsfac89c2
]9169ad7
]1d1c51d
]10345a5
]9169ad7
]@copilotkit/shared
1.9.2
Patch Changes
fac89c2
: - refactor: rename onTrace to onError throughout codebase9169ad7
: - feat: add onTrace handler for runtime and UI error/event tracking1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errors9169ad7
: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files@copilotkit/react-core
1.9.2
Patch Changes
cbeccb5
: - fix: refrain repeated api calls by memoizing state3f8c575
: - fix: use time travel for regeneration of messagesfac89c2
: - refactor: rename onTrace to onError throughout codebasee1de032
: - fix: synchronously execute renderAndWaitForResponsePreviously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
With this change, actions will be executed in a synchronous way appearing almost queue like. This
works with any combination of action given much more freedom when asking for user input.
Signed-off-by: Tyler Slaton [email protected]
92e8d1c
: - fix infinite loop9169ad7
: - feat: add onTrace handler for runtime and UI error/event trackingc75a04f
: - Fix dynamic runtime configuration updates in useCoAgentc75a04f
: - Fix dynamic runtime configuration updates in useCoAgentfe9009c
: - feat(langgraph): new thread metadata1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errors9169ad7
: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test files35537f1
: - fix: memoize nested components to not rerender when content changesUpdated dependencies [
fac89c2
]Updated dependencies [
9169ad7
]Updated dependencies [
1d1c51d
]Updated dependencies [
10345a5
]Updated dependencies [
9169ad7
]@copilotkit/react-ui
1.9.2
Patch Changes
e1de032
: - fix: synchronously execute renderAndWaitForResponsePreviously, it was impossible to execute multiple human-in-the-loop (renderAndWaitForResponse)
calls in a row. Ultimately this was due to an issue with how CopilotKit was rendering the updates
when multiple renderAndWaitForResponse actions appeared on screen due to a reference based approach.
With this change, actions will be executed in a synchronous way appearing almost queue like. This
works with any combination of action given much more freedom when asking for user input.
Signed-off-by: Tyler Slaton [email protected]
10345a5
: - feat: structured error visibility system for streaming errorsabe23c3
: - feat: enable hiding stop button35537f1
: - fix: memoize nested components to not rerender when content changesUpdated dependencies [
cbeccb5
]Updated dependencies [
3f8c575
]Updated dependencies [
fac89c2
]Updated dependencies [
e1de032
]Updated dependencies [
92e8d1c
]Updated dependencies [
9169ad7
]Updated dependencies [
c75a04f
]Updated dependencies [
c75a04f
]Updated dependencies [
fe9009c
]Updated dependencies [
1d1c51d
]Updated dependencies [
10345a5
]Updated dependencies [
9169ad7
]Updated dependencies [
35537f1
]@copilotkit/sdk-js
1.9.2
Patch Changes
1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errorsfac89c2
]9169ad7
]1d1c51d
]10345a5
]9169ad7
]@copilotkit/react-textarea
1.9.2
Patch Changes
cbeccb5
]3f8c575
]fac89c2
]e1de032
]92e8d1c
]9169ad7
]c75a04f
]c75a04f
]fe9009c
]1d1c51d
]10345a5
]9169ad7
]35537f1
]@copilotkit/runtime
1.9.2
Patch Changes
f3f0181
: - fix: connect streaming errors to runtime onError handler3a7f45f
: - fix: resolve agui agents only after all other endpointsfac89c2
: - refactor: rename onTrace to onError throughout codebase7ca7023
: - feat: send node name to agui agent54b62f0
: - fix: add default schema keys for input and output of agui langgraph4fd92d1
: - fix: enable resolving of langgraph agents when cpk starts1f4949a
: - fix: remove agent discovery for agui agents9169ad7
: - feat: add onTrace handler for runtime and UI error/event trackingf3f0181
: - fix: connect streaming errors to runtime onError handler8e67158
: - fixes gemini adapter83822d2
: - fix: do not show error on state loading if thread does not existfe9009c
: - feat(langgraph): new thread metadataf295375
: - fix: remove all agents as tools when there is an active agent session9b986ba
: - fix: use active interrupt from thread instead of saving to global state1d1c51d
: - feat: surface all errors in structured formatdec5527
: - fix: only fetch agent state for langgraph agents9b81464
: - fix: use latest langgraph agui10345a5
: - feat: structured error visibility system for streaming errors8ef8199
: - fix: use latest agui dependencies to include required fixes20e8c3c
: - fix(anthropic-adapter): resolve infinite loop caused by duplicate result messages9169ad7
: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test filesfc6b653
: - Fix extract toolParameters in extractParametersFromSchemafc6b653
: - Fix extract toolParameters in extractParametersFromSchemafc6b653
: - Fix extract toolParameters in extractParametersFromSchemaUpdated dependencies [
fac89c2
]Updated dependencies [
9169ad7
]Updated dependencies [
1d1c51d
]Updated dependencies [
10345a5
]Updated dependencies [
9169ad7
]@copilotkit/runtime-client-gql
1.9.2
Patch Changes
1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errorsfac89c2
]9169ad7
]1d1c51d
]10345a5
]9169ad7
]@copilotkit/shared
1.9.2
Patch Changes
fac89c2
: - refactor: rename onTrace to onError throughout codebase9169ad7
: - feat: add onTrace handler for runtime and UI error/event tracking1d1c51d
: - feat: surface all errors in structured format10345a5
: - feat: structured error visibility system for streaming errors9169ad7
: - feat: add onTrace handler for comprehensive debugging and observability - Add CopilotTraceEvent interfaces with rich debugging context, implement runtime-side tracing with publicApiKey gating, add UI-side error tracing, include comprehensive test coverage, and fix tsup build config to exclude test filesv1.9.1
Compare Source
@copilotkit/react-core
1.9.1
Patch Changes
deaeca0
]@copilotkit/react-ui
1.9.1
Patch Changes
deaeca0
]@copilotkit/sdk-js
1.9.1
Patch Changes
deaeca0
]@copilotkit/react-textarea
1.9.1
Patch Changes
deaeca0
]@copilotkit/runtime
1.9.1
Patch Changes
deaeca0
: - feat: Add public keySigned-off-by: Luis Valdes [email protected]
Updated dependencies [
deaeca0
]@copilotkit/runtime-client-gql
1.9.1
Patch Changes
deaeca0
]@copilotkit/shared
1.9.1
Patch Changes
deaeca0
: - feat: Add public keySigned-off-by: Luis Valdes [email protected]
@copilotkit/react-core
1.9.1
Patch Changes
deaeca0
]@copilotkit/react-ui
1.9.1
Patch Changes
deaeca0
]@copilotkit/sdk-js
1.9.1
Patch Changes
deaeca0
]@copilotkit/react-textarea
1.9.1
Patch Changes
deaeca0
]@copilotkit/runtime
1.9.1
Patch Changes
deaeca0
: - feat: Add public keySigned-off-by: Luis Valdes [email protected]
Updated dependencies [
deaeca0
]@copilotkit/runtime-client-gql
1.9.1
Patch Changes
deaeca0
]@copilotkit/shared
1.9.1
Patch Changes
deaeca0
: - feat: Add public keySigned-off-by: Luis Valdes [email protected]
v1.9.0
Compare Source
@copilotkit/react-core
1.9.0
Patch Changes
54cae30
: - fix(react-core): allow custom toolChoice in forwardedParameters to override default@copilotkit/react-ui
1.9.0
Patch Changes
54cae30
]@copilotkit/sdk-js
1.9.0
Patch Changes
@copilotkit/react-textarea
1.9.0
Patch Changes
54cae30
: - fix(react-core): allow custom toolChoice in forwardedParameters to override default54cae30
]@copilotkit/runtime
1.9.0
Minor Changes
8408d58
: - feat: create copilotkit agui langgraph agentPatch Changes
c120e07
: - refactor(react-ui): pass full message to onThumbsUp and onThumbsDown handlers54cae30
: - fix(react-core): allow custom toolChoice in forwardedParameters to override default@copilotkit/runtime-client-gql
1.9.0
Patch Changes
@copilotkit/shared
1.9.0
@copilotkit/react-core
1.9.0
Patch Changes
54cae30
: - fix(react-core): allow custom toolChoice in forwardedParameters to override default@copilotkit/react-ui
1.9.0
Patch Changes
54cae30
]@copilotkit/sdk-js
1.9.0
Patch Changes
@copilotkit/react-textarea
1.9.0
Patch Changes
54cae30
: - fix(react-core): allow custom toolChoice in forwardedParameters to override default54cae30
]@copilotkit/runtime
1.9.0
Minor Changes
8408d58
: - feat: create copilotkit agui langgraph agentPatch Changes
c120e07
: - refactor(react-ui): pass full message to onThumbsUp and onThumbsDown handlers54cae30
: - fix(react-core): allow custom toolChoice in forwardedParameters to override default@copilotkit/runtime-client-gql
1.9.0
Patch Changes
@copilotkit/shared
1.9.0
v1.8.14
Compare Source
@copilotkit/react-core
1.8.14
Patch Changes
9cf1fda
: - fix append follow-up when actions disable followUp9cf1fda
: - fix append follow-up when actions disable followUp34a78d8
]@copilotkit/react-ui
1.8.14
Patch Changes
34a78d8
]9cf1fda
]9cf1fda
]@copilotkit/sdk-js
1.8.14
Patch Changes
34a78d8
]@copilotkit/react-textarea
1.8.14
Patch Changes
34a78d8
]9cf1fda
]9cf1fda
]@copilotkit/runtime
1.8.14
Patch Changes
ddd4165
: - fix(runtime): filter empty AIMessages in GoogleGenerativeAIAdapterConfiguration
📅 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.