Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
continue-alpine-x64-1.2.9.vsix | 2025-10-15 | 94.0 MB | |
continue-darwin-arm64-1.2.9.vsix | 2025-10-15 | 127.2 MB | |
continue-darwin-x64-1.2.9.vsix | 2025-10-15 | 93.8 MB | |
continue-linux-arm64-1.2.9.vsix | 2025-10-15 | 128.3 MB | |
continue-linux-armhf-1.2.9.vsix | 2025-10-15 | 128.3 MB | |
continue-linux-x64-1.2.9.vsix | 2025-10-15 | 94.0 MB | |
continue-win32-arm64-1.2.9.vsix | 2025-10-15 | 109.3 MB | |
continue-win32-x64-1.2.9.vsix | 2025-10-15 | 80.7 MB | |
README.md | 2025-10-15 | 6.7 kB | |
v1.2.9-vscode source code.tar.gz | 2025-10-15 | 207.1 MB | |
v1.2.9-vscode source code.zip | 2025-10-15 | 208.7 MB | |
Totals: 11 Items | 1.3 GB | 0 |
What's Changed
v1.2.9 is created off of prerelease v1.3.16 with the following hotfixes * fix: HOTFIX stop agent loop if aborted/not streaming by @RomneyDa in https://github.com/continuedev/continue/pull/8208 * fix: HOTFIX stop thinking animation if cancelled mid stream by @RomneyDa in https://github.com/continuedev/continue/pull/8222 * fix: HOTFIX prevent active file sending on click by @uinstinct in https://github.com/continuedev/continue/pull/8179 * hotfix(autocomplete): remove mercury model special handling and adjust code block extraction by @sestinj in https://github.com/continuedev/continue/pull/8252
Other changes since 1.2.8:
* feat: add opt serverName
for registry MCP servers by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/8037
* docs: Improve rules guidance in the deep dive and rules docs by @continue[bot] in https://github.com/continuedev/continue/pull/8022
* fix: tool outcome telemetry for preprocessing failures by @RomneyDa in https://github.com/continuedev/continue/pull/8066
* chore(deps): bump gradle/actions from 3 to 5 by @dependabot[bot] in https://github.com/continuedev/continue/pull/8063
* docs: add Continue Docs MCP cookbook and update navigation by @bdougie in https://github.com/continuedev/continue/pull/8082
* docs: Add Sanity MCP Continue cookbook with proper agent configs for CI/interactive modes by @bdougie in https://github.com/continuedev/continue/pull/8079
* fix: update titles of cli releases by @sestinj in https://github.com/continuedev/continue/pull/8055
* Add beta status tool option and improve status tool description by @sestinj in https://github.com/continuedev/continue/pull/8081
* docs: Add feature flag audit example to PostHog MCP cookbook by @continue[bot] in https://github.com/continuedev/continue/pull/8058
* docs: add Sanity MCP cookbook to navigation and overview by @bdougie in https://github.com/continuedev/continue/pull/8093
* feat: add weekly cn task to check documentation by @tingwai in https://github.com/continuedev/continue/pull/8076
* feat: add OpenRouter API with Anthropic prompt caching support by @sestinj in https://github.com/continuedev/continue/pull/8100
* feat: add API key authentication support for Bedrock provider by @sestinj in https://github.com/continuedev/continue/pull/8101
* fix: remove extra spaces before EOF in heredoc delimiters by @sestinj in https://github.com/continuedev/continue/pull/8103
* Add invokable rule support to cli by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/8077
* CLI workflows by @RomneyDa in https://github.com/continuedev/continue/pull/8069
* fix(cli): pasting chunks of lesser than 50 characters by @uinstinct in https://github.com/continuedev/continue/pull/8107
* Detect invokable rules located in 'prompts' directory by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/8073
* fix: use common process.env values to launch MCP by @fbricon in https://github.com/continuedev/continue/pull/7709
* docs: Add Chrome DevTools Performance Cookbook with MCP integration by @bdougie in https://github.com/continuedev/continue/pull/8088
* feat: add actions to reference files, directories and repo maps in IntelliJ Plugin by @vldF in https://github.com/continuedev/continue/pull/7253
* feat: auto-accept agent edits setting auto accept edit tools by @uinstinct in https://github.com/continuedev/continue/pull/7993
* docs: Add Sentry MCP error monitoring cookbook by @bdougie in https://github.com/continuedev/continue/pull/8060
* feat: Adjusted MCPConnection logic so the cwd is resolved to current workspace folder. by @meanderix in https://github.com/continuedev/continue/pull/7505
* docs: Add Guides link to CLI sidebar navigation by @continue[bot] in https://github.com/continuedev/continue/pull/8117
* fix: separate preprocessed tool args by @RomneyDa in https://github.com/continuedev/continue/pull/8111
* docs: add GitHub MCP Continue cookbook guide by @bdougie in https://github.com/continuedev/continue/pull/8092
* fix: add max depth to file indexing by @tingwai in https://github.com/continuedev/continue/pull/8112
* docs: Add MCP JSON server configuration support documentation by @continue[bot] in https://github.com/continuedev/continue/pull/8021
* fix: Tables does not rendered correctly [#7465] by @gippole in https://github.com/continuedev/continue/pull/8096
* fix: LLM Provider - Ask Sage: Updated Model list, updated docs and fixed drop down menu option by @mark-espinoza in https://github.com/continuedev/continue/pull/8102
* fix: flakey CLI tests by @tingwai in https://github.com/continuedev/continue/pull/8124
* Add 'Explore MCP Servers' option to /mcp slash command by @continue[bot] in https://github.com/continuedev/continue/pull/8123
* Revise build steps in BUILD.md by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/8130
* Fix wrong document about Force Legacy Completions Endpoint by @letanloc1998 in https://github.com/continuedev/continue/pull/8133
* Add organization name display to CLI intro screen by @continue[bot] in https://github.com/continuedev/continue/pull/8041
* feat(cli): mcp oauth using mcp-remote by @uinstinct in https://github.com/continuedev/continue/pull/8143
* Add apiKey field to mcpServers block schema for Bearer token auth by @continue[bot] in https://github.com/continuedev/continue/pull/8120
* Allow --mcp flag to accept URLs for streamable-http servers by @continue[bot] in https://github.com/continuedev/continue/pull/8119
* Make it easy to discover Continue CLI (cn) by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/8109
* chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/continuedev/continue/pull/8135
* fix: improvements to next edit by @sestinj in https://github.com/continuedev/continue/pull/8129
* feat: add GitHub workflow for vscode pre-release by @tingwai in https://github.com/continuedev/continue/pull/8116
* docs: add CLI telemetry opt-out instructions by @rossigee in https://github.com/continuedev/continue/pull/8064
* chore: bump VSCode extension version to 1.3.16 by @tingwai in https://github.com/continuedev/continue/pull/8147
New Contributors
- @meanderix made their first contribution in https://github.com/continuedev/continue/pull/7505
- @gippole made their first contribution in https://github.com/continuedev/continue/pull/8096
- @letanloc1998 made their first contribution in https://github.com/continuedev/continue/pull/8133
- @rossigee made their first contribution in https://github.com/continuedev/continue/pull/8064
Full Changelog: https://github.com/continuedev/continue/compare/v1.2.8-vscode...v1.2.9-vscode