feat: expand tui gateway client

This commit is contained in:
Peter Steinberger
2026-01-03 06:17:33 +01:00
parent 61b67f6301
commit aee13507f9
2 changed files with 57 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ Updated: 2026-01-03
## Checklist
- [x] Protocol + server: sessions.patch supports model overrides; agent events include tool results (text-only payloads).
- [ ] Gateway TUI client: add session/model helpers + stricter typing.
- [x] Gateway TUI client: add session/model helpers + stricter typing.
- [ ] TUI UI kit: theme + components (editor, message feed, tool cards, selectors).
- [ ] TUI controller: keybindings + Clawdis slash commands + history/stream wiring.
- [ ] Docs + changelog updated for the new TUI behavior.