v0.17.0
umputun/ralphexv0.17.0Feb 25, 2026by umputun
AI Summary
This release introduces git worktree isolation to support parallel plan execution and improves coverage reporting. It also fixes the web dashboard accessibility in Docker and handles nested Claude session errors.
Key Highlights
- Git worktree isolation for parallel plan execution
- Fix web dashboard reachability from host in Docker
- Switch coverage reporting from Coveralls to Codecov
- Auto-detect host timezone in Docker wrapper
New Features
- Git worktree isolation for parallel plan execution
Full Release Notes
**New Features** - Add git worktree isolation for parallel plan execution (#158) @umputun **Improved** - Bump goreleaser/goreleaser-action from 6 to 7 (#148) @app/dependabot - Add codecov config to ignore mock directories - Replace coveralls with codecov for coverage reporting - Add worktree isolation documentation - Add coverage for worktree and ensureGitIgnored paths **Fixed** - Make web dashboard reachable from host in Docker (#152) @nnemirovsky - Handle nested claude session error instead of silent loop - Auto-detect host timezone in Docker wrapper