v0.6.0-rc285
probelabs/probev0.6.0-rc285Mar 7, 2026by buger
AI Summary
This release candidate removes the attempt_completion functionality and introduces a new --completion-prompt CLI option with native JSON schema support. The change appears to refactor the completion handling mechanism in the Probe CLI tool.
Key Highlights
- Removed attempt_completion functionality
- Added native JSON schema support
- New --completion-prompt CLI option wired up
- Refactoring of completion handling mechanism
Breaking Changes
- Removed attempt_completion feature - users relying on this functionality will need to adapt to the new --completion-prompt approach
New Features
- New --completion-prompt CLI option for controlling completion prompts
- Native JSON schema support implementation
Full Release Notes
## What's Changed * Remove attempt_completion, native JSON schema, wire --completion-prompt CLI by @buger in https://github.com/probelabs/probe/pull/496 **Full Changelog**: https://github.com/probelabs/probe/compare/v0.6.0-rc284...v0.6.0-rc285