v0.6.0 Desktop
Features
- Add CLI status indicator to the footer toolbar and a new CLI settings section. The desktop app now detects whether the fp CLI is installed and up to date, showing a Terminal icon in the footer (green when ok, yellow when outdated, red when missing). Clicking opens a new CLI settings page with version details, install/update commands, and a copy-to-clipboard button.
- Add extensions system for custom automation hooks (behind feature flag).
- - **Zoom into subtree** - press
zto scope the issue list to any issue's subtree;⌘↑goes to parent; Escape exits zoom; a filter chip shows the active scope- **Search improvements** - matching text highlighted in results; clear button replaces
/hint when text is present; Escape clears search immediately - **Status count bar** - footer shows per-status issue counts; clicking a status toggles it out of view (exclude filter); status filter dropdown and footer toggles are now independent
- **Keyboard help modal** - arrow keys scroll immediately on open; focus returns correctly to the active pane on close; adds missing shortcuts (⌘N create, ⌘D set done); rebalances groups into Navigate / Filter & Sort / Actions / Window
- **Filter chips** - pill shape, muted background, semantic colors
- **Search improvements** - matching text highlighted in results; clear button replaces
- Raise pin limit from 3 to 10. Show a toast warning when the limit is reached. Replace inline copy-to-clipboard feedback with a toast notification.
Fixes
- Improve accessibility via keyboard navigation
- Fix Launcher search input not regaining focus after closing issue creation modal or keyboard help overlay.
- Replace inline copy feedback with a Sonner toast notification when copying issue IDs. Toast appears above the footer with a 1.5s auto-dismiss.