-
feat: crush-inspired TUI improvements, activity bar polish, startup fresh session
released this
2026-06-25 01:16:53 +00:00 | 4 commits to master since this releaseTUI improvements:
- semantic icon constants (✓ ◆ ▣ ✕ ⌘ ◌ ◔ ◉)
- pill-style metadata bar with model/provider/session/context
- fuzzy command palette with deterministic subsequence scoring
- input history navigation (ctrl+p / ctrl+n)
- structured tool log cards (▣ tool_name + args preview)
- no-background activity indicator and meta bar for cleaner rendering
Startup behavior:
- default startup creates a fresh session
- explicit --resume restores saved context
- added main_test.go for initializeSession coverage
Downloads