ah code
Launch a coding/implementation agent.
ah code [PROMPT] [OPTIONS] [-- AGENT_ARGS...]Like the direct agent launchers (ah codex, ah claude, etc.) but with an explicit --agent flag that defaults to Claude. Designed for implementation tasks.
Options
| Option | Description | Default |
|---|---|---|
--agent <TYPE> | Agent software to use | claude |
All other options are the same as the direct agent launchers.
Examples
# Launch Claude (default) for a coding task
ah code "Implement the REST endpoint for user creation"
# Use Codex instead
ah code --agent codex "Fix the build" --non-interactive
# With MCP servers
ah code --github --context7 "Add webhook handler"