Releases: zyz-124/blast
Releases · zyz-124/blast
Blast v0.7.1 — Confidence % Bugfix
🐛 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. ⚡
Blast v0.7.0 — Visual Overhaul
⚡ Blast v0.7.0
🎨 Visual Overhaul
- Three color presets — \�p\ (purple), \�p3\ (cyan), \�pGlow\ (gradient)
- Glassmorphism — translucent panels with \�ackdrop-filter\ blur
- Gradient backgrounds — radial color washes in the sidebar
- Pulsing glow buttons — focus-state light rings
- \�last-rise\ entrance animation — staggered fade-in for result cards
- AI loading spinner — animated indicator while waiting for the LLM
- Compact mode — denser spacing for small screens
- Auto theme — light/dark/auto follow VS Code color scheme
🤖 AI
- 7 providers — OpenAI, DeepSeek, 智谱 GLM, 阿里百炼 Qwen, 硅基流动, OpenRouter, Custom
- Default switched to DeepSeek for better accessibility
📚 Knowledge Base
- 99+ rules with full 中文 translation
- 5 languages: Python, JavaScript/TypeScript, Go, Rust, Java, Docker, Common
📦 Install
\\�ash
code --install-extension blast-0.7.0.vsix
\\
🔗 Links
— Stop Googling errors. Blast them. ⚡
Blast v0.5.0 — AI Core Integration
KB 中文翻译完成(336/336 steps)、AI 配置持久化修复、Settings 持久化修复、UI 美化、AI 语言感知