You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wire VLM toggle + result badge across all tools (02-19 + obs)
Each tool now routes API calls through getVLMClient() so switching between Moondream and GPT-4o-mini in the toggle actually changes the engine used. Added vlm-result-badge.js script to all index.html files. Fixed containerSelector from .control-panel h2 to .app-header h1 so the toggle actually renders. Added VLMResultBadge.showCurrent(elapsed) after API results to show which engine produced the output. Tools 15 (Whisper) and 04b (Tesseract) only got the script tag since they don't make VLM calls.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
0 commit comments