Skip to content

fix(windows): SDK + watchdog Unicode + popup wave 2 #1235

fix(windows): SDK + watchdog Unicode + popup wave 2

fix(windows): SDK + watchdog Unicode + popup wave 2 #1235

Triggered via push April 7, 2026 03:31
Status Failure
Total duration 2m 24s
Artifacts 1

ci.yml

on: push
Matrix: unit-tests
Web Tests (Unit)
39s
Web Tests (Unit)
Web Tests (Components)
43s
Web Tests (Components)
Lint
26s
Lint
Typecheck
33s
Typecheck
Secret Scan (gitleaks)
7s
Secret Scan (gitleaks)
Server Unit Tests
48s
Server Unit Tests
Unit Tests (macOS)
2m 20s
Unit Tests (macOS)
Unit Tests (Windows)
1m 18s
Unit Tests (Windows)
Unit Tests (Windows ConPTY)
53s
Unit Tests (Windows ConPTY)
Server DB Integration Tests
46s
Server DB Integration Tests
E2E Tests
0s
E2E Tests
Repo Provider Integration Tests
0s
Repo Provider Integration Tests
Coverage Report
0s
Coverage Report
Docker Build & Push
0s
Docker Build & Push
Android Release Build
0s
Android Release Build
Publish to npm
0s
Publish to npm
Fit to window
Zoom out
Zoom in

Annotations

42 errors and 13 warnings
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > resumes with stored thread id on existing session: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:195:5
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > starts a thread, captures resume id, emits tool calls, streams message deltas, and completes: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:117:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > applies thinking level to subsequent Claude SDK turns: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:294:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits tool events from assistant/user message content when stream events are absent: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:251:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > builds tool input from input_json_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:211:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits a fallback streaming delta from assistant text when the SDK does not send text_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:185:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > passes session env through to the Claude SDK query options: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:156:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > fresh createSession ignores previous internal continuity for the same route: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:132:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits cancelled on cancel(): test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:114:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > uses stable resume id, emits cumulative text deltas, and completes from result: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:80:5
Unit Tests (Node 22)
The strategy configuration was canceled because "unit-tests._20" failed
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > resumes with stored thread id on existing session: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:195:5
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > starts a thread, captures resume id, emits tool calls, streams message deltas, and completes: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:117:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > applies thinking level to subsequent Claude SDK turns: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:294:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits tool events from assistant/user message content when stream events are absent: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:251:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > builds tool input from input_json_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:211:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits a fallback streaming delta from assistant text when the SDK does not send text_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:185:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > passes session env through to the Claude SDK query options: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:156:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > fresh createSession ignores previous internal continuity for the same route: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:132:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits cancelled on cancel(): test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:114:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > uses stable resume id, emits cumulative text deltas, and completes from result: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:80:5
Unit Tests (Node 24)
The strategy configuration was canceled because "unit-tests._20" failed
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > resumes with stored thread id on existing session: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:195:5
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > starts a thread, captures resume id, emits tool calls, streams message deltas, and completes: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:117:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > applies thinking level to subsequent Claude SDK turns: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:294:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits tool events from assistant/user message content when stream events are absent: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:251:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > builds tool input from input_json_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:211:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits a fallback streaming delta from assistant text when the SDK does not send text_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:185:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > passes session env through to the Claude SDK query options: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:156:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > fresh createSession ignores previous internal continuity for the same route: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:132:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits cancelled on cancel(): test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:114:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > uses stable resume id, emits cumulative text deltas, and completes from result: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:80:5
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > resumes with stored thread id on existing session: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:195:5
test/agent/codex-sdk-provider.test.ts > CodexSdkProvider > starts a thread, captures resume id, emits tool calls, streams message deltas, and completes: test/agent/codex-sdk-provider.test.ts#L70
TypeError: cb is not a function ❯ test/agent/codex-sdk-provider.test.ts:70:9 ❯ src/agent/providers/codex-sdk.ts:189:9 ❯ src/agent/providers/codex-sdk.ts:188:13 ❯ CodexSdkProvider.connect src/agent/providers/codex-sdk.ts:185:5 ❯ test/agent/codex-sdk-provider.test.ts:117:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > applies thinking level to subsequent Claude SDK turns: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:294:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits tool events from assistant/user message content when stream events are absent: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:251:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > builds tool input from input_json_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:211:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits a fallback streaming delta from assistant text when the SDK does not send text_delta events: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:185:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > passes session env through to the Claude SDK query options: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:156:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > fresh createSession ignores previous internal continuity for the same route: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:132:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > emits cancelled on cancel(): test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:114:5
test/agent/claude-code-sdk-provider.test.ts > ClaudeCodeSdkProvider > uses stable resume id, emits cumulative text deltas, and completes from result: test/agent/claude-code-sdk-provider.test.ts#L4
TypeError: cb is not a function ❯ test/agent/claude-code-sdk-provider.test.ts:4:9 ❯ src/agent/providers/claude-code-sdk.ts:100:9 ❯ src/agent/providers/claude-code-sdk.ts:99:13 ❯ ClaudeCodeSdkProvider.connect src/agent/providers/claude-code-sdk.ts:97:5 ❯ test/agent/claude-code-sdk-provider.test.ts:80:5
Secret Scan (gitleaks)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, gitleaks/gitleaks-action@v2. 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/
Lint
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/setup-node@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/
Typecheck
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/setup-node@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/
Web Tests (Unit)
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/setup-node@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/
Web Tests (Components)
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/setup-node@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/
Server DB Integration Tests
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/setup-node@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/
Server Unit Tests
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/setup-node@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/
Unit Tests (Windows ConPTY)
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/setup-node@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/
Unit Tests (Windows)
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/setup-node@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/
Unit Tests (Node 20)
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/setup-node@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/
Unit Tests (Node 22)
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/setup-node@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/
Unit Tests (Node 24)
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/setup-node@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/
Unit Tests (macOS)
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/setup-node@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/

Artifacts

Produced during runtime
Name Size Digest
gitleaks-results.sarif
367 Bytes
sha256:d0102a64ac32699e59e12663d47ed07db1aafd6682cac49050aec2441efae42a