Commit Graph
4 Commits
Author SHA1 Message Date
harry d133839194 Add task sidebar workflow 2026-06-24 12:28:56 +01:00
harry d2342f99cf Show every agent tab's summary, not just the focused one
The tab bar's row-2 summary was painted only for the active tab. Add a
per-child summaryTextFor/summaryRawFor helper (active variants now
delegate to it), carry each tab's childID on its tabRect, and loop over
all visible tabs so each renders its own summary under its column.
Layout is unchanged (still 3 rows); narrow tabs clip as before.

Resolves the per-tab summary TODO item.
2026-05-25 13:06:53 +01:00
harry f10598601f Finish settings TODO cleanup 2026-05-18 10:05:26 +01:00
harry d648d5b775 Add auto-summary settings 2026-05-15 19:09:21 +01:00