Skip to content

Releases: changkun/ralph

v0.0.1

29 Mar 19:59
1254e63

Choose a tag to compare

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 ralph from 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-rounds for 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/project

Requirements

  • Go 1.22+
  • Claude Code CLI authenticated via OAuth, or Codex CLI with CODEX_API_KEY set