autoflow status --json |
Check bridge connection, pairing state, active tab, project id, and extension readiness. |
Read-only. Run this first. |
autoflow pair |
Pair the local CLI with the extension using a short-lived pairing token. |
Requires user-visible pairing approval. |
autoflow native install-host --extension-id <extension-id> |
Install or doctor the Chrome native messaging host after a global NPM install. |
Local machine only. Use --doctor before writing. |
autoflow context --json |
Return model-cost guidance, Flow Agent settings, and live-run preflight checklist. |
Read-only. Use before choosing video models; Omni Flash is not the cheapest default. |
autoflow agent reconcile --project current --json |
Compare expected rows, images, videos, and metadata against the current Flow project. |
Read-only. Blocks if the current project cannot be identified. |
autoflow agent run --input ./packet.txt --project-id <project-id> --tab-id <tab-id> --json |
Start a guarded agent run against an explicitly named Flow project and Chrome tab. |
Must target a project and tab. Must report planned credit-spending work before submit. |
autoflow agent confirm-credits --project-id <project-id> --tab-id <tab-id> --json |
Confirm a visible Flow Agent credit dialog for an already-submitted run. |
Use only after explicit approval. Do not re-run the row just to clear a stalled video dialog. |
autoflow agent artifacts download-plan --reconciled ./reconcile.json --run-name <run-id> --json |
Build a stable plan for image/video downloads, filenames, manifests, and QA artifacts. |
Read-only planning. Execute downloads only after the plan is reviewed. |
autoflow-mcp |
Start the local MCP server for agents that support MCP tools. |
Local process only. It should expose the same guarded status, reconcile, run, and artifact tools. |