openthrottle
v0.1.15
Published
CLI for Open Throttle — ship prompts to Daytona sandboxes.
Downloads
120
Maintainers
Readme
CLI for Open Throttle — ship prompts to autonomous coding agents running on Daytona sandboxes.
Quick start
npx openthrottle init # one-time project setup
npx openthrottle ship docs/prds/auth.md # ship a prompt
npx openthrottle status # check running/queued tasks
npx openthrottle logs # view workflow runsPrerequisites
- gh CLI installed and authenticated (
gh auth login) - A git repo with a GitHub remote
.openthrottle.ymlin the repo root (generated byopenthrottle init)
Commands
| Command | What it does |
|---|---|
| init | Detect your project, generate config, create Daytona snapshot |
| ship <file.md> [--base branch] | Create a GitHub issue to trigger a sandbox |
| status | Show running, queued, reviewing, and completed tasks |
| logs | Show recent GitHub Actions workflow runs |
How it works
openthrottle initgenerates.openthrottle.ymland a GitHub Actions workflowopenthrottle shipcreates a GitHub issue with theprd-queuedlabel- The workflow creates an ephemeral Daytona sandbox
- An agent (Claude, Codex, or Aider) implements the work and opens a PR
- Sandbox auto-deletes when done
License
MIT
