Collapse task dispatch args to a sentence, not raw JSON #366
Annotations
2 errors and 1 warning
|
check
Process completed with exit code 1.
|
|
error: expect(received).toEqual(expected):
src/tui/runner-host.test.ts#L72
{
"callId": "c",
"callKey": "grep Grep ",
"meta": "grep",
"pending": true,
"role": "tool",
+ "summary": "",
"text": "{}",
"verb": "Grep",
}
- Expected - 0
+ Received + 1
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/tui/runner-host.test.ts:72:7)
|
|
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/
|