mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
d779f71468
Wire the strands-typescript showcase integration for staging deployment, mirroring how the Python strands integration is deployed. - manifest: flip deployed: true so the shell lists it in the integration menu - railway-envs.ts: add showcase-strands-typescript SSOT entry (staging-only for now: prod instance not yet provisioned, so it omits the prod env and is gateIgnore'd until promoted dual-env); regenerate railway-envs.generated.json - showcase_build.yml + showcase_build_check.yml: add the strands-typescript build matrix entry, change-detection filter, and dispatch option (railway_id is the new Railway service id) - golden fixture + image-ref-gate inventory tests updated for the new service Railway staging service showcase-strands-typescript provisioned (showcase-strands-typescript-staging.up.railway.app, health /api/health, OpenAI-via-aimock env). Prod is added later via the promote pipeline.