name: codex-subagents description: Use when user explicitly asks to spawn a Codex agent, e.g. "spin up a codex agent", "get codex to...", "use codex for...", "spawn codex"
Codex Subagents
Spawn and monitor Codex agents using June.
Commands
june spawn codex "task description" --name <name> # Spawn agent
june peek <name> # New output since last peek
june logs <name> # Full transcript
Usage
- Spawn with a descriptive
--name - Use
peekto check for new output (advances cursor) - Use
logsto review full transcript (doesn't advance cursor)
Notes
- Names must be unique (state stored in
~/.june/june.db) - Agents inherit current git repo/branch context