channels-intelligence/v0.1.1

miraymen/pix2surfchannels-intelligence/v0.1.1Jul 10, 2026by github-actions[bot]

AI Summary

Migrates the Intelligence adapter from the retired Bot contract to the clean-break Channels API, renaming HTTP paths and types.

Key Highlights

  • Migrated to Channels API with clean-break changes.
  • Renamed HTTP paths, payloads, and types.
  • Phoenix details hidden behind a product-neutral abstraction.
  • Updated managed Slack example to the new contract.

Breaking Changes

  • Migration to Channels API is a clean-break with no compatibility aliases.
  • Legacy Bot contract consumers must update configuration and types.

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.