fix(ai,coding-agent): correct Copilot context window discovery and await it during startup#34
Open
spencerharmon wants to merge 1 commit into
Annotations
10 errors and 1 warning
|
Test:
packages/coding-agent/src/core/status-line-runner.ts#L114
Error: write EPIPE
❯ afterWriteDispatched node:internal/stream_base_commons:159:15
❯ writeGeneric node:internal/stream_base_commons:150:3
❯ Socket._writeGeneric node:net:966:11
❯ Socket._write node:net:978:8
❯ writeOrBuffer node:internal/streams/writable:572:12
❯ _write node:internal/streams/writable:501:10
❯ Socket.Writable.write node:internal/streams/writable:510:10
❯ src/core/status-line-runner.ts:114:16
❯ runCommand src/core/status-line-runner.ts:55:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -32, code: 'EPIPE', syscall: 'write' }
This error originated in "test/status-line-runner.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "runs a configured shell command and returns its stdout". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Test:
packages/coding-agent/src/core/hooks/executor.ts#L210
Error: write EPIPE
❯ afterWriteDispatched node:internal/stream_base_commons:159:15
❯ writeGeneric node:internal/stream_base_commons:150:3
❯ Socket._writeGeneric node:net:966:11
❯ Socket._write node:net:978:8
❯ writeOrBuffer node:internal/streams/writable:572:12
❯ _write node:internal/streams/writable:501:10
❯ Socket.Writable.write node:internal/streams/writable:510:10
❯ result src/core/hooks/executor.ts:210:18
❯ HooksExecutor.runOne src/core/hooks/executor.ts:124:45
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -32, code: 'EPIPE', syscall: 'write' }
This error originated in "src/core/__tests__/memory-hook-stubs.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "HooksRegistry resolves the matching hook for SessionStart". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Test:
packages/coding-agent/src/core/hooks/executor.ts#L210
Error: write EPIPE
❯ afterWriteDispatched node:internal/stream_base_commons:159:15
❯ writeGeneric node:internal/stream_base_commons:150:3
❯ Socket._writeGeneric node:net:966:11
❯ Socket._write node:net:978:8
❯ writeOrBuffer node:internal/streams/writable:572:12
❯ _write node:internal/streams/writable:501:10
❯ Socket.Writable.write node:internal/streams/writable:510:10
❯ result src/core/hooks/executor.ts:210:18
❯ HooksExecutor.runOne src/core/hooks/executor.ts:124:45
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -32, code: 'EPIPE', syscall: 'write' }
This error originated in "test/hooks-executor.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "runs a command hook and captures stdout/stderr/exit". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Test:
packages/agent/src/checkpoints/snapshotter.ts#L160
Error: Shadow commit failed: Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm3jyl0.2gnpaxuhab5ehkfhy13oebfeih.ex.internal.cloudapp.net>) not allowed
❯ Snapshotter.snapshot src/checkpoints/snapshotter.ts:160:12
❯ CheckpointManager.takeSnapshot src/checkpoints/manager.ts:130:42
|
|
Test:
packages/agent/src/checkpoints/snapshotter.ts#L160
Error: Shadow commit failed: Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm3jyl0.2gnpaxuhab5ehkfhy13oebfeih.ex.internal.cloudapp.net>) not allowed
❯ Snapshotter.snapshot src/checkpoints/snapshotter.ts:160:12
❯ CheckpointManager.takeSnapshot src/checkpoints/manager.ts:130:42
|
|
Test:
packages/agent/src/checkpoints/snapshotter.ts#L160
Error: Shadow commit failed: Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm3jyl0.2gnpaxuhab5ehkfhy13oebfeih.ex.internal.cloudapp.net>) not allowed
❯ Snapshotter.snapshot src/checkpoints/snapshotter.ts:160:12
❯ CheckpointManager.takeSnapshot src/checkpoints/manager.ts:130:42
|
|
Test:
packages/agent/src/checkpoints/snapshotter.ts#L160
Error: Shadow commit failed: Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm3jyl0.2gnpaxuhab5ehkfhy13oebfeih.ex.internal.cloudapp.net>) not allowed
❯ Snapshotter.snapshot src/checkpoints/snapshotter.ts:160:12
❯ CheckpointManager.takeSnapshot src/checkpoints/manager.ts:130:42
|
|
Test:
packages/agent/src/checkpoints/snapshotter.ts#L160
Error: Shadow commit failed: Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm3jyl0.2gnpaxuhab5ehkfhy13oebfeih.ex.internal.cloudapp.net>) not allowed
❯ Snapshotter.snapshot src/checkpoints/snapshotter.ts:160:12
❯ CheckpointManager.takeSnapshot src/checkpoints/manager.ts:130:42
|
|
Test:
packages/agent/src/checkpoints/snapshotter.ts#L160
Error: Shadow commit failed: Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm3jyl0.2gnpaxuhab5ehkfhy13oebfeih.ex.internal.cloudapp.net>) not allowed
❯ Snapshotter.snapshot src/checkpoints/snapshotter.ts:160:12
❯ CheckpointManager.takeSnapshot src/checkpoints/manager.ts:130:42
|
|
Test:
packages/agent/src/checkpoints/snapshotter.ts#L160
Error: Shadow commit failed: Committer identity unknown
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <runner@runnervm3jyl0.2gnpaxuhab5ehkfhy13oebfeih.ex.internal.cloudapp.net>) not allowed
❯ Snapshotter.snapshot src/checkpoints/snapshotter.ts:160:12
❯ CheckpointManager.takeSnapshot src/checkpoints/manager.ts:130:42
|
|
Complete job
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 16th, 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/
|
background
wait
wait-all
cancel
parallel
Loading