v1.63.1
CopilotKit/CopilotKitv1.63.1Jul 16, 2026by github-actions[bot]
AI Summary
A patch release fixing Channels activation to work from a clean install by changing the dependency declaration.
Key Highlights
- Channels activation now works from a clean install.
- @copilotkit/runtime now declares @copilotkit/channels-intelligence as a direct dependency.
Full Release Notes
# CopilotKit v1.63.1 A patch release on the `1.63` line with a single fix: **Channels activation now works from a clean install** — `@copilotkit/runtime` declares `@copilotkit/channels-intelligence` as a direct dependency instead of an optional peer ([#6012](https://github.com/CopilotKit/CopilotKit/pull/6012)). No other package code changed; the remaining packages are version-bump republishes. ## Install ```bash npm install @copilotkit/react-core@1.63.1 @copilotkit/react-ui@1.63.1 @copilotkit/runtime@1.63.1 ``` ## Runtime fixes (`@copilotkit/runtime`) - **Channels activation dependency installs with the runtime** — 1.63.0's handler-owned Channels activation loads `@copilotkit/channels-intelligence` through a dynamic import, but the package was declared as an optional peer dependency, so package managers omitted it and activation failed with `Module not found` on a clean install of `runtime@1.63.0`. It is now a direct dependency (the packed manifest resolves it to `@copilotkit/channels-intelligence@0.2.0`), with a package-metadata regression test to keep it that way. ([#6012](https://github.com/CopilotKit/CopilotKit/pull/6012)) ## Dependencies - **`@ag-ui/*` unchanged from `1.63.0`** — `@ag-ui/langgraph` at `0.0.42`, `@ag-ui/a2ui-middleware` at `0.0.10`, `@ag-ui/mcp-apps-middleware` at `0.0.3`, `@ag-ui/mcp-middleware` at `0.0.1`, `@ag-ui/core` / `@ag-ui/client` / `@ag-ui/encoder` at `0.0.57`. - **`@copilotkit/channels-intelligence` moved from optional peer to direct dependency of `@copilotkit/runtime`** — see the fix above. ## Packages republished at `1.63.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/web-components`, `@copilotkit/a2ui-renderer`, `@copilotkit/react-textarea`, `@copilotkit/sqlite-runner`, and `@copilotkit/agentcore-runner`.