What's Changed
- hotfix(autocomplete): remove mercury model special handling and adjust code block extraction by @sestinj in #8252
- fix: log correct tool call error from gui by @Patrick-Erichsen in #8254
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #8236
- Fix: Remove blocks from chat title generation by @Ayyanaruto in #8239
- Add daily Snyk security scan workflow with Continue CLI agent by @sestinj in #8263
- Add CONTINUE_API_KEY to snyk-agent workflow environment by @sestinj in #8264
- fix: vscode1.3.19jetbrains1.0.48 by @RomneyDa in #8267
- fix: use 0600 permissions on config.yaml by @uinstinct in #8256
- Revert workflow trigger branch to main by @sestinj in #8273
- Refactor auth check to use actions/github-script for permission validation by @sestinj in #8275
- Rename continue-config input to continue-agent and update CLI version to latest by @sestinj in #8279
- Rename continue-config to continue-agent in workflow by @sestinj in #8282
- Replace --config flag with --agent flag in Continue CLI command by @sestinj in #8283
- chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 in /extensions/cli by @dependabot[bot] in #8268
- fix: loading of blocks with inputs. in CLI flags by @RomneyDa in #8259
- docs: Update banner to CLI v1.5.1 by @continue[bot] in #8293
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #8288
- fix: agent -> config for actions by @RomneyDa in #8278
- Background / Async / Remote mode: Kickoff in /agents when you are in the extension by @tomasz-stefaniak in #8191
- fix(cli): exit after printing response when using -p by @uinstinct in #8271
- Add document for workspace level agent configuration by @letanloc1998 in #8155
- docs: added the fastapply model to the recommendations by @Olyray in #8249
- docs: added the link to open router models instead of inception by @Olyray in #8253
- fix: clicking on enter button not working after streaming by @uinstinct in #8255
- feat: report cache write tokens from anthropic oai adapter by @sestinj in #8210
- fix: bracket stripping in gemini responses by @uinstinct in #8280
- Fix: Remove deprecated gemini-2.5-pro-exp-03-25 model by @continue[bot] in #8313
- feat: return fetch errors to agent by @Patrick-Erichsen in #8301
- feat: Add preview panel to session selector (cn ls / /resume) by @continue[bot] in #8231
- fix: update telemetry docs by @RomneyDa in #8295
- Fix terminal security check evaluatePolicy type definition by @continue[bot] in #8226
- Fix formatting of instructions in core-unit-test prompt by @sestinj in #8317
- Add GitHub workflow to delete stale branches by @sestinj in #8318
- Exclude cla-signatures branch from stale branch deletion by @sestinj in #8319
- fix: update branch filter regex to exclude cla-signatures branch by @sestinj in #8320
- chore: adjust stale branch deletion timing to avoid issue creation by @sestinj in #8321
- chore: reduce stale branch detection threshold to 60 days by @sestinj in #8322
- chore: reduce stale branch detection to 59 days by @sestinj in #8323
- Build a local takeover MVP by @tomasz-stefaniak in #8270
- Enable automatic deletion of stale branches by @sestinj in #8325
- docs: add note about using keywords for linking PRs to issues by @continue[bot] in #8316
- chore: prerelease bumps by @RomneyDa in #8331
- Revert "fix: bracket stripping in gemini responses" by @RomneyDa in #8332
- feat: allow file reads outside IDE workspace (w/ permission) by @Patrick-Erichsen in #8298
- style(cli): adding loading animation when updating version by @uinstinct in #8285
- docs: blocks terminology update by @BekahHW in #8311
- fix(CLI): HOTFIX allow default config fallback for headless by @RomneyDa in #8356
- fix: HOTFIX anthropic: strip thinking without signature and empty text parts by @RomneyDa in #8329
- chore: bump versions by @Patrick-Erichsen in #8359
- fix(cli): updating message text test by @uinstinct in #8353
- fix(cli): agent injected blocks ignored by @RomneyDa in #8361
- docs: Create your own pull request review bot guide by @bdougie in #8362
- docs: Move Hub from top nav to main docs page by @BekahHW in #8349
- Update runloop-blueprint-template.json by @sestinj in #8377
- fix: remove
keepAliveMsecsfrom fetch agent by @Patrick-Erichsen in #8378 - chore: bump
fetchfor oai adapters by @Patrick-Erichsen in #8379 - fix: update PR review bot config name from code-reviewer to review-bot by @bdougie in #8387
- docs: Change 'Install Agent' to 'Install Config' for Sanity Agent Config by @continue[bot] in #8248
- docs: update Supabase MCP cookbook with RLS security examples by @bdougie in #8371
- fix: mcp agent policies and deduplicate blocks when merging unrolled assistants by @RomneyDa in #8376
- refactor: specify grep search tool to use regex by @uinstinct in #8384
- fix: prepend agent prompt in serve mode by @RomneyDa in #8393
- fix: temporarily disable RecentlyVisited, RecentlyEdited, and DocumentHistoryTracker by @RomneyDa in #8391
- bump versions by @Patrick-Erichsen in #8395
- Watsonx image support by @mq200 in #8324
- feat: Integrate OpenAI Responses API to enable GPT-5 features by @ferenci84 in #7891
- fix: prevent anthropic 3.5 models from use thinking by @uinstinct in #8303
- docs: Add troubleshooting guide for MCP ENAMETOOLONG error on macOS by @bdougie in #8389
- fix(cli): exclude ask first tools in headless by @RomneyDa in #8416
- fix: missing providers that handle templating by @RomneyDa in #8438
- chore: prerelease bumps by @RomneyDa in #8440
- docs: Add Atlassian MCP Continue Cookbook by @BekahHW in #8405
- fix: show md rules and prompts in respective sections by @uinstinct in #8178
- feat: remove auto-accept edits setting by @uinstinct in #8310
- refactor(cli): throw tool error instead of returning and matching error strings by @uinstinct in #8432
- chore(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #8460
- fix(cli): unskip first slash command output by @uinstinct in #8482
- feat: instant edit for find/replace tools by @RomneyDa in #8473
- docs: Embed Snyk MCP demo video in cookbook by @continue[bot] in #8480
- docs: Convert MCP cookbook links to card components by @continue[bot] in #8468
- docs: document CLI tool permissions and headless mode behavior by @continue[bot] in #8467
- fix: font size setting input by @QianKuang8 in #8160
- feat: show gradient border in edit mode by @uinstinct in #8465
- docs: update Discord invite link in sharing page by @houssemzaier in #8449
- fix: allow all tools if not specified when using --agent by @RomneyDa in #8488
- fix: allow external repos to grab review scripts from continue repo by @tingwai in #8394
- feat: Add CONTINUE_CLI_DISABLE_COMMIT_SIGNATURE env var to disable commit signature by @rossigee in #8492
- fix: config section errors overflow by @uinstinct in #8494
- fix: improve tool call display truncation and update fetch dependency by @sestinj in #8411
- feat: impl Responses API in oai-adapters by @Patrick-Erichsen in #8417
- Add cache_write_tokens and cache_read_tokens to Anthropic prompt token details by @sestinj in #8511
- fix: use yolo when applying diff by @uinstinct in #8495
- Remove error handler registration from plugin.xml by @sestinj in #8513
- docs: Add Info callout to Local Models section with Ollama guide link by @continue[bot] in #8520
- fix: enter key input during prompt edit not working by @uinstinct in #8421
- feat: Support Granite 4 FIM and tool calling correctly by @gabe-l-hart in #8531
- Make account level MCPs generally available by @continue[bot] in #8493
- fix: explicit haiku 4.5 tool support by @RomneyDa in #8491
- Add User-Agent headers to Continue Proxy and CLI requests by @sestinj in #8532
- Bump version from 1.3.23 to 1.3.24 by @sestinj in #8560
- docs: Add YT to footer by @BekahHW in #8566
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #8459
- Add description truncation for slash commands in CLI UI by @sestinj in #8172
- docs: change Configs sidebar icon from robot to book by @continue[bot] in #8543
- docs: Embed YouTube video in understanding-configs guide by @continue[bot] in #8425
- feat: upgrade grok code fast 1 by @RomneyDa in #8475
- Throw error and exit on MCP failure in headless mode by @continue[bot] in #8559
- update docs header text by @TyDunn in #8570
- feat(cli): skip checking for updates in dev mode by @uinstinct in #8564
- Add snyk-bot to CLA allowlist by @sestinj in #8571
- [Snyk] Upgrade @continuedev/config-yaml from 1.14.0 to 1.26.0 by @sestinj in #8505
- fix: CLI context pollution between sessions by @continue[bot] in #8420
- feat(cli): always show context percentage by @uinstinct in #8563
- docs: README agents update by @TyDunn in #8572
- docs: Update JetBrains README for agents by @TyDunn in #8573
- docs: Update VS Code README for agents by @TyDunn in #8574
- fix: instant reject all for VS Code by @RomneyDa in #8489
- feat: show mcp warning message with configured mcps by @uinstinct in #8478
- docs: remove cli beta warning by @uinstinct in #8463
- docs: Add comprehensive agent documentation by @BekahHW in #8509
- docs: Update cookbook guides to use agents by @BekahHW in #8486
- Add script to analyze file hotspots from git history by @sestinj in #8591
- Add x-continue-unique-id header to LLM requests and normalize header casing by @sestinj in #8589
- chore: bump version to 1.3.25 by @sestinj in #8592
New Contributors
- @Olyray made their first contribution in #8249
- @houssemzaier made their first contribution in #8449
- @gabe-l-hart made their first contribution in #8531
Full Changelog: v1.2.11-vscode...v1.2.12-vscode