Skip to content
Development
Command

/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.

From plugin
agent-orchestrator
9.1k13 skills13 commands
Install
$ npx -y skills add Untrivial-ai/agent-orchestrator --agent claude-code

How 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.md

ao 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."
Ships withagent-orchestrator

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.

Get the whole plugin
Stats
9,094
Stars
1,322
Forks
Active
Maintenance
Go
Language
Apache-2.0
License
58m ago
Last commit
5mo ago
Created

Repo: Untrivial-ai/agent-orchestrator