Files
anomalyco_opencode/packages/opencode/test
Aiden Cline bc427b11b7 feat: live code-mode execute UI in the TUI
Backend: code-mode execute now streams per-call progress. Metadata.toolCalls
becomes CallEntry[] ({ tool: dotted-path, status: running|completed|error })
and is published via ctx.metadata on every status change — when a child MCP
call starts and when it resolves/fails — so the tool part updates live.

TUI: add an Execute component (dispatched for the "execute" tool). Condensed
view shows a run header (spinner while running, ✓ when done) plus a live `↳`
line per child tool call, colored on failure; clicking toggles a syntax-
highlighted view of the program source. Unlike Task, there is no child session,
so the call list is sourced entirely from the streamed metadata.
2026-06-30 17:13:16 -05:00
..
2026-06-29 18:52:55 +00:00
2026-06-29 17:58:20 +00:00
2026-06-29 17:58:20 +00:00
2026-06-23 04:57:55 +00:00
2026-06-29 20:53:48 +00:00
2026-06-29 20:36:56 +00:00
2026-06-29 16:58:51 +00:00
2026-06-29 20:53:48 +00:00
2026-06-29 03:49:43 +00:00
2026-06-29 17:58:20 +00:00
2026-06-29 17:58:20 +00:00