@buildautomaton/cli 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +386 -319
- package/dist/cli.js.map +4 -4
- package/dist/index.js +393 -324
- package/dist/index.js.map +4 -4
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ Publish to the **@buildautomaton** scope on npm: run `npm login` with an org mem
|
|
|
29
29
|
- `--api-url <url>` (or `BUILDAUTOMATON_API_URL`) – default `https://localhost:8787` (wrangler dev; HTTP and WebSocket use this port)
|
|
30
30
|
- `--token <token>` (or `BUILDAMATON_AUTH_TOKEN`) – optional; bridge token from the dashboard (Bridges page) or from a previous browser sign-in. When set with a workspace, the CLI connects immediately.
|
|
31
31
|
- `BUILDAMATON_APP_URL` (or `APP_URL`) – used when no token/workspace to open the browser for the sign-in flow (e.g. `https://app.example.com`).
|
|
32
|
-
- `--agent <command>` (or `BUILDAMATON_AGENT_CMD`) – optional; run an ACP agent (e.g. `cursor agent`). Prompts received over the bridge are forwarded to this agent.
|
|
32
|
+
- `--agent <command>` (or `BUILDAMATON_AGENT_CMD`) – optional; run an ACP agent (e.g. `cursor agent`, or `npx --yes @agentclientprotocol/claude-agent-acp` for Claude). Prompts received over the bridge are forwarded to this agent.
|
|
33
33
|
|
|
34
34
|
## Authentication
|
|
35
35
|
|