/send
Send a message to a running agent session. Use this to correct or direct a live agent mid-stream without killing and respawning it.
$ npx -y skills add Untrivial-ai/agent-orchestrator --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/send
Context preview
What this command does when you run it.
Send a message to a running agent session. Use this to correct or direct a live agent mid-stream without killing and respawning it.
Command definition
send.mdao send
Send a message to a running agent session. Use this to correct or direct a live agent mid-stream without killing and respawning it.
Syntax
ao send [flags]
Flags
| Flag | Meaning | Default / Required | |---|---|---| | `--message string` | Message body | Required | | `--session string` | Session id | Required |
Examples
# Send a correction to a running session ao send --session mer-3 --message "Focus only on the backend; ignore frontend files."
# Give the agent new instructions mid-task ao send --session mer-3 --message "The issue is in session_manager.go line 142, not in the CLI. Investigate there."
The orchestration layer for parallel AI coding agents An Agentic IDE that supervises parallel AI coding agents in isolated workspaces, with complete control and automatic feedback loops from CI failures, review comments, and merge conflicts.
Other commands on agent-orchestrator.
- /browser
Inspect and control the current AO session's target-isolated browser. The desktop app must be open. The agent and user share the same live page, cookies, navigation state, and `WebContentsView`; the runtime remains usable while the Browser panel is hidden. Tabs in this worker
Open command - /doctor
Run local AO health checks. Use this to diagnose setup problems or verify the environment is correctly configured.
Open command - /import
Import reads the legacy Agent Orchestrator flat-file store (`~/.agent-orchestrator`) read-only and ports its projects and per-project settings into the rewrite database. Legacy files are never modified, and a re-run skips rows that already exist, so it is safe to run more than
Open command - /orchestrator
Manage orchestrator sessions.
Open command - /preview
Open a URL or workspace file in the desktop browser panel for the current session, or start a deterministic session-owned dev server from an existing `.ao/launch.json`.
Open command - /project
Manage projects: register repos, inspect, configure per-project settings, and remove.
Open command

