Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 11:38
· 230 commits to main since this release

Changes

  • Tab navigation: Open new tab menu via Cmd+T with keyboard navigation and shortcut hint chips on mode toggles and New Workspace button. (94754d6)
  • Shortcut hints: Switch useShortcutHints hook to useSyncExternalStore for more reliable external state subscription. (4867495)
  • Session meta: Drive session meta panel from statusline token/cost/model data and on-demand message counts with tool breakdown via /api/timeline/message-counts. (6a306a6)
  • Git meta & sidebar: Show current branch and recent commits in the Claude mode meta panel; add ⌘⇧B shortcut to toggle sidebar tabs. (b7aee8c)
  • Notifications: Add in-app toast for task-complete transitions with configurable enable, duration, and desktop/mobile notification settings. (106f411)

Fixes

  • Meta popup: Align Git row vertically so the label sits centered with its icon chips. (76a949b)
  • Mobile /clear: Wait for shell prompt before restarting Claude on mobile /clear and /new to prevent the command being lost. (09f436e)