Context session #85
pr-check.yml
on: pull_request
Annotations
4 errors and 14 warnings
|
typecheck
Process completed with exit code 2.
|
|
typecheck:
packages/codingcode/test/context/compressor/behavior.test.ts#L80
Object literal may only specify known properties, and 'promptEstimate' does not exist in type 'SessionIndex'.
|
|
test
Process completed with exit code 1.
|
|
packages/codingcode/test/ci/tooling-scripts.test.ts > CI tooling configuration > pnpm run format:check exits successfully:
packages/codingcode/test/ci/tooling-scripts.test.ts#L78
AssertionError: expected [Function] to not throw an error but 'Error: Command failed: pnpm run forma…' was thrown
- Expected:
undefined
+ Received:
"Error: Command failed: pnpm run format:check
[WARN] The \"pnpm\" field in package.json is no longer read by pnpm. The following keys were ignored: \"pnpm.overrides\". See https://pnpm.io/settings for the new home of each setting.
$ prettier --check \"packages/**/*.{ts,tsx,json}\" \"*.json\" \"*.ts\"
[warn] packages/codingcode/src/session/store.ts
[warn] packages/codingcode/test/session/fork.test.ts
[warn] Code style issues found in 2 files. Run Prettier with --write to fix.
"
❯ packages/codingcode/test/ci/tooling-scripts.test.ts:78:87
|
|
changes
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, dorny/paths-filter@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
packages/codingcode/src/context/service.ts#L37
'REACTIVE_COMPACT_MAX_RETRIES' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/client/direct/settings.ts#L40
'resolveHookDisabled' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/client/direct/settings.ts#L12
'resolveMcpDisabled' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/checkpoint/checkpoint-service.ts#L15
This generator function does not have 'yield'
|
|
lint:
packages/codingcode/src/approval/async-confirm.ts#L10
This generator function does not have 'yield'
|
|
lint:
packages/codingcode/src/agent/prompt.ts#L107
Unnecessary escape character: \'
|
|
lint:
packages/codingcode/src/agent/agent.ts#L467
'record' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/agent/agent.ts#L136
'context' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/agent/agent.ts#L134
'todo' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/agent/agent.ts#L131
'approval' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|