mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
cc267f4b75
## Summary - Syncs `deployed` flags in `integration-smoke.spec.ts` INTEGRATIONS array with the source-of-truth `registry.json` - 4 integrations were stale `deployed: false` but `true` in registry: **claude-sdk-python**, **claude-sdk-typescript**, **langroid**, **spring-ai** - These integrations were silently skipped by the smoke suite ## Test plan - [x] `npx prettier --check` passes - [x] `npx playwright test --list` shows all 17 integrations in every test level - [ ] CI green