Added
- Added first-run onboarding flow that lets you choose notification preferences (sound and toast) on startup.
- Added optional visual toast notifications in the top-right corner for background workspace events (completion and attention-needed alerts).
- Added configurable keybindings for all navigate mode actions: new workspace, rename workspace, close workspace, resize mode, and toggle sidebar. See
CONFIGURATION.mdfor the full key reference. - Added configuration validation with startup diagnostics. Invalid key combinations or duplicate bindings now fall back to safe defaults with a visible warning.
Changed
- Breaking: Default prefix key changed from
ctrl+stoctrl+bto avoid common terminal flow control conflicts. - Workspaces now derive their identity from the repository or folder of their root pane, updating automatically as you navigate. Custom names act as overrides rather than static labels.
- Sidebar now shows workspace numbers again in expanded view.
- Refined sidebar presentation with consistent marker/name/state ordering and comma-separated agent summaries.
- Keybinding parser now accepts special keys (
enter,esc,tab,backspace,space) and function keys (f1–f12).
Documentation
- Split configuration reference into a dedicated
CONFIGURATION.mdfile with full keybinding documentation and config diagnostics explanation.