Quick actions now pick the fastest available model automatically
This release overhauls how quick actions choose a model: it caches which models are actually available to you, adds a new fast model, and avoids sending requests with a model you can no longer use.
What you would notice
- Quick actions (like translating or tweaking text) now resolve the fastest available model dynamically instead of relying on a fixed list, so lightweight tasks stay fast.
- The extension now caches your available models locally and refreshes them about once a day, falling back gracefully to the last known list (or a built-in one) if you are offline.
- Added the new MAI-Code-1-Flash model, along with support for turning reasoning off entirely ('none') on models like GPT-5.4 Mini.
Quick reference
Published: Jul 6, 2026
Release tag: ext-v1.8.0
Fixes included
- Fixed a dependency conflict that could prevent the local dev server from starting.