channels-intelligence/v0.1.1
KoljaB/RealtimeSTTchannels-intelligence/v0.1.1Jul 10, 2026by github-actions[bot]
AI Summary
Migrates the Intelligence adapter from the retired Bot transport contract to the new Channels API, abstracting Phoenix-specific details behind a product-neutral Realtime Gateway.
Key Highlights
- Migration to the Channels contract for HTTP paths and payloads
- Phoenix-specific details abstracted behind Realtime Gateway
- Consistent renaming of SDK APIs and types
Breaking Changes
- Clean-break migration with no compatibility aliases
- Consumers must update configuration, payloads, and renamed types
New Features
- Integration with the clean-break Channels API
- Product-neutral Realtime Gateway abstraction
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.