channels-intelligence/v0.1.1
chenglou/pretextchannels-intelligence/v0.1.1Jul 10, 2026by github-actions[bot]
AI Summary
This release migrates the Intelligence adapter from the retired Bot transport contract to the new Channels API.
Key Highlights
- HTTP paths and payloads updated to Channels contract
- Phoenix-specific details abstracted behind product-neutral gateway
- SDK APIs and types renamed consistently
- Managed Slack example updated to new contract
Breaking Changes
- Clean-break migration with no compatibility aliases; consumers must update configuration, payloads, and renamed types
New Features
- Intelligence adapter using Channels API
Full Release Notes
# `@copilotkit/channels-intelligence` v0.1.1 This release moves the Intelligence adapter from the retired Bot transport contract to the clean-break Channels API. ## Install ```bash npm install @copilotkit/channels-intelligence@0.1.1 ``` ## Changed - HTTP paths, payloads, configuration, and KV state now use Channel terminology and the current Channels contract. - Phoenix-specific details are private behind a product-neutral Realtime Gateway abstraction and Channel realtime wire contract. - Remaining SDK APIs and types were renamed consistently, and the managed Slack example was updated to the same contract. ## Migration This is a clean-break migration with no compatibility aliases. Consumers using the legacy Bot contract must update their configuration, payloads, and renamed types together. See [#5916](https://github.com/CopilotKit/CopilotKit/pull/5916) for the complete contract migration.