Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Mar 18:31
· 1401 commits to master since this release

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.md for 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+s to ctrl+b to 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 (f1f12).

Documentation

  • Split configuration reference into a dedicated CONFIGURATION.md file with full keybinding documentation and config diagnostics explanation.