feat(agent-core): discard loaded tool schemas on compaction - #1471
Merged
RealKai42 merged 1 commit intoJul 7, 2026
Merged
Annotations
11 warnings
|
Complete job
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run pnpm run lint:
packages/protocol/src/asyncapi.ts#L135
Prefer `String#replaceAll()` over `String#replace()` when using a regex with the global flag.
|
|
Run pnpm run lint:
packages/protocol/src/asyncapi.ts#L135
Prefer `String#replaceAll()` over `String#replace()` when using a regex with the global flag.
|
|
Run pnpm run lint:
packages/oauth/src/managed-kimi-code.ts#L305
should be a `Set`, and use `.has()` to check existence or non-existence.
|
|
Run pnpm run lint:
packages/oauth/src/custom-registry.ts#L221
Unexpected console statement.
|
|
Run pnpm run lint:
packages/agent-core/src/errors/unexpectedError.ts#L70
The catch parameter "err" should be named "error"
|
|
Run pnpm run lint:
packages/agent-core/src/errors/unexpectedError.ts#L56
The catch parameter "handlerErr" should be named "error"
|
|
Run pnpm run lint:
packages/agent-core/src/agent/turn/index.ts#L844
Function declared in a loop contains unsafe references to variable(s)
|
|
Run pnpm run lint:
packages/agent-core/src/agent/turn/tool-result-budget.ts#L87
Prefer `String#replaceAll()` over `String#replace()` when using a regex with the global flag.
|
|
Run pnpm run lint:
packages/agent-core/src/agent/turn/tool-result-budget.ts#L88
Prefer `String#replaceAll()` over `String#replace()` when using a regex with the global flag.
|
|
Run pnpm run lint:
packages/agent-core/src/agent/turn/tool-result-budget.ts#L81
Do not call `push()` immediately after initializing an array.
|
background
wait
wait-all
cancel
parallel
Loading