Release history
zeroshot releases
Your autonomous engineering team in a CLI. The agent loop produces senior-level code that you can actually trust in prod because of non-negotiable feedback from independent reviewers. Supports Claude Code, OpenAI Codex, OpenCode, and Gemini CLI with trivial setup.
All releases
36 shown
v6.0.0
Breaking risk
Breaking changes
- Removed Rust TUI commands, binaries, release assets, and install‑time TUI download support.
Full changelog
Review required
v3.0.0
Breaking risk
RCE / SSRF
CLI maxModel, metrics interpolation, debug workflow
v2.0.0
Breaking risk
⚠ Upgrade required
- --pr now automatically enables --isolation
- Help text updated with cascading flag usage examples
Breaking changes
- `auto` command removed, use `run --ship` instead
- `clear` renamed to `purge`
Notable features
- Added `--ship` flag enabling isolation, PR creation and auto‑merge in one option
- Added `agents` command stubs
- Added `--json` output support for list/status commands
Full changelog
2.0.0 (2025-12-29)
Code Refactoring
BREAKING CHANGES
- cli:
autocommand removed, userun --shipinstead
- Remove
autocommand (userun --shipfor full automation) - Add
--shipflag: isolation + PR + auto-merge --prnow auto-enables--isolation- Rename
clear→purgefor clarity - Update help text with cascading flag examples
- Add
agentscommand stubs - Add
--jsonoutput support to list/status