mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
f36dcc708f
- base-command: wrap checkCLIVersion() fetch in try-catch so CLI doesn't crash when offline (version check is non-critical) - init: forward argv to Create instead of dropping all flags, remove misleading flag definitions (init is just a deprecated redirect) - detect-endpoint-type: fix Promise.all destructuring (5 promises but only 4 variables caused isCopilot to receive the LangGraph FastAPI result), add missing isMCP branch, use isLangGraphFastAPI result - auth.service: validate OAuth state parameter before tracking analytics with user data, add reject()+server.close() on state mismatch so the Promise settles instead of hanging the CLI forever - create.test: fix quote-style assertion to match prettier output