feat(tui): show outcome rows on collapsed tool cards #1299
Triggered via pull request
September 15, 2026 16:41
Status
Failure
Total duration
4m 10s
Artifacts
–
ci.yml
on: pull_request
Matrix: test
test-minidb
1m 40s
build
3m 55s
test-pi-tui
41s
test-windows
lint
1m 7s
typecheck
2m 45s
test
5s
Annotations
7 errors and 20 warnings
|
test (1)
Process completed with exit code 1.
|
|
[cli] test/tui/components/dialogs/agent-activity-viewer.test.ts > formatSubagentActivityPreview > renders steps, tool calls and the terminal result as plain text:
apps/pythinker-code/test/tui/components/dialogs/agent-activity-viewer.test.ts#L273
AssertionError: expected '── step 0 ──\nLooking around.\n✓ Used…' to contain '✓ Used Grep (IEventBus) · 2 matches'
- Expected
+ Received
- ✓ Used Grep (IEventBus) · 2 matches
+ ── step 0 ──
+ Looking around.
+ ✓ Used Grep (IEventBus) · 2 files
+ ● Using Read (/repo/src/a.ts)
+ │ reading…
+ Result:
+ Found 3 call sites.
❯ test/tui/components/dialogs/agent-activity-viewer.test.ts:273:18
|
|
[cli] test/tui/components/dialogs/agent-activity-viewer.test.ts > AgentActivityViewer > collapses long output by default and expands it with ctrl+o:
apps/pythinker-code/test/tui/components/dialogs/agent-activity-viewer.test.ts#L176
AssertionError: expected ' Agent activity explore › find things…' to contain 'ctrl+o to expand'
- Expected
+ Received
- ctrl+o to expand
+ Agent activity explore › find things running step 0–0 / 1
+ ┌──────────────────────────────────────────────────────────────────────────────┐
+ │ ── step 0 ── │
+ │ ● Used Bash (ls) · 9 more lines │
+ │ … line 10 │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ └──────────────────────────────────────────────────────────────────────────────┘
+ ↑↓ line PgUp/PgDn page g/G top/bot Ctrl+O expand Q/Esc cancel
❯ test/tui/components/dialogs/agent-activity-viewer.test.ts:176:27
|
|
[cli] test/tui/components/dialogs/agent-activity-viewer.test.ts > AgentActivityViewer > renders steps with tool call headers and result renderer output:
apps/pythinker-code/test/tui/components/dialogs/agent-activity-viewer.test.ts#L146
AssertionError: expected ' Agent activity explore › find things…' to contain 'Used Grep (IEventBus) · 2 matches'
- Expected
+ Received
- Used Grep (IEventBus) · 2 matches
+ Agent activity explore › find things running step 0–0 / 1
+ ┌──────────────────────────────────────────────────────────────────────────────┐
+ │ ── step 0 ── │
+ │ │
+ │ ● Looking for the event bus definition. │
+ │ ● Used Grep (IEventBus) · 2 files │
+ │ src/a.ts:1:IEventBus, src/b.ts:2:IEventBus │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ │ │
+ └──────────────────────────────────────────────────────────────────────────────┘
+ ↑↓ line PgUp/PgDn page g/G top/bot Ctrl+O expand Q/Esc cancel
❯ test/tui/components/dialogs/agent-activity-viewer.test.ts:146:18
|
|
test (5)
Process completed with exit code 1.
|
|
[cli] test/tui/tasks-browser.test.ts > TasksBrowserController — opening an agent task > feeds the preview pane from the activity store for agent tasks:
apps/pythinker-code/test/tui/tasks-browser.test.ts#L792
AssertionError: expected '── step 0 ──\n✓ Used Grep (foo) · 2 f…' to contain '✓ Used Grep (foo) · 2 matches'
- Expected
+ Received
- ✓ Used Grep (foo) · 2 matches
+ ── step 0 ──
+ ✓ Used Grep (foo) · 2 files
❯ test/tui/tasks-browser.test.ts:792:32
|
|
test
Process completed with exit code 1.
|
|
test-pi-tui
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/
|
|
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint-plugin-import(first):
packages/agent-core-v2/src/_base/di/test.ts#L12
Import statements must come first
|
|
eslint-plugin-import(first):
packages/agent-core-v2/src/_base/di/test.ts#L11
Import statements must come first
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/di/lifecycle.ts#L640
Unexpected console statement.
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/di/lifecycle.ts#L558
Unexpected console statement.
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L211
Function declared in a loop contains unsafe references to variable(s)
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L206
Function declared in a loop contains unsafe references to variable(s)
|
|
eslint-plugin-unicorn(catch-error-name):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L28
The catch parameter "err" should be named "error"
|
|
eslint-plugin-unicorn(catch-error-name):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L20
The catch parameter "handlerErr" should be named "error"
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L21
Unexpected console statement.
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L4
Unexpected console statement.
|
|
test-minidb
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/
|
|
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (1)
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/
|
|
test (3)
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/
|
|
test (4)
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/
|
|
test (5)
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/
|
|
build
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/
|
|
test (2)
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/
|