Continue 1.35.0 adds Cohere Reasoning/Vision/Translate model support and file URL loading for agent file operations.
$ 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 support for Cohere Reasoning, Vision, and Translate models via the Cohere integration.
- ›Supports local file paths and file URLs for agent file loading, expanding what agents can reference at runtime.
- ›Enhances autocomplete cache with async initialization and improved eviction logic, enabling more reliable completions under load.