feat(tui): show compaction summary with Ctrl-O (#1346)

* feat(tui): show compaction summary with Ctrl-O

* docs: document compaction summary toggle

* fix(tui): preserve compaction summary expansion state

* fix(tui): preserve compaction summary expansion across replay and theme changes
This commit is contained in:
liruifengv 2026-07-06 13:32:37 +08:00 committed by GitHub
parent ce41f4b58d
commit b9258ee07d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 284 additions and 27 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Show compaction summaries in the TUI after compaction. Press Ctrl-O to show or hide the summary.