Chat Jumper
Keyboard navigation between chats. Ctrl+K opens a fuzzy quick switcher showing your most recent chats with number badges, Alt+1..9 jumps straight to the Nth most recent chat, and Ctrl+backtick flips back to the last chat. Type to filter chats by name or topic with fuzzy subsequence matching. Pure frontend, no backend, no settings.
README
Chat Jumper
Keyboard navigation between Agent Zero chats. Stop clicking around the sidebar.
Shortcuts
| Shortcut | Action |
|---|---|
| Ctrl+K (Cmd+K on Mac) | Open the quick switcher: type to fuzzy-search chats, arrows to move, Enter to jump |
| Alt+1..9 | Jump straight to the 1st..9th most recent chat |
| Ctrl+` (backtick) | Flip back to the last chat you were on (toggle between two chats) |
| Esc | Close the switcher |
The switcher opens showing your most recently used chats with number badges (1-9), so you can either type a name you remember or hit a number for a recent chat. Type to filter by name or topic; matching is fuzzy subsequence (cst matches Chat Jumper test), ranked by match quality.
Why numbers AND search
Sometimes you know the chat was "the one I used 3 chats ago" but not its name. Sometimes you only remember the topic. The recency list covers the first case, fuzzy search covers the second, in one overlay.
How it works
A small WebUI extension tracks your chat visits (stored locally in your browser) and injects a keyboard-driven overlay. It uses the same sidebar chat store the UI itself uses, so switching behaves exactly like clicking a chat row. No backend, no settings, no data leaves your browser.
Install
- Copy this folder into
usr/plugins/chat_jumperin your Agent Zero installation (or install via the Plugin Hub once published). - Reload the WebUI.
- Press Ctrl+K.
Limitations (MVP)
- Only chats are listed (not scheduled tasks)
- Number badges cover the 9 most recent chats
- Shortcut remapping is not configurable yet
License
MIT