Skip to content

Blast v0.7.1 — Confidence % Bugfix

Latest

Choose a tag to compare

@zyz-124 zyz-124 released this 25 Jun 08:36

🐛 Blast v0.7.1 — Confidence Display Bugfix

🐞 Fix

  • Confidence percentage showed absurd values (e.g. 9800%):
    • \engine.ts\ returns confidence in 0–100 range
    • Old \sidebar.ts\ did \Math.round(confidence * 100), producing 9800% for confidence=98
    • Now displays confidence directly: \Math.round(Math.min(100, confidence))%\

🧪 Tests

  • New regression test: \Confidence is always in 0-100 range\ — covers 5 common error patterns
  • 31/31 tests pass (was 30/30)

📦 Install

\\�ash
code --install-extension blast-0.7.1.vsix

or download from: https://github.com/zyz-124/blast/releases/download/v0.7.1/blast-0.7.1.vsix

\\

🔗 Links

Stop Googling errors. Blast them.