Update CopilotKit dependencies to v1.61.0#35
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
89c30f1 to
078dfdb
Compare
078dfdb to
e5657f4
Compare
e5657f4 to
3d66035
Compare
3d66035 to
0c4f241
Compare
0c4f241 to
17c216d
Compare
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
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.6.0→1.61.01.6.0→1.61.01.6.0→1.61.0Release Notes
CopilotKit/CopilotKit (@copilotkit/react-core)
v1.61.0Compare Source
v1.60.2Compare Source
CopilotKit v1.60.2
A patch release on the
1.60line. Headline: a sweep of@copilotkit/react-corechat-surface stability fixes — pin-to-send scrolling, scoped Streamdown markdown styles, thread-header refresh on provider updates, an awaiteduseInterruptresolve, and dark-mode default tool rendering — landing alongside agent-native Slack APIs (assistant pane + native streaming, default-on) in@copilotkit/bot-slack0.0.2(#5447). This cut also adds a runtime A2UI opt-out predicate (#5385), fixes Angular OnPush rendering onaddMessage(#5418), and rides@ag-ui/*0.0.57.Install
Features
@copilotkit/bot-slack: agent-native Slack APIs (0.0.2) — adds the Slack assistant pane and native streaming, on by default, and enables them in the Slack example. (#5447)@copilotkit/runtime: A2UI enabled opt-out — a sharedisA2UIEnabledpredicate lets you opt out of A2UI injection instead of it being implicitly on. (#5385)Fixes
@copilotkit/react-core: stabilize pin-to-send scrolling — keeps the user message pinned without the jump/drift on send. (#5386)@copilotkit/react-core: scope Streamdown markdown styles — markdown styling (including mermaid blocks and sub/superscript) is scoped so it no longer leaks into the surrounding app. (#5099)@copilotkit/react-core: refresh thread headers on provider updates — thread headers re-render when the provider changes instead of showing stale titles. (#5300)@copilotkit/react-core: awaitrunAgentinuseInterrupt::resolve— the resolve path now awaits the agent run (and propagates through demo-local hooks) so resume completes deterministically. (#5461)@copilotkit/react-core: dark-mode default tool rendering — the default tool renderer now has dark-theme styling. (#5455)@copilotkitnext/angular: OnPush views render onaddMessage— emit a fresh messages array so OnPush change detection picks up appended messages. (#5418)@copilotkit/vue: keep the user message pinned — adjust the pin-to-send spacer in both directions. (#5423)@copilotkit/shared: preserve lambda client CJS export — restores the lambda client export in the CommonJS build. (#5419)@copilotkit/web-inspector: persist announcement popout dismissal — dismissing the announcement popout via its X control now sticks. (#5448)Dependencies
@ag-ui/*stays at0.0.57— no version change from1.60.1;@ag-ui/core/@ag-ui/client/@ag-ui/encoderat0.0.57,@ag-ui/langgraphat0.0.41,@ag-ui/a2ui-middlewareat0.0.8.Docs
@copilotkit/react-nativereference docs (#5397), and Built-in Agent docs served at the docs root (#5404).CI / release
Packages republished at
1.60.2@copilotkit/runtime,@copilotkit/react-core,@copilotkit/react-ui,@copilotkit/react-native,@copilotkit/core,@copilotkit/shared,@copilotkit/runtime-client-gql,@copilotkit/sdk-js,@copilotkit/vue,@copilotkit/voice,@copilotkit/web-inspector,@copilotkit/a2ui-renderer,@copilotkit/react-textarea,@copilotkit/sqlite-runner, and@copilotkit/agentcore-runner.@copilotkit/botand@copilotkit/bot-slackrepublished at0.0.2.v1.60.1Compare Source
CopilotKit v1.60.1
A patch release on the
1.60line. It bumps@ag-ui/*to0.0.57— picking up the@ag-ui/clienttransport fetch fix and adapting@copilotkit/bot-slackto the newrunHttpRequestsignature (#5408) — alongside internal test-infrastructure and example hardening.Install
Dependencies
@ag-ui/*bumped to0.0.57—@ag-ui/core,@ag-ui/client,@ag-ui/encoder0.0.56 → 0.0.57across packages, picking up the@ag-ui/clienttransport fetch fix;@ag-ui/langgraphat0.0.41,@ag-ui/a2ui-middlewareat0.0.8.@copilotkit/bot-slackadapts itsrunHttpRequestcall to the0.0.57fetch-thunk signature. (#5408)Docs
useAgentetc.). (#5394)Packages republished at
1.60.1@copilotkit/runtime,@copilotkit/react-core,@copilotkit/react-ui,@copilotkit/react-native,@copilotkit/core,@copilotkit/shared,@copilotkit/runtime-client-gql,@copilotkit/sdk-js,@copilotkit/vue,@copilotkit/voice,@copilotkit/web-inspector,@copilotkit/a2ui-renderer,@copilotkit/react-textarea,@copilotkit/sqlite-runner, and@copilotkit/agentcore-runner.v1.60.0Compare Source
CopilotKit v1.60.0
A minor release on the
1.60line. Headline: the new@copilotkit/botfamily — a platform-agnostic bot engine, a cross-platform JSX UI runtime, and a Slack platform adapter (#5274) — debuts alongside the AG-UIA2UIToolParamssingle-arg API on@ag-ui0.0.56(#5339). This cut also scopes the A2UI catalog context per-agent instead of broadcasting it into every run (#5369), makes a single unhealthy MCP server non-fatal to a run, threads app-user IDs through Intelligence thread reads and deletes (#5389), and fixes the Intelligence indicator icon that rendered blank outside Chrome (#5316).Install
New packages
@copilotkit/bot,@copilotkit/bot-ui,@copilotkit/bot-slack(0.0.1) — A new family for building AG-UI agents into chat platforms, landing the production rework of the earlier Slack PoC (#4883).bot— a platform-agnostic engine:createBotwithonMention/onMessage/onInterrupt/onCommandhandler registration, the agent run/tool/interrupt loop, content-stable JSX action binding with cold-path rehydration from a pluggableActionStore, thePlatformAdapterboundary, capability-gated thread methods, a sharedBotToolContext,defineBotTool/defineBotCommand, and typed interaction/interrupt handlers (ships fake-adapter/fake-agent test utilities).bot-ui— a JSX runtime, intermediate representation, and a cross-platform component vocabulary.bot-slack— a Slack adapter: JSX → Block Kit rendering with per-element budgets and graceful degradation, Socket Mode ingress, opaque-id interactions (ack within 3 s, run async),chat.updatestreaming with chunking, accent attachments, and sender-profile resolution. Bolt initialization is deferred tostart().examples/slack— issue/page cards, tables, Chart.js charts, Mermaid diagrams, aconfirm_writeHITL gate, and/agent+/triageslash commands. (#5274)Features
A2UIToolParamsAPI —getA2UITools/get_a2ui_toolsin the LangGraph middlewares now take oneA2UIToolParamsobject (model inside), withcomposition_guidefolded into theguidelinesbag. Counterpart to ag-ui#1894, which re-enables A2UI generation and design guidelines via the shared params bag. (#5339, #5314)Fixes
@copilotkit/core/runtime/react-core/vue: scope A2UI context per agent — the A2UI catalog context was being injected into every agent's runs. Context entries are now scoped per-agent, the runtime info response forwards per-agent A2UI scoping, and the a2ui agent list is preserved through the core context path — so only the runtime's designated a2ui agents receive the catalog. (#5369, #5383)@copilotkit/runtime: MCP server failures are non-fatal — a single unavailable MCP server (down, 5xx, timeout, bad auth) no longer fails the whole run. It's skipped with an error log and the run continues with the healthy servers and the agent's own tools. (#5274)@copilotkit/runtime: pass app-user IDs to Intelligence thread reads — the Intelligence REST API now requires explicit app-user ownership for direct thread reads, message-history lookups, and destructive thread mutations. Runtime now threads the resolveduserId(andagentIdon deletes) through those calls as route params; create/list/connect/lock already sent it. Wire-contract assertions added to the runtime tests. (#5389)@copilotkit/react-core: Intelligence indicator icon renders cross-browser — the indicator's spinner→checkmark icon was blank in Safari and Firefox because its geometry lived in the Blink-only CSSd:property. Geometry moved to the SVGdattribute, replaced the Chrome-only path-morph with two overlaid static shapes (a fading spinning arc + a self-drawing checkmark), and rotated the arc viatransform-box: fill-box; transform-origin: centerso it renders instantly and on-center in every engine. (#5316)@copilotkit/core: adapt to@ag-ui/client0.0.56'srunHttpRequest—0.0.56changedrunHttpRequestfrom(url, requestInit)to a fetch-thunk signature (() => Promise<Response>). The single-route and connect transport paths inProxiedCopilotRuntimeAgentnow wrap the request as() => this.fetch(url, init), restoring the envelope transports;@ag-ui/*added tominimum-release-age-excludeso the fresh publish installs in CI. (#5344)@copilotkit/shared/a2ui-renderer: repaircheck-typesrot — define license context types locally (drop the deadLicenseModeredefinition), remove dead 0.8-era a2ui-renderer viewer files, and resolve Angular workspace paths todistfirst in typecheck. (#5356)@copilotkit/web-inspector: Node 25 compatibility — shimlocalStoragein the vitest setup so the suite runs on Node 25. (#5274)@copilotkitnext/angular: support Angular 19–21 install — widen the@angular/*peer range to^19 || ^20 || ^21(a clean install on Angular 20/21 no longer needs--legacy-peer-deps) and correct the README to the real package name@copilotkitnext/angular. Rides the separate@copilotkitnext/angularversion line (not part of the 1.60.0 republish). (#5342)Dependencies
@ag-ui/*bumped to0.0.56—@ag-ui/core,@ag-ui/client,@ag-ui/encoder0.0.53 → 0.0.56across all packages;@ag-ui/langgraphat0.0.41,@ag-ui/a2ui-middlewareat0.0.8. (#5339, #5344)Packages republished at
1.60.0@copilotkit/runtime,@copilotkit/react-core,@copilotkit/react-ui,@copilotkit/react-native,@copilotkit/core,@copilotkit/shared,@copilotkit/runtime-client-gql,@copilotkit/sdk-js,@copilotkit/vue,@copilotkit/voice,@copilotkit/web-inspector,@copilotkit/a2ui-renderer,@copilotkit/react-textarea,@copilotkit/sqlite-runner, and@copilotkit/agentcore-runner.v1.59.5Compare Source
v1.59.4Compare Source
v1.59.3Compare Source
v1.59.2Compare Source
v1.59.1Compare Source
v1.59.0Compare Source
v1.58.0Compare Source
v1.57.4Compare Source
v1.57.3Compare Source
v1.57.2Compare Source
v1.57.1Compare Source
v1.57.0Compare Source
v1.56.5Compare Source
v1.56.4Compare Source
v1.56.3Compare Source
v1.56.2Compare Source
Release v1.56.2
v1.56.1Compare Source
Release v1.56.1
v1.56.0Compare Source
Release v1.56.0
v1.55.3Release v1.55.3
v1.54.0Compare Source
CopilotKit v1.54.0
A minor release on the
1.54line. Opens tool schemas to the broader Standard Schema ecosystem (Zod, Valibot, ArkType, …), ships a programmaticrunTool()API, and starts the formal deprecation of the@copilotkitnext/*scope ahead of the 1.55 consolidation. Plus a few long-standing React Strict Mode and focus fixes.Install
Features
Standard Schema support for tool args —
@copilotkit/react-corenow accepts any Standard Schema-compatible library for tool argument schemas. Previously Zod-only. (#3275)copilotkit.runTool()for programmatic tool execution — a new API on@copilotkit/coreand@copilotkit/react-corefor invoking registered tools directly from app code, outside of an agent turn. Useful for wiring UI actions, tests, and side effects against the same tool definitions the LLM uses. (#3286)Deprecations
@copilotkitnext/*packages deprecated — every package in the@copilotkitnext/*scope is being folded into its flat@copilotkit/*equivalent. The actual consolidation ships in 1.55; this release marks the deprecation. If you're on@copilotkitnext/react,@copilotkitnext/core, or@copilotkitnext/angular, plan the migration to@copilotkit/*now. The@copilotkit/react-core/v2subpath remains the recommended path for v2 APIs during the transition. (3780c6ae)React fixes (
@copilotkit/react-core)useRenderTool,useComponent, etc. were being lost under React Strict Mode's double-invocation semantics. Fixed. (#3416)useCopilotReadablecontext flows intoconnectAgent— readable context was not being passed through toconnectAgent. Now propagated. (#3422)React-textarea fixes (
@copilotkit/react-textarea)Packages republished at
1.54.0v1 (
@copilotkit/*):runtime,react-core,react-ui,react-textarea,runtime-client-gql,sdk-js,shared,a2ui-renderer.v2 (
@copilotkitnext/*, deprecated):agent,angular,core,react,runtime,shared,sqlite-runner,voice,web-inspector.v1.53.0Compare Source
CopilotKit v1.53.0
A minor release on the
1.53line. Lands first-class MCP and A2UI middleware support directly on the CopilotKit runtime — no more separate middleware wiring — plus aconvertJsonSchemaToZodSchemafix that preservesenumconstraints during schema conversion.Install
Features
MCP and A2UI middleware enabled directly from the runtime — both are now first-class config options on
CopilotRuntime, replacing the previous "stitch them together with separate middleware layers" path. The old middleware path keeps working. (#3344)Lands across
@copilotkit/shared,@copilotkit/core,@copilotkit/react-core,@copilotkit/angular, and@copilotkit/runtime-client-gql.Shared fixes (
@copilotkit/shared)convertJsonSchemaToZodSchemapreservesenumconstraints — the JSON-Schema-to-Zod converter was silently droppingenumconstraints during conversion, which meant downstream validation was looser than the source schema promised. Enums now survive end-to-end. (#3339)Packages republished at
1.53.0v1 (
@copilotkit/*):runtime,react-core,react-ui,react-textarea,runtime-client-gql,sdk-js,shared,a2ui-renderer.v2 (
@copilotkitnext/*):agent,angular,core,react,runtime,shared,sqlite-runner,voice,web-inspector.v1.52.1Compare Source
CopilotKit v1.52.1
A patch release on the
1.52line. Closes a CommonJS CSS import incompatibility introduced in 1.52.0 and adds an override for the single-endpoint transport flag on theCopilotKitprovider.Install
React fixes (
@copilotkit/react-ui,@copilotkit/react-textarea)@copilotkit/react-uiand@copilotkit/react-textareano longer break when a CJS consumer importsstyle.css. ResolvesERR_REQUIRE_ESMand similar errors on CJS toolchains. (6fb4f651)useSingleEndpointoverridable from theCopilotKitprovider — the provider now exposes a prop to override the auto-resolved single-endpoint transport flag, so apps that need to force one path or the other can. (#3289)Packages republished at
1.52.1v1 (
@copilotkit/*):runtime,react-core,react-ui,react-textarea,runtime-client-gql,sdk-js,shared,a2ui-renderer.v2 (
@copilotkitnext/*):agent,angular,core,demo-agents,react,runtime,shared,sqlite-runner,voice,web-inspector.v1.52.0Compare Source
v1.52.0 drops a fresh batch of v2 hooks, brings first-class interrupt handling, adds reasoning message rendering, and squashes the Tailwind style-leak bug that's been messing with host apps. Seven packages updated, zero breaking changes. Let's get into it.
New Hooks
This release adds four new hooks to the v2 API surface in
@copilotkit/react-core/v2:useComponentRegister custom UI components that render directly inside the chat context. Clean, composable, and framework-aligned.
useRenderToolWire up a named tool call renderer with full Zod-typed args and lifecycle-aware render props (
in-progress→executing→complete). You get type safety and granular control over how each tool call looks to the user.useDefaultRenderToolThe wildcard (
*) catch-all. Any tool call that doesn't have its own renderer falls through to this one — great for building default loading states or generic tool UIs without registering every single tool name.useInterruptA clean way to handle interrupt events on the frontend. Supports:
render— Show custom UI when an interrupt fires (confirmation dialogs, approval forms, you name it).handler— Handle interrupts programmatically, no UI needed.enabled— Conditionally filter which interrupts to respond to, with access to agent metadata.agentIdscoping — Target interrupts from a specific agent only.Under the hood, the existing
useLangGraphInterruptv1 hook now delegates touseInterrupt, converting v2InterruptEventobjects to the legacy shape so nothing breaks.All four hooks are exported from
packages/v2/reactalongside the existing v2 hooks (useFrontendTool,useAgent,useAgentContext, etc.).New Features
availableProp onuseFrontendTool()You can now pass
available: "enabled" | "disabled"to dynamically show or hide a tool from the LLM without unmounting the hook. Perfect for multi-step workflows where certain actions should only surface at the right moment.Reasoning Message Support
The chat UI now renders model reasoning/thinking steps out of the box with new default components. Ships with both React and Angular support — no extra setup required.
Bug Fixes
Tailwind Style Scoping
The big one. CopilotKit's Tailwind classes were leaking into host applications and stomping on your styles. This release introduces a
cpkprefix on all internal utility classes viaextendTailwindMerge({ prefix: "cpk" }). Your app's Tailwind config stays clean, CopilotKit stays in its lane.Style Generation Pipeline
Additional fixes to the CSS generation pipeline ensure proper isolation — CopilotKit styles no longer interfere with existing application styling, period.
Under the Hood
v1 → v2 Bridge
All the v1 hooks (
useFrontendTool,useRenderToolCall,useLangGraphInterrupt) are now thin compatibility wrappers around the v2 implementations. Your existing code keeps working exactly as before — the v2 engine is just running underneath. This sets up a smooth migration path when you're ready to adopt the new API directly.Upgrading
cpkprefix should fix that automatically.@copilotkit/react-core/v2instead of@copilotkit/react-core.v1.51.4Compare Source
CopilotKit v1.51.4
A patch release on the
1.51line. Fixes a thread-switching bug in@copilotkit/corethat was leaking tool call results across threads, brings Angular's frontend tools through the core pipeline, and propagates agent error messages intoRUN_ERRORevents.Install
Core fixes (
@copilotkitnext/core)@copilotkit/corecould let tool call results from the previous thread bleed into the new one, producing state that wasn't quite either thread's. Results are now scoped per thread. (#3179)Angular fixes (
@copilotkitnext/angular)@copilotkitnext/angularnow runs its frontend-tools path through@copilotkitnext/core, sharing the same pipeline and contract as the React side. (#3192)Runtime fixes (
@copilotkit/runtime)RUN_ERRORevents — error messages from agent runs are now surfaced throughRUN_ERRORinstead of being swallowed. (#3194)@ag-ui/langgraphclone fix. (#3131)Dependency hygiene
shared,sdk-js,react-core,react-ui,runtime-client-gql, andreact-textarea.Packages republished at
1.51.4v1 (
@copilotkit/*):runtime,react-core,react-ui,react-textarea,runtime-client-gql,sdk-js,shared,a2ui-renderer.v2 (
@copilotkitnext/*):agent,angular,core,demo-agents,react,runtime,shared,sqlite-runner,voice,web-inspector.v1.51.3Compare Source
CopilotKit v1.51.3
A patch release on the
1.51line. Adds UMD builds for every@copilotkit/*package, plus anapiKeyparameter onBuiltInAgentConfigurationand routine dependency updates.Install
Build / packaging
@copilotkit/*package now ships a UMD bundle alongside its existing ESM and CJS outputs. Unlocks CDN consumption (unpkg,jsdelivr), embedding in pages without a bundler, and environments where ESM isn't an option. Existing ESM and CJS consumers are unaffected. (d36fc1e5)Runtime fixes (
@copilotkit/runtime)apiKeyparameter onBuiltInAgentConfiguration— the built-in agent configuration now accepts anapiKeyso credentials can be threaded through without a custom adapter. (#3005)Dependency hygiene
runtime-client-gql. No API changes.Packages republished at
1.51.3v1 (
@copilotkit/*):runtime,react-core,react-ui,react-textarea,runtime-client-gql,sdk-js,shared,a2ui-renderer.v2 (
@copilotkitnext/*):agent,angular,core,demo-agents,react,runtime,shared,sqlite-runner,voice,web-inspector.v1.51.2Compare Source
CopilotKit v1.51.2
A small but consequential packaging change on the
1.51line. In-repo CopilotKit dependencies are no longer declared aspeerDependencies— installing a single@copilotkit/*package now pulls in its siblings automatically.Install
Build / packaging
peerDependenciestodependencies— installing e.g.@copilotkit/runtime-client-gqlpreviously expected@copilotkit/sharedas a peer dependency, generating bundler warnings andnpmpeer-dep complaints for anyone who only installed one CopilotKit package. Those warnings are gone; sibling packages now resolve automatically. Applied acrossshared,sdk-js,react-core,react-ui,core,angular,runtime-client-gql, andreact-textarea. No API changes. (#3007)Packages republished at
1.51.2v1 (
@copilotkit/*):runtime,react-core,react-ui,react-textarea,runtime-client-gql,sdk-js,shared,a2ui-renderer.v2 (
@copilotkitnext/*):agent,angular,core,react,runtime,shared,sqlite-runner,web-inspector.v1.51.1CopilotKit v1.51.1
First release off the restructured monorepo. The repo was reorganized to host both v1 (
@copilotkit/*) and v2 (@copilotkitnext/*) package sets in a single pnpm workspace, and@copilotkitnext/coreand@copilotkitnext/angularship as first-class packages alongside the existing set. No user-visible code changes — this is the scaffolding release before subsequent feature work lands.Install
Monorepo
v1.xandv2.xpackages now live in a single pnpm workspace, replacing the prior split-repo layout. (#2794, #2984)@copilotkitnext/*packages published —@copilotkitnext/coreand@copilotkitnext/angularare now published alongside the existing@copilotkitnext/*set. The@copilotkit/*(v1) packages are unchanged in API.Dependency hygiene
@copilotkit/shared,@copilotkit/react-core,@copilotkit/react-ui,@copilotkit/runtime-client-gql, and@copilotkit/react-textareaso version numbers stay in lockstep post-restructure.Packages republished at
1.51.1v1 (
@copilotkit/*):runtime,react-core,react-ui,react-textarea,runtime-client-gql,sdk-js,shared,a2ui-renderer.v2 (
@copilotkitnext/*):agent,angular,core,react,runtime,shared,sqlite-runner,web-inspector.v1.50.1Compare Source
CopilotKit v1.50.1
A patch release on the
1.50line. No breaking API changes — restores message callbacks that regressed in 1.50.0 and refreshes the Google GenAI adapter defaults so new installs point at a current model and API version.Install
React fixes (
@copilotkit/react-core,@copilotkit/react-ui)onMessage-style callbacks regressed in 1.50.0 and stopped firing. Restored across the chat surface. (#2864)Runtime fixes (
@copilotkit/runtime)Dependency hygiene
shared,sdk-js,react-core,react-ui,runtime-client-gql, andreact-textarea.Packages republished at
1.50.1@copilotkit/runtime,@copilotkit/react-core,@copilotkit/react-ui,@copilotkit/react-textarea,@copilotkit/runtime-client-gql,@copilotkit/sdk-js,@copilotkit/shared, and@copilotkit/a2ui-renderer.v1.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 tyler@copilotkit.ai
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 tyler@copilotkit.ai
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](https://redirect.github.coConfiguration
📅 Schedule: (UTC)
🚦 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.