code-agent — what it does
Verify-gated coding agent: you pass a goal + --verify-cmd. It edits the repo with tools and only stops when that command exits 0. Success is your subprocess, not chat.
This release (v0.1.3) does
- Fix failing unit tests until
pytest/go testis green - Fix localized compile errors until
go build ./...is green - Repair from a failure log (
bug-fix) until the same verify is green - PR/MR code-review (
--pror--diff-file) — CI copy-paste - Economy mode off by default (set
CODE_AGENT_ECONOMY_MODE=trueto save cost) - ripgrep (
rg) bundled in the binary — no separate install
This release does not
- Install OS packages / languages / downgrade toolchains
- Claim “writes perfect new test suites from scratch”
- Replace Cursor or your CI vendor
- Ship product source
Download
Only these assets:
code-agent-*-linuxcode-agent-*-macoscode-agent-*-windows.exe
Ignore GitHub’s automatic “Source code (zip/tar.gz)” links. GitHub always adds them. On this binaries repo they contain only a README — not the agent.
Docs: https://kramlipi.github.io/ · https://kramlipi.github.io/release-notes/ · https://kramlipi.github.io/code-review-ci/
Build: local Linux (manual upload, ripgrep bundled)