Documentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
aether run
Create a task from a prompt and stream the agent’s response in real time. This is the quickest way to interact with the agent from your terminal.Usage
Flags
| Flag | Description |
|---|---|
--no-watch | Create the task without streaming output. Prints the task ID and exits immediately. |
--stdin | Read the prompt from standard input |
--agent-type | Override the project default agent type |
--model | Override the project default model |
--interaction-mode | Override the project default interaction mode |
--reasoning-effort | Override reasoning effort, or pass none |
--auto-fix-ci | Enable or disable CI auto-fix (true or false) |
--auto-fix-pr-comments | Enable or disable PR comment auto-fix (true or false) |
--auto-rebase | Enable or disable auto-rebase (true or false) |
--context-file | Include a workspace file path in prompt context; repeatable |
--attach | Attach a local image file; repeatable |
Examples
Send a quick task
Create a task without streaming
aether task watch to stream the output later: