From 3022e4adeb751f4d9098e4768691bc34569e172e Mon Sep 17 00:00:00 2001 From: Harry Bayliss Date: Mon, 25 May 2026 12:40:23 +0100 Subject: [PATCH] Track per-tab summary visibility TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 7f9b34a..9a1ee9c 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,7 @@ - Question: when it fails, is a Codex startup popup visible (trust/workspace, auth/model selection, permissions), or is the normal composer focused? - Question: if the message is sitting in the composer, does pressing Enter once manually submit it, or does something else need to be dismissed first? - Question: does this happen with short one-line prompts as well as long/multiline sub-agent instructions? +- [ ] The per-tab agent summary text should display below the tab always, not just when the tab is focused.