github logancyang/obsidian-copilot 3.3.3

6 hours ago

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 old gemini-3-flash-preview entry. Your existing default model (google/gemini-2.5-flash on OpenRouter) is unchanged.
  • Copilot Plus no longer freezes when you apply your license key — Multiple concurrent initializations were bouncing chainTypeAtom between LLM_CHAIN and COPILOT_PLUS_CHAIN indefinitely. Applying your key now fires a single clean rebuild.
  • New npm run test:vault command 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.

Don't miss a new obsidian-copilot release

NewReleases is sending notifications on new releases.