kimi-code/apps
liruifengv 76cbf86e20
fix(tui): cap todo panel at 5 rows with overflow indicator (#146)
* fix(tui): cap todo panel at 5 rows with overflow indicator

Pick visible todos around in_progress (recent done + upcoming pending),
append `+N more` when truncated.

* fix(tui): make todo selector order-agnostic

The previous selector assumed todos were grouped as done...pending
when no in_progress existed. On interleaved orderings (the TodoList
tool keeps the model-provided order without normalizing) the before
and after windows skipped most candidates and produced fewer than
five rows. Pick directly from status buckets instead.
2026-05-28 15:17:29 +08:00
..
kimi-code fix(tui): cap todo panel at 5 rows with overflow indicator (#146) 2026-05-28 15:17:29 +08:00
vis refactor(vis): rewrite for new agent-core protocol (#34) 2026-05-26 17:57:49 +08:00