Releases: changkun/ralph
Releases · changkun/ralph
v0.0.1
ralph v0.0.1
This is the first tagged release of ralph, an autonomous think-act loop for Claude Code and OpenAI Codex.
Highlights
- Rewrites
ralphfrom the original shell script into a native Go CLI. - Supports both Claude Code and OpenAI Codex backends.
- Persists thinker and worker JSON output in
.ralph/and resumes from the last completed round. - Automatically commits and pushes changes when the target folder is a git repository.
- Adds
--max-roundsfor bounded runs while keeping the default loop open-ended. - Simplifies prompts and backend execution so the loop is easier to reason about and operate.
Getting started
go build -o ralph .
./ralph /path/to/project
./ralph --backend codex /path/to/projectRequirements
- Go 1.22+
- Claude Code CLI authenticated via OAuth, or Codex CLI with
CODEX_API_KEYset