AgentsInFlow
AgentsInFlow

Command Center & Navigation

Find anything instantly with the command palette, switch views, and navigate your workspace with the keyboard.

Command Palette

The command palette is the fastest way to reach anything in AgentsInFlow. Press Cmd+K (macOS) or Ctrl+K (Windows) to open it. A floating search field appears at the top of the window, ready for input.

[Screenshot: command palette open with search field and results list]

Start typing to search across tickets, files, and projects simultaneously. Results appear in real time, ranked by relevance score. Each result row shows:

  • A type icon (ticket, file, or project)
  • The matched title with highlighted query terms
  • A project context pill showing which project the result belongs to
  • A relevance score for ranking transparency

Search Modes

By default, the palette searches everything. Use prefix tokens to narrow results to a specific type:

PrefixModeSearches
(none)CombinedTickets, files, and projects
#TicketsTicket titles and descriptions
/FilesFile paths in the project repository
@ProjectsProject names across the workspace

Filters

Below the search field, toggle buttons let you include or exclude result types. Click a filter pill to toggle it on or off. Active filters glow with the accent colour; inactive ones appear dimmed.

[Screenshot: filter toggles showing Tickets, Files, and Projects pills]

Keyboard Selection

Navigate the results list entirely with the keyboard:

KeyAction
Arrow Up / DownMove focus through results
EnterOpen the focused result
EscapeClose the palette
TabCycle through filter toggles

View Modes

The left sidebar exposes five distinct view modes. Each mode reshapes the main content area while keeping the rest of the chrome intact. Click a sidebar icon or use the keyboard shortcut to switch.

[Screenshot: sidebar with five view-mode icons highlighted]
ModeShortcutPurpose
WorkspaceCmd+1Project explorer and file tree for browsing the repository
KanbanCmd+2Ticket board with columns for each status. See Work Management
DashboardCmd+3Widgets showing execution metrics, token usage, and project health
TerminalCmd+4Integrated terminal sessions. See Terminal
GitCmd+5Branch graph, diffs, and commit history. See Git Version Control

On Windows, replace Cmd with Ctrl for all shortcuts on this page.


View Mode Persistence

AgentsInFlow remembers your last active view mode per project. When you switch between projects, the app restores the view mode you were using when you last had that project open. This also persists across application restarts.

Scroll position and panel sizes within each view mode are also preserved per project, so you return to exactly where you left off.


Quick Switcher

The quick switcher lets you jump between recently opened tickets and views without touching the mouse. Press Cmd+P to open it.

Unlike the command palette, the quick switcher shows your recent history by default (no typing required). Items are ordered by last-accessed time. Start typing to filter the list.

[Screenshot: quick switcher showing recent tickets and files]

Hold Cmd and press P repeatedly to cycle through recent items. Release Cmd to open the selected item.


Beyond the command palette and view-mode shortcuts, these keys help you move through the interface quickly:

ShortcutAction
Cmd+KOpen command palette
Cmd+POpen quick switcher
Cmd+GQuick capture a new ticket
Cmd+[Navigate back
Cmd+]Navigate forward
Cmd+WClose current tab
Cmd+Shift+TReopen last closed tab

For the full shortcut reference, see Keyboard Shortcuts.


Tab Management

When you open a ticket, execution, or file it appears as a tab in the tab bar above the main content area. Tabs let you keep multiple items open and switch between them without losing context.

[Screenshot: tab bar with multiple open tickets and an active tab highlighted]
1

Click a tab to switch to it, or use Cmd+Shift+[ and Cmd+Shift+] to move left and right.

2

Close a tab with the X button or Cmd+W.

3

Right-click a tab for context actions: close others, close tabs to the right, or copy the item link.

4

Drag tabs to reorder them. The order persists across sessions.

Tabs are scoped to the current project. Switching projects replaces the tab bar with that project's open tabs.


A breadcrumb trail appears below the tab bar, showing the path from the current project to the active item. Each segment is clickable, so you can jump back to any parent level without using the back button.

[Screenshot: breadcrumb trail showing Project > Kanban > Ticket > Execution]

Breadcrumb structure depends on where you are:

ContextTrail
Ticket detailProject › Kanban › Ticket Title
Execution viewProject › Kanban › Ticket › Execution #N
File editorProject › Workspace › path/to/file.ts
Dashboard widgetProject › Dashboard