Skip to content

Releases: umputun/ralphex

v1.1.1

04 May 17:19

Choose a tag to compare

Improvements

Bug Fixes

  • ignore checkboxes inside fenced code blocks in plan parser #329 @umputun

v1.1.0

03 May 17:44

Choose a tag to compare

Changelog

  • 192b33c docs: update changelog for v1.1.0
  • 593bcf2 fix: tighten default codex error/limit patterns to avoid false positives
  • 7564f55 docs: fix plugin install command in README and llms.txt (#323)
  • 7571c70 feat: also retry admin-disabled allocation on wait_on_limit
  • 710b297 ci: drop goconst linter check
  • bae91ff feat: detect admin-disabled usage allocation in claude output
  • e3d2562 fix: progress log filename ignores --branch override
  • 567815d feat: add --branch flag to override worktree/branch name (#315)
  • e3622c1 fix: prevent flag/option names from wrapping in table first column
  • 90becf9 feat: migrate docs site from mkdocs-material to zensical
  • 03ae199 feat: add provider override CLI flags (#314)
  • 53ab7b9 feat: add ralphex-adopt skill for converting plans to ralphex format (#313)
  • 0f5afcc fix: trigger --wait retry on codex stderr-only quota errors (#311)
  • 98c2935 feat: add move_plan_on_completion config option (#307)
  • 7e36f67 fix: resume watch-mode tailing after flock race marks session completed (#305)
  • 96fe10a seo: rework landing copy and add FAQ to capture ralph-loop search traffic
  • 34a28f5 fix(prompts): keep task section headers in English for localized plans
  • 7acd11b feat(ralphex-dk): add --image and --port CLI flags

v1.0.1

21 Apr 21:50

Choose a tag to compare

Bug Fixes

  • also pass TZ env var in docker wrapper for Go timezone #297 @umputun

v1.0.0

21 Apr 17:11

Choose a tag to compare

This is the first stable release of ralphex.

From this point forward, the project follows Semantic Versioning with a backward compatibility promise for the public surface (CLI flags, config file format, prompt/agent template variables, and progress file structure). Breaking changes will be reserved for major version bumps (v2.0.0, etc.); minor versions add features without breaking existing setups; patch versions ship bug fixes only.

Bug Fixes

  • validate plan has task sections before task loop #291 @umputun

v0.27.3

19 Apr 18:16

Choose a tag to compare

Bug Fixes

v0.27.2

16 Apr 23:31

Choose a tag to compare

Improved

  • Add optional --effort level to task_model / review_model via model[:effort] syntax #285 @umputun

v0.27.1

16 Apr 22:58

Choose a tag to compare

Improved

  • Rename claude_model/--claude-model to task_model/--task-model for symmetry with review_model/--review-model #284 @umputun
  • Pass task model to plan mode (was missing in #272)
  • Clarify docs that model flags are passed to custom wrappers (may be ignored or implemented)

Fixed

  • stripFlag now handles --flag=value and bare --flag forms, prevents duplicate --model in claude_args #284 @umputun

v0.27.0

16 Apr 17:16

Choose a tag to compare

New Features

Improved

Fixed

  • Reduce macOS credential cleanup race and fail fast on missing creds 33390d9

v0.26.3

08 Apr 22:55

Choose a tag to compare

Improvements

  • bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5 #264 @app/dependabot
  • update all dependencies 3f4d7d4
  • document agent fallback behavior in CLAUDE.md and llms.txt 1c898c1
  • clarify agent customization and disable mechanism in README b4e0354

Bug Fixes

  • prevent indefinite hang on Windows when child processes hold pipes open #273 @stanurkov
  • add "Not logged in" to default Claude error patterns #269 @nnemirovsky
  • case-insensitive path handling for worktree plan commits on macOS #266 @umputun

v0.26.2

31 Mar 17:18

Choose a tag to compare

Improved

  • Update README.md to link plan creation in quick start #261 @ksenks
  • Add jq to docker image afdfb47