Skip to content

v0.6.0-rc88

Pre-release
Pre-release

Choose a tag to compare

@buger buger released this 21 Sep 17:27
· 334 commits to main since this release
868bae3
Fix misleading JSON template in schema reminder message (#169)

The schema reminder message in ProbeAgent.js was showing a specific JSON
object example that caused AI responses to return structured objects like:
{
  "key": "correctedDiagram",
  "field": "...mermaid content..."
}

Instead of the expected plain mermaid content when processing mermaid
auto-fixing requests. This broke the mermaid validation flow.

Changed the template example from a specific JSON structure to a generic
placeholder that allows the AI to respond appropriately based on the
actual schema provided.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>