Skip to content

Releases: kramlipi/code-agent-binaries

Release list

code-agent v0.1.3

Choose a tag to compare

@kramlipi kramlipi released this 15 Jul 18:14

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 test is 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 (--pr or --diff-file) — CI copy-paste
  • Economy mode off by default (set CODE_AGENT_ECONOMY_MODE=true to 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-*-linux
  • code-agent-*-macos
  • code-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)