browser
Inspect and control the current AO session's target-isolated browser. The desktop app must be open. The agent and user share the same live page, cookies,…
Workers do not push with personal credentials. The sandbox provides two socket helpers (their exact invocations are in the `$AO_PULL_REQUEST_HELP` and `$AO_REVIEW_HELP` environment variables) plus one `ao` command.
$ npx -y skills add Untrivial-ai/agent-orchestrator --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/pull-requestsContext preview
What this command does when you run it.
Workers do not push with personal credentials. The sandbox provides two socket helpers (their exact invocations are in the `$AO_PULL_REQUEST_HELP` and `$AO_REVIEW_HELP` environment variables) plus one `ao` command.
Workers do not push with personal credentials. The sandbox provides two socket helpers (their exact invocations are in the `$AO_PULL_REQUEST_HELP` and `$AO_REVIEW_HELP` environment variables) plus one `ao` command.
Commit your work on the session branch (`$AO_SESSION_BRANCH` — the branch the workspace was checked out on; do not create a different one), then run the command described in `$AO_PULL_REQUEST_HELP`:
curl --unix-socket $AO_PULL_REQUEST_SOCKET -X POST http://localhost/pull-request \
-H 'Content-Type: application/json' \
-d '{"branch":"<pushed branch name>","title":"<PR title>","body":"<PR body>"}'The control plane pushes the branch and opens the PR against the repository's default branch, and the PR is attributed to this session automatically (it shows up in `ao list` for your orchestrator).
ao claim-pr <number-or-url>
Use when a PR for this work already exists (for example, opened in an earlier session) and this session should own it. Prints `claimed PR #<n> <url>`.
Only when the prompt asked this session to review a PR: run the command in `$AO_REVIEW_HELP` with the review run id from the prompt and a verdict of `approved` or `changes_requested`.
Run and supervise teams of coding agents from planning to merge. Any harness (Claude code, codex, +25 more). Desktop, web, mobile, and cloud agents.
Inspect and control the current AO session's target-isolated browser. The desktop app must be open. The agent and user share the same live page, cookies,…
Run local AO health checks. Use this to diagnose setup problems or verify the environment is correctly configured.
Import reads the legacy Agent Orchestrator flat-file store (`~/.agent-orchestrator`) read-only and ports its projects and per-project settings into the rewrite…
Open a URL or workspace file in the desktop browser panel for the current session, or start a deterministic session-owned dev server from an existing…
Manage projects: register repos, inspect, configure per-project settings, and remove.