Skip to content

fix: 修复 USER_TYPE=ant 时 TUI 无法启动的问题 #38

fix: 修复 USER_TYPE=ant 时 TUI 无法启动的问题

fix: 修复 USER_TYPE=ant 时 TUI 无法启动的问题 #38

Triggered via push April 2, 2026 12:35
Status Failure
Total duration 19s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
ci
Process completed with exit code 1.
error: expect(received).toBe(expected): src/utils/__tests__/truncate.test.ts#L55
" " at <anonymous> (/home/runner/work/claude-code/claude-code/src/utils/__tests__/truncate.test.ts:55:20)
error: ANTHROPIC_API_KEY or CLAUDE_CODE_OAUTH_TOKEN env var is required: src/utils/auth.ts#L282
at getAnthropicApiKeyWithSource (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:282:7) at isAnthropicAuthEnabled (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:130:36) at getSubscriptionType (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:1668:8) at isMaxSubscriber (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:1680:10) at getDefaultMainLoopModelSetting (/home/runner/work/claude-code/claude-code/src/utils/model/model.ts:189:7) at getDefaultMainLoopModel (/home/runner/work/claude-code/claude-code/src/utils/model/model.ts:208:34) at isEnabled (/home/runner/work/claude-code/claude-code/src/tools/WebSearchTool/WebSearchTool.ts:170:19) at map (1:11) at getTools (/home/runner/work/claude-code/claude-code/src/tools.ts:323:34) at <anonymous> (/home/runner/work/claude-code/claude-code/tests/integration/tool-chain.test.ts:98:19)
error: ANTHROPIC_API_KEY or CLAUDE_CODE_OAUTH_TOKEN env var is required: src/utils/auth.ts#L282
at getAnthropicApiKeyWithSource (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:282:7) at isAnthropicAuthEnabled (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:130:36) at getSubscriptionType (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:1668:8) at isMaxSubscriber (/home/runner/work/claude-code/claude-code/src/utils/auth.ts:1680:10) at getDefaultMainLoopModelSetting (/home/runner/work/claude-code/claude-code/src/utils/model/model.ts:189:7) at getDefaultMainLoopModel (/home/runner/work/claude-code/claude-code/src/utils/model/model.ts:208:34) at isEnabled (/home/runner/work/claude-code/claude-code/src/tools/WebSearchTool/WebSearchTool.ts:170:19) at map (1:11) at getTools (/home/runner/work/claude-code/claude-code/src/tools.ts:323:34) at <anonymous> (/home/runner/work/claude-code/claude-code/tests/integration/tool-chain.test.ts:91:19)
ci
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/