v0.21.1

umputun/ralphexv0.21.1Mar 11, 2026by umputun

AI Summary

Adds support for OpenCode integration and improves test coverage with Python tests while fixing progress log duplication bugs.

Key Highlights

  • Added opencode-as-claude wrapper and opencode-review scripts
  • Added python tests for docker wrapper script
  • Prevent false positive pattern matching and custom review output duplication

New Features

  • opencode-as-claude wrapper
  • Python tests for docker wrapper

Full Release Notes

**New Features**
- add opencode-as-claude wrapper and opencode-review scripts #199 @mschedrin

**Improvements**
- add python tests for docker wrapper script

**Bug Fixes**
- prevent false positive pattern matching on clean codex/custom exit #200 @umputun
- prevent custom review output duplication in progress log #198 @umputun
- ensure test creates temp claude config dir for Linux CI