v1.2.0
umputun/ralphexv1.2.0May 12, 2026by umputun
AI Summary
Enhances API usage tracking by detecting monthly limits and adds an option to preserve API keys.
Key Highlights
- Detect org's monthly usage limit in Claude output
- Add `preserve_anthropic_api_key` option
- Tolerate plan file rename during execution
- Pre-initialize config dir
New Features
- Detect org's monthly usage limit
- Preserve Anthropic API key option
Full Release Notes
**New Features** - detect org's monthly usage limit in claude output #338 @umputun - add `preserve_anthropic_api_key` option for API-key auth (#333) #335 @rsolmano **Improvements** - document tool-swap setup and list missing wrappers 6d3c63d - bump golang.org/x/sys from 0.43.0 to 0.44.0 #340 @dependabot - bump golang.org/x/term from 0.42.0 to 0.43.0 #339 @dependabot **Bug Fixes** - tolerate plan file rename during execution #342 @umputun - pre-initialize config dir #304 @Semior001