mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
5f0d11c183
First live run of the claude agent (all prior verification used codex) failed instantly: skillgrade containers run as root, and Claude Code refuses --dangerously-skip-permissions as root unless IS_SANDBOX=1 marks the environment as a sandbox, which a skillgrade container is. A claude wrapper in docker.setup sets it, mirroring the codex wrapper. Without this every claude run fails in ~1s, including the canonical pnpm eval:skill:setup flow. Auth is whatever the forwarded .env provides: ANTHROPIC_API_KEY (Console) or CLAUDE_CODE_OAUTH_TOKEN from claude setup-token (subscription billing). Verified live with a subscription token: PASS 1.00, 8/8 deterministic, 61s (roughly 5x faster than the codex trials).