v0.6.0-rc291
probelabs/probev0.6.0-rc291Mar 9, 2026by buger
AI Summary
This is a minor patch release (v0.6.0-rc291) for probelabs/probe containing two bug fixes. The release improves the read-only textStream handling by using a Proxy wrapper and enhances agent error resilience with better error handling and path guidance.
Key Highlights
- Fixed read-only textStream wrapping using Proxy on DefaultStreamTextResult
- Improved agent error resilience with consecutive error breaker functionality
- Added path error guidance for better debugging
Full Release Notes
## What's Changed * fix: use Proxy to wrap read-only textStream on DefaultStreamTextResult by @buger in https://github.com/probelabs/probe/pull/505 * fix: agent error resilience — consecutive error breaker and path error guidance by @buger in https://github.com/probelabs/probe/pull/506 **Full Changelog**: https://github.com/probelabs/probe/compare/v0.6.0-rc290...v0.6.0-rc291