research-tui-detail

Research: TUI Detail view + evaluation visibility audit

Metadata

Statusdone
Assignedagent-767
Agent identityf51439356729d112a6c404803d88015d5b44832c6c584c62b96732b63c2b0c7e
Created2026-04-27T17:05:00.631179216+00:00
Started2026-04-27T17:06:32.278204067+00:00
Completed2026-04-27T17:13:06.903199998+00:00
Tagstui,research,detail-view, eval-scheduled

Description

Description

The user reports four UX issues with TUI's 1:Detail view and evaluation surface. Audit current state before fixing:

  1. 'Evaluating' status only flashes momentarily. Find where this status is rendered (status bar? task row? tab indicator?). Why does it disappear so fast — short-lived state in the graph, polling cadence, or a UI bug? Should it persist for the duration of '.evaluate-X' running?

  2. Evaluations hard to see / sometimes missing in 1:Detail. When viewing a task that has '.evaluate-X' siblings or completed evaluations, where are they shown in 1:Detail? When user says 'sometimes seem to be missing' on the latest subgraph in current jobs — is the eval data actually missing from the graph, or just not being rendered? Reproduce on the chat-redesign batch (which all have eval scaffolding).

  3. Cannot hide panes inside 1:Detail by clicking them. Enumerate the panes in 1:Detail (Description, Logs, Evaluations, Dependencies, etc.). Are pane headers currently clickable? Is there any existing collapse/expand affordance (keybinding, mouse)?

  4. Description pane specifically problematic. What's wrong with it — too tall, no scroll, blocks other panes, won't collapse? Distinguish from the general 'no collapse' issue if it's a separate problem.

Look at:

  • src/tui/detail/ (or wherever the Detail view lives)
  • Pane composition / layout code
  • Evaluation rendering (where eval data is pulled and displayed)
  • Status indicator wiring (evaluating, in-progress, etc.)

Validation

  • Report identifies file:line for each of the 4 issues' implementation
  • Report distinguishes 'data missing from graph' vs 'data present but not rendered' for issue 2
  • Report enumerates Detail-view panes and their current header/click behavior
  • Report proposes the smallest fix surface for each issue
  • No code changes — research only

Depends on

Required by

Log