Jeff v0.6.0
What's New
Boba TUI Frontend Rewrite
- Replaced custom input, scroll, list, modal, search, and dropdown logic with boba widgets
- Cleaner component architecture with less state management code
- Help, approval modal, autocomplete, and compose/feedback forms now use boba's widget system
Ctrl+C Stream Cancellation
- Ctrl+C during streaming now actually cancels the stream (previously just showed quit hint)
- Hierarchical dismiss: each Ctrl+C peels off one UI layer before reaching quit
Integration Test Suite
- 54 new integration tests across wizard, storage, CLI commands, hooks, and approval rules
- Ish integration tests for API-dependent flows (tool approval, rejection, multi-turn conversations)
- CI now runs ish integration tests as a separate job
CI Improvements
- Added dedicated ish integration test job using ish v0.6.0 binary
- Fixed flaky middleware tests on ubuntu CI runners
What's Changed
- feat: boba TUI frontend rewrite by @detour1999 in #69
Full Changelog: v0.5.0...v0.6.0