@brainbase-labs/cli 0.30.0 → 0.32.0

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.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/dist/index.js +1287 -922
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -83,7 +83,9 @@ prompt.
83
83
  Idempotency is explicit-only: requests omit the idempotency header unless
84
84
  `--idempotency-key` is supplied. Reuse a key only for an identical retry.
85
85
  Starting a run requires `--yes`; confirming the same plan ID is replay-safe.
86
- Interrupting `run watch` does not cancel the remote run.
86
+ Interrupting `run watch` does not cancel the remote run. A run that MAS pauses
87
+ for billing stops `run watch` with exit code 1; once billing is fixed, run
88
+ `brainbase benchmark run resume <run-id> --yes` to put it back in the queue.
87
89
 
88
90
  Use `brainbase benchmark --help`, `brainbase benchmark run --help`, or
89
91
  `brainbase benchmark <command> --help` for local command help.