🐛 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. ⚡