Continue
Sources Release notes → @continuedev/[email protected] 3 RELEASES · 2025-09-16 NOTES STABLEContinue config-yaml 1.15.0 adds capability-based exclusion of single-file edit mode for capable models.
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git # already have the repo? check out this version: $ git checkout @continuedev/[email protected]
- ›Adds exclusion of single-file edit mode for models flagged as capable, allowing more powerful models to bypass single-file edit constraints.
2 more releases in this issue · 2025-09-16
Continue fetch 1.2.0 adds the ability to exclude single-file edit mode for capable models.
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git # already have the repo? check out this version: $ git checkout @continuedev/[email protected]
- ›Adds the ability to exclude single-file edit mode for models that support more capable editing workflows.
Continue 1.14.0 adds HuggingFace router detection, Qwen2.5VL image autodetect, and diff stats in the find-and-replace toolbar.
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git # already have the repo? check out this version: $ git checkout @continuedev/[email protected]
- ›Adds HuggingFace OpenAI-compatible router auto-detection so models served through HuggingFace's routing layer are identified correctly without manual configuration.
- ›Autodetects image support for Qwen2.5VL models, enabling vision workflows without manually flagging the capability.
- ›Shows diff stats (lines added/removed) in the find-and-replace toolbar for at-a-glance change awareness.
- ›Includes model identity in tool call stats, making it possible to attribute latency and usage to specific models.
- ›Auto-selects scope for org API keys in Continue Network, reducing setup friction for organization-level deployments.