Releases: umputun/ralphex
Releases · umputun/ralphex
v1.1.1
v1.1.0
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
v1.0.0
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
v0.27.3
v0.27.2
v0.27.1
v0.27.0
v0.26.3
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