v0.23.0

umputun/ralphexv0.23.0Mar 17, 2026by umputun

AI Summary

Enhances Docker workflow capabilities with socket mounting and improves code structure while fixing Windows command line length limitations.

Key Highlights

  • Support host Docker socket mounting in container for Docker-dependent workflows
  • Code smells cleanup: structure and convention improvements
  • Fixed Windows cmd.exe length limit for Claude prompts

New Features

  • Docker socket mounting support

Full Release Notes

**New Features**

- Support host Docker socket mounting in container for Docker-dependent workflows #223 @umputun

**Improved**

- Code smells cleanup: structure and convention improvements #217 @umputun
- Bump golang.org/x/term from 0.40.0 to 0.41.0 #219 @app/dependabot
- Bump github.com/charmbracelet/glamour from 0.10.0 to 1.0.0 #218 @app/dependabot

**Fixed**

- Pass Claude prompt via stdin to avoid Windows cmd.exe length limit #220 @stanurkov