- Add openrouterModelSync setting to eagerly fetch OpenRouter model catalog at dashboard startup so the model picker shows all available models - Add toggle in Settings → Models to disable the sync - Add mission-interview session management module for AI-guided mission specs - Include tests for the sync opt-out behavior Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
418 B
418 B
@gsxdsm/fusion, @fusion/core, @fusion/dashboard
| @gsxdsm/fusion | @fusion/core | @fusion/dashboard |
|---|---|---|
| patch | patch | patch |
Add openrouterModelSync setting (default: true) to control whether the dashboard fetches the latest OpenRouter model catalog at startup. Toggled in Settings → Models. This fixes the model picker not showing the latest OpenRouter models because the pi-openrouter-realtime extension only syncs on session_start events (TUI-only).