-
Notifications
You must be signed in to change notification settings - Fork 35
Update CopilotKit dependencies to v1.10.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.
+15,196
−4,245
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
a7fad4b
to
ffd3b64
Compare
ffd3b64
to
ae2d40d
Compare
ae2d40d
to
42410a6
Compare
42410a6
to
dba7d71
Compare
dba7d71
to
2435501
Compare
2435501
to
3e1c099
Compare
3e1c099
to
de3d1f5
Compare
de3d1f5
to
ec27bed
Compare
ec27bed
to
ef2c81a
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.10.1
1.8.12-next.4
->1.10.1
1.8.12-next.4
->1.10.1
1.8.12-next.4
->1.10.1
Release Notes
CopilotKit/CopilotKit (@copilotkit/react-core)
v1.10.1
Compare Source
@copilotkit/react-core
1.10.1
Patch Changes
76e2603
]7bf9dfa
]@copilotkit/react-ui
1.10.1
Patch Changes
edb87b3
: - fix: address issue where two@copilotkit/sdk-js
1.10.1
Patch Changes
@copilotkit/react-textarea
1.10.1
Patch Changes
76e2603
]7bf9dfa
]@copilotkit/runtime
1.10.1
Patch Changes
@copilotkit/runtime-client-gql
1.10.1
Patch Changes
76e2603
: - fix: make tool call results be structured in generativeUISigned-off-by: Tyler Slaton [email protected]
7bf9dfa
: - fix: address issue where catch-all tool renders don't workSigned-off-by: Tyler Slaton [email protected]
@copilotkit/shared
1.10.1
@copilotkit/react-core
1.10.1
Patch Changes
76e2603
]7bf9dfa
]@copilotkit/react-ui
1.10.1
Patch Changes
edb87b3
: - fix: address issue where two@copilotkit/sdk-js
1.10.1
Patch Changes
@copilotkit/react-textarea
1.10.1
Patch Changes
76e2603
]7bf9dfa
]@copilotkit/runtime
1.10.1
Patch Changes
@copilotkit/runtime-client-gql
1.10.1
Patch Changes
76e2603
: - fix: make tool call results be structured in generativeUISigned-off-by: Tyler Slaton [email protected]
7bf9dfa
: - fix: address issue where catch-all tool renders don't workSigned-off-by: Tyler Slaton [email protected]
@copilotkit/shared
1.10.1
v1.10.0
Compare Source
@copilotkit/react-core
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
967d0ab
: - refactor(chat): separate useCopilotChat into internal implementation and public API6d1de58
: - fix: address issues that would cause headless UI breaking changes in the next releaseSigned-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
6de24ce
: - fix rerender issues by moving suggestions to the messages contextb64555d
: - feat: adds dev consoleUpdated dependencies [
a8c0263
]Updated dependencies [
8674da1
]Updated dependencies [
6d1de58
]@copilotkit/react-ui
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
967d0ab
: - refactor(chat): separate useCopilotChat into internal implementation and public API2354be4
: - feat(chat): implement custom error handling in CopilotChat and Modal componentsrenderError
prop toCopilotChat
for inline error rendering.triggerChatError
function to manage chat-specific errors and observability hooks.Modal
to handle observability hooks with public API key checks.CopilotObservabilityHooks
interface to includeonError
for error event handling.a8c0263
: - feat: add event hooks system for chat components6d1de58
: - fix: address issues that would cause headless UI breaking changes in the next releaseSigned-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Updated dependencies [
967d0ab
]Updated dependencies [
a8c0263
]Updated dependencies [
8674da1
]Updated dependencies [
6d1de58
]Updated dependencies [
6de24ce
]Updated dependencies [
b64555d
]@copilotkit/sdk-js
1.10.0
Patch Changes
a8c0263
]8674da1
]6d1de58
]@copilotkit/react-textarea
1.10.0
Patch Changes
967d0ab
]a8c0263
]8674da1
]6d1de58
]6de24ce
]b64555d
]@copilotkit/runtime
1.10.0
Patch Changes
1abcecf
: - fix: add graphqlContext to constructAGUIRemoteAction for enhanced agent properties6f2f54b
: - fix(openai): update maxTokens parameter to max_completion_tokens in OpenAIAdapterb5b94b9
: - fix: throw errors when they happen with agui streams824fb69
: - fix: pass config to the forwarded props of an agui agent59b0e16
: - feat: add native prompt caching support to AnthropicAdaptera31443c
: removed unused dependency on ip moduledc6df18
: - feat: use latest agui langgraph packageUpdated dependencies [
a8c0263
]Updated dependencies [
8674da1
]Updated dependencies [
6d1de58
]@copilotkit/runtime-client-gql
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
a8c0263
]8674da1
]6d1de58
]@copilotkit/shared
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
a8c0263
: - feat: add event hooks system for chat components6d1de58
: - fix: address issues that would cause headless UI breaking changes in the next releaseSigned-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
@copilotkit/react-core
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
967d0ab
: - refactor(chat): separate useCopilotChat into internal implementation and public API6d1de58
: - fix: address issues that would cause headless UI breaking changes in the next releaseSigned-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
6de24ce
: - fix rerender issues by moving suggestions to the messages contextb64555d
: - feat: adds dev consoleUpdated dependencies [
a8c0263
]Updated dependencies [
8674da1
]Updated dependencies [
6d1de58
]@copilotkit/react-ui
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
967d0ab
: - refactor(chat): separate useCopilotChat into internal implementation and public API2354be4
: - feat(chat): implement custom error handling in CopilotChat and Modal componentsrenderError
prop toCopilotChat
for inline error rendering.triggerChatError
function to manage chat-specific errors and observability hooks.Modal
to handle observability hooks with public API key checks.CopilotObservabilityHooks
interface to includeonError
for error event handling.a8c0263
: - feat: add event hooks system for chat components6d1de58
: - fix: address issues that would cause headless UI breaking changes in the next releaseSigned-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Updated dependencies [
967d0ab
]Updated dependencies [
a8c0263
]Updated dependencies [
8674da1
]Updated dependencies [
6d1de58
]Updated dependencies [
6de24ce
]Updated dependencies [
b64555d
]@copilotkit/sdk-js
1.10.0
Patch Changes
a8c0263
]8674da1
]6d1de58
]@copilotkit/react-textarea
1.10.0
Patch Changes
967d0ab
]a8c0263
]8674da1
]6d1de58
]6de24ce
]b64555d
]@copilotkit/runtime
1.10.0
Patch Changes
1abcecf
: - fix: add graphqlContext to constructAGUIRemoteAction for enhanced agent properties6f2f54b
: - fix(openai): update maxTokens parameter to max_completion_tokens in OpenAIAdapterb5b94b9
: - fix: throw errors when they happen with agui streams824fb69
: - fix: pass config to the forwarded props of an agui agent59b0e16
: - feat: add native prompt caching support to AnthropicAdaptera31443c
: removed unused dependency on ip moduledc6df18
: - feat: use latest agui langgraph packageUpdated dependencies [
a8c0263
]Updated dependencies [
8674da1
]Updated dependencies [
6d1de58
]@copilotkit/runtime-client-gql
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
a8c0263
]8674da1
]6d1de58
]@copilotkit/shared
1.10.0
Minor Changes
8674da1
: - refactor(headless): completely overhaul headless ui to better support agentic featuresHeadless UI has been in a bad state for a bit now. When we added support for different
agentic runtimes we acquired tech-debt that, with this PR, is being alleviated.
As such, the following features have been updated to be completely functional with Headless UI.
In addition, a variety of QOL changes have been made.
Signed-off-by: Tyler Slaton [email protected]
Patch Changes
a8c0263
: - feat: add event hooks system for chat components6d1de58
: - fix: address issues that would cause headless UI breaking changes in the next releaseSigned-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
Signed-off-by: Tyler Slaton [email protected]
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
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.