Continue
Sources Release notes → @continuedev/[email protected] 2 RELEASES · 2025-10-06 NOTES STABLEContinue 1.26.0 adds workflow files for CLI, API-key auth for Bedrock, and OpenRouter with Anthropic prompt caching.
$ 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 workflow file support for the CLI, including parsing, serializing, and tool permissions driven by workflow files.
- ›Adds API key authentication support for the Bedrock provider.
- ›Adds OpenRouter API integration with Anthropic prompt caching support.
1 more release in this issue · 2025-10-06
Continue's OpenAI adapters v1.23.0 adds API key authentication support for the Bedrock provider.
$ 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 API key authentication support for the Bedrock provider, enabling Bedrock access without IAM role or credential-file configuration.