docs: update --mode note to include run_only (PR #2360) (#3628)

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
Jonathan Barket
2026-06-01 23:39:51 -05:00
committed by GitHub
parent 27945727af
commit 7e13e695ef

View File

@@ -655,7 +655,7 @@ multica autopilot update <id> --description "New prompt"
multica autopilot delete <id>
```
`--mode` currently only accepts `create_issue` (creates a new issue on each run and assigns it to the agent). The server data model also defines `run_only`, but the daemon task path doesn't yet resolve a workspace for runs without an issue, so it's not exposed by the CLI. `--agent` accepts either a name or UUID.
`--mode` accepts `create_issue` (creates a new issue on each run and assigns it to the agent) or `run_only` (enqueues a direct agent task without creating an issue). `--agent` accepts either a name or UUID.
### Manual Trigger