v0.7.0
umputun/ralphexv0.7.0Feb 3, 2026by umputun
AI Summary
Introduces Docker support for isolated execution and a tasks-only mode.
Key Highlights
- New --tasks-only mode
- Docker support for isolated execution
- Dependency updates (go-billy)
New Features
- --tasks-only mode
- Docker support for isolated execution
Full Release Notes
**New Features** - add --tasks-only mode #58 @umputun - add Docker support for isolated execution #54 @umputun **Improvements** - bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0 #55 @app/dependabot - fix docker ghcr.io auth and make e2e manual-only 5aa24f9 - add docker tasks 7533a6e - clarify codex-only mode still uses claude for evaluation 59c76a4 - add e2e Makefile targets and Zed tasks a782415 **Other** - Dashboard tests #25 @melonamin