Release v3.3.3
This patch brings a fresh Gemini model, squashes a nasty Copilot Plus freeze, and makes it much easier to verify your dev build is actually loaded in Obsidian. Thanks to @logancyang and @zeroliu for the quick turnaround!
- Gemini 3.5 Flash is now a built-in model — Google's latest generally-available Gemini model (
gemini-3.5-flash) is now available out of the box, enabled by default with Vision and Reasoning support. It replaces the oldgemini-3-flash-previewentry. Your existing default model (google/gemini-2.5-flashon OpenRouter) is unchanged. - Copilot Plus no longer freezes when you apply your license key — Multiple concurrent initializations were bouncing
chainTypeAtombetweenLLM_CHAINandCOPILOT_PLUS_CHAINindefinitely. Applying your key now fires a single clean rebuild. - New
npm run test:vaultcommand for developers — Builds and hot-reloads the plugin into your test vault, with a build timestamp stamped into the plugin name so you can confirm you're running the right build.
PRs included
- #2492 feat(models): add GA gemini-3.5-flash builtin @logancyang
- #2478 fix(chain): stop writing chainType back inside setChain (apply-Plus freeze) @zeroliu
- #2477 Add npm run test:vault for fast worktree-to-vault plugin reload @zeroliu
Generated by the release agent.