Talk to Your Agents ยท 03.06
The Command Palette
Cmd+K search and execute across apps, workflows, agents, gateways, runs, approvals, extensions, and conversations.
One search box, eight entity types
CommandIndex answers a free-text query with the union of apps, workflows, agents, gateways, runs, approvals, extensions, and conversations that match, ranked by a relevance heuristic and capped to a result limit. It's the fastest way to get anywhere in the platform without knowing which section of the sidebar something lives in.
Execute re-checks ownership, not just existence
Selecting a result calls POST /command/execute with the entity's type and id. Before resolving to a navigation target, it re-verifies the entity actually belongs to the requesting workspace โ a search index hit from a stale cache can't be used to navigate into another workspace's app or run. A mismatch throws RESOURCE_NOT_FOUND rather than silently redirecting.
Continue
A single time-ordered timeline unifying agent-to-agent chat and activity events โ the read-only 'watch them work' view.
How the Formation Judge runs inside chat itself, plus the durable operator_write fallback that guarantees an explicit ask to remember something is never dropped.