feat: 整合功能恢复与技能学习闭环 + Autonomy 自动激活 + 类型修复 #481
Annotations
10 errors and 1 warning
|
error: expect(received).toBe(expected):
src/services/compact/__tests__/cachedMicrocompact.test.ts#L110
Expected: true
Received: false
at <anonymous> (/home/runner/work/claude-code/claude-code/src/services/compact/__tests__/cachedMicrocompact.test.ts:110:64)
|
|
error: expect(received).toBe(expected):
src/services/compact/__tests__/cachedMicrocompact.test.ts#L97
Expected: true
Received: false
at <anonymous> (/home/runner/work/claude-code/claude-code/src/services/compact/__tests__/cachedMicrocompact.test.ts:97:34)
|
|
error: expect(received).toBeGreaterThan(expected):
src/services/compact/__tests__/cachedMicrocompact.test.ts#L51
Expected: > 0
Received: 0
at <anonymous> (/home/runner/work/claude-code/claude-code/src/services/compact/__tests__/cachedMicrocompact.test.ts:51:29)
|
|
error: expect(received).toBe(expected):
src/services/compact/__tests__/cachedMicrocompact.test.ts#L33
Expected: 3
Received: 0
at <anonymous> (/home/runner/work/claude-code/claude-code/src/services/compact/__tests__/cachedMicrocompact.test.ts:33:40)
|
|
error: expect(received).toThrow(expected):
src/services/acp/__tests__/bridge.test.ts#L680
Expected substring: "stream exploded"
Received message: "undefined is not an object (evaluating 'msg.type')"
at <anonymous> (/home/runner/work/claude-code/claude-code/src/services/acp/__tests__/bridge.test.ts:680:15)
|
|
error: expect(received).toBe(expected):
src/services/skillSearch/__tests__/prefetch.test.ts#L93
Expected: "skill_discovery"
Received: undefined
at <anonymous> (/home/runner/work/claude-code/claude-code/src/services/skillSearch/__tests__/prefetch.test.ts:93:30)
|
|
error: expect(received).toBe(expected):
src/services/skillSearch/__tests__/prefetch.test.ts#L75
Expected: "skill_discovery"
Received: undefined
at <anonymous> (/home/runner/work/claude-code/claude-code/src/services/skillSearch/__tests__/prefetch.test.ts:75:30)
|
|
|
|
error: expect(received).toBeNull():
src/utils/deepLink/__tests__/protocolHandler.test.ts#L62
Received: 1
at <anonymous> (/home/runner/work/claude-code/claude-code/src/utils/deepLink/__tests__/protocolHandler.test.ts:62:52)
|
|
error: expect(received).toContain(expected):
src/commands/__tests__/autonomy.test.ts#L349
Expected to contain: "# Autonomy Deep Status"
Received: "Autonomy runs: 1\nQueued: 1\nRunning: 0\nCompleted: 0\nFailed: 0\nCancelled: 0\nLatest: scheduled-task queued (4/21/2026, 2:46:16 AM)\nAutonomy flows: 0\nQueued: 0\nRunning: 0\nWaiting: 0\nBlocked: 0\nSucceeded: 0\nFailed: 0\nCancelled: 0"
at <anonymous> (/home/runner/work/claude-code/claude-code/src/commands/__tests__/autonomy.test.ts:349:20)
|
|
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/
|