Skip to content

v0.2.8 — Global Search & Keyboard Navigation

Choose a tag to compare

@Arindam200 Arindam200 released this 05 Apr 03:43
· 60 commits to main since this release

What's new

Global Search (⌘K)

  • Press ⌘K / Ctrl+K (or /) anywhere to open the command palette
  • Searches across pages, sessions, projects, plans, and memory entries
  • Results load lazily on first open — no impact on initial page load
  • Arrow keys ↑↓ to navigate, Enter to open, Esc to close
  • Search button added to the top bar (responsive: text + shortcut hint on desktop, icon on mobile)

Keyboard Navigation

  • j / k — move focus up/down rows in the sessions table
  • Enter — open the focused session
  • Esc — clear focus

g+letter page shortcuts

Press g followed by a letter to jump to any page (500ms window, shows g — indicator):

Shortcut Page
g h Overview
g s Sessions
g p Projects
g c Costs
g t Tools
g a Activity
g m Memory
g e Export
g l Plans
g y History
g o Todos

All shortcuts are disabled when focus is inside an input or textarea.