This commit is contained in:
2026-05-15 00:28:06 +01:00
parent 2f969fa215
commit 0d578d54f1
31 changed files with 3209 additions and 164 deletions

16
TODO.md
View File

@@ -5,4 +5,18 @@
Nerd Font private-use codepoints, not a patterm substitution.
Need a concrete reproduction (which codepoint, which host
terminal/font) before changing rendering.
- [ ] After codex rips for like 15 minutes, the terminal becomes quite slow occasionally. Also resizing causes the terminal to go CRAZY with the scroll jumping around. [ON HOLD]
- [ ] After codex rips for like 15 minutes, the terminal becomes quite slow. [ON HOLD / VERIFYING]
- 2026-05-14: Perf plan P1-P11 landed (see CHANGELOG). Needs a real
long-running codex session to confirm whether the steady-state
slowdown is gone or some hotspot remains. Capture a pprof if it
still feels slow after ≥15 minutes — the structural drivers the
audit named are all addressed, so a remaining symptom is a new
one and probably wants fresh profiling.
- [ ] Opening the command palette with a scratchpad open creates very buggy ui.
- Typing into the command palette doesn't work at all
- Hitting esc causes buggy chrome, the top border of the command palette is still visible
- This is only fixed by Ctrl + W, hitting esc again to close the palette, then re-opening it when over an agent view.
- [ ] Context aware command palette options
- Options for current scratchpad (delete, rename, edit) at the top when a scratchpad is selected.
- Options for current agent (rename [renames tab], close) at the top when an agent is selected.
- Options for current process (rename [renames list item], delete, stop, restart) at the top when a process is selected.