Skip to content

Spotlight Search

Spotlight is Tide Commander’s command palette. It’s a fuzzy-find overlay that opens over any view and can take you to anything the app knows about — an agent by name, a file in a working directory, a settings section, an area, a building, or a direct action like “Spawn Boss Agent”.

Spotlight search overlay

How to open it

  1. Press Ctrl + K (Windows / Linux) or Cmd + K (macOS) from anywhere in the app.
  2. Alternatively press Alt + P — same palette, different muscle memory for long-time Claude Code users.
  3. Start typing. Results filter live.
  4. Arrow keys navigate; Enter activates; Esc dismisses.

The palette closes itself after a selection, so you can open it, pick a target, and be there in two keypresses.

What it finds

Agents

Any spawned agent by name, ID, or class. Picks open the Agent Inspector.

Actions

“Spawn New Agent”, “Draw Area”, “Open Settings”, “Toggle Sidebar”, “Switch to Commander View” — anything in the toolbar.

Files

Files inside any attached area / agent working directory. Picks open a diff-aware preview.

Settings sections

“Scene”, “Permissions”, “System Prompt”, “Secrets” — jump directly to a searchable settings section.

Buildings

Your server logs, database query editors, Docker containers, and links.

Areas

Jump to an area and auto-filter the sidebar to the agents inside it.

Why it matters

Spotlight is the closest thing to “global” in a multi-agent UI. Instead of hunting through the sidebar or remembering which view hosts which action, you open the palette and type. For power users it replaces ~80% of the toolbar; for new users it’s the fastest way to discover what the app can do.

Gotchas