Skip to content

Canonicalize tool call identity so it settles activeToolCalls once #179

Canonicalize tool call identity so it settles activeToolCalls once

Canonicalize tool call identity so it settles activeToolCalls once #179

Triggered via pull request August 8, 2026 16:27
Status Failure
Total duration 30s
Artifacts

ci.yml

on: pull_request
check
27s
check
randomize-nightly
0s
randomize-nightly
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
check
Process completed with exit code 2.
check: src/tui-opentui/turn-state.ts#L269
Type '{ id: string | undefined; name: string | undefined; }' is not assignable to type 'CallIdentity' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
check: src/tui-opentui/turn-state.ts#L252
Type '{ id: string | undefined; name: string | undefined; }' is not assignable to type 'CallIdentity' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
check
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/