feat(tui): tambah command /todo dan /usage untuk buka overlay

Overlay Todo dan Usage sebelumnya tidak punya trigger sama sekali di
jalur interaksi normal (cuma bisa lewat restore snapshot sesi) --
sekarang mengikuti pola /workflow yang sudah ada.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
asepharyana
2026-07-14 23:41:53 +07:00
co-authored by Claude Sonnet 5
parent 2f1a4d85a1
commit aa2b6acb95
4 changed files with 29 additions and 0 deletions
+2
View File
@@ -90,6 +90,8 @@ const COMMANDS: &[&str] = &[
"/model add",
"/workflow",
"/workflow run",
"/todo",
"/usage",
"/compact",
];