v0.6.0-rc292

probelabs/probev0.6.0-rc292Mar 10, 2026by buger

AI Summary

This is a patch release (v0.6.0-rc292) containing two bug fixes: one addressing hyphenated MCP tool names in the execute_plan DSL, and another critical fix limiting fuzzy match strategies to 1 indent level to prevent silent file corruption.

Key Highlights

  • Fixed sanitization of hyphenated MCP tool names in execute_plan DSL
  • Fixed fuzzy match strategies to limit to 1 indent level, preventing silent file corruption
  • Both changes are bug fixes with no new features in this release

Full Release Notes

## What's Changed
* fix: sanitize hyphenated MCP tool names in execute_plan DSL by @buger in https://github.com/probelabs/probe/pull/509
* fix: limit all fuzzy match strategies to 1 indent level to prevent silent file corruption by @buger in https://github.com/probelabs/probe/pull/508


**Full Changelog**: https://github.com/probelabs/probe/compare/v0.6.0-rc291...v0.6.0-rc292