๐งฉ Synalux VSCode Extension
Bring the Synalux AI assistant + chat panel into VSCode without leaving your editor.
โจ Features
- Chat panel โ same AI assistant as
synalux.ai/chat(Claude Sonnet 4 paid default, Claude Haiku 3.5 fallback) but rendered in VSCodeโs sidebar. - Backend router โ same model routing logic as the web
/chat(gemini direct โ OpenRouter โ fallback chain). - Gemini OAuth โ sign-in via Gemini OAuth supported as an alternative to NextAuth Google.

๐ Auth Flow
On first use the extension opens /auth/vscode in the browser โ user signs in โ page shows an auth code โ user pastes into VSCode. One-time setup; tokens persist in the OS keychain.
๐๏ธ Architecture
Source: synalux-vscode/src/ in synalux-private.
backend-router.tsโ picks Gemini direct vs OpenRouter based on userโs tier + selected modelchat-panel.tsโ VSCode webview hosting the chat UIgemini-oauth.tsโ alternative auth flow when user prefers a Gemini account over their workspace login
๐ณ Plans
Available on every tier โ feature parity gated on the underlying chat backend (free โ Claude Haiku 3.5, paid โ Claude Sonnet 4 + Claude Haiku fallback). Local prism-coder via Ollama supported on all tiers.
See the Mobile AI page for the equivalent on phones.