feat(web): add unread session indicators #590
Annotations
2 errors
|
test
Process completed with exit code 1.
|
|
src/agent/backends/acp/AcpSdkBackend.test.ts > AcpSdkBackend > emits turn_complete after trailing tool updates from the same turn:
cli/src/agent/backends/acp/AcpSdkBackend.test.ts#L97
AssertionError: expected [ 'text', 'turn_complete' ] to deeply equal [ 'tool_call', 'tool_result', …(2) ]
- Expected
+ Received
[
- "tool_call",
- "tool_result",
"text",
"turn_complete",
]
❯ src/agent/backends/acp/AcpSdkBackend.test.ts:97:57
|