Add mode switching.

This commit is contained in:
Drew 2026-02-24 13:51:52 -08:00
parent 5d213b43d3
commit 5cb6647513
3 changed files with 394 additions and 86 deletions

View file

@ -42,6 +42,9 @@ Notes based on ideas I've had.
- JSONL `SessionWriter` with `Event` structure
- Parent IDs, timestamps, token usage per event
- Predictable file location with session IDs
- Ability to resume prior session.
- **Done when:** Session files are coherent, parseable, with token counts per turn
## Which-key like help
- Show command chording in normal mode.
- Help window slides up from bottom of screen.