What's Changed
- docs: update /info command description with usage statistics by @continue[bot] in #9071
- chore(deps): bump undici from 7.16.0 to 7.18.2 in /binary by @dependabot[bot] in #9534
- fix: add GH_TOKEN to continue-agents workflow by @ThanhNguyxn in #9497
- chore: bump prerelease versions by @RomneyDa in #9536
- Filter out .md files when loading agent configs by @RomneyDa in #9537
- feat: subagents by @uinstinct in #9128
- Update docs index page with new inbox card and copy changes by @BekahHW in #9533
- docs: Add documentation for running agents locally by @bdougie in #9507
- feat: agent skills by @uinstinct in #9353
- chore(deps): bump diff from 7.0.0 to 8.0.3 in /core by @dependabot[bot] in #9552
- [Snyk] Upgrade @c15t/react from 1.8.1 to 1.8.2 by @sestinj in #9540
- Refactor info command into separate functions and add usage statistics by @sestinj in #9070
- [Snyk] Upgrade posthog-js from 1.297.2 to 1.310.1 by @sestinj in #9541
- Allow MCP/Bash tools by default in headless mode by @RomneyDa in #9538
- docs: fix title case in documentation headers by @sestinj in #9543
- fix: simplify config error by @uinstinct in #9556
- chore(deps): bump undici from 6.21.3 to 6.23.0 in /core by @dependabot[bot] in #9565
- fix: duplicate tool messages added by @RomneyDa in #9596
- [Snyk] Upgrade react-hook-form from 7.62.0 to 7.69.0 by @sestinj in #9588
- [Snyk] Upgrade @tiptap/extension-mention from 2.26.1 to 2.27.1 by @sestinj in #9589
- fix: prevent waiting for the session to load from history by @uinstinct in #9525
- fix: show full right side gradient border by @uinstinct in #9672
- docs: create IDE Extensions tab with Customize and Reference sections by @sestinj in #9539
- Revert "docs: create IDE Extensions tab with Customize and Reference sections" by @sestinj in #9680
- Revert "Revert "docs: create IDE Extensions tab with Customize and Reference sections"" by @sestinj in #9681
- fix: resolve docs tab navigation issues by @sestinj in #9682
- fix: use ide.runCommand when Windows host connects to WSL by @shanevcantwell in #9679
- fix: compact conversation with dangling tool calls by @uinstinct in #9465
- feat: resubmit overloaded errors by @uinstinct in #9082
- feat(cli): agent skills by @uinstinct in #9696
- Add extension features and customization links to docs index by @sestinj in #9798
- fix: command fixed in contributing file by @sarthakNITT in #9715
- fix: autocompaction failures from exceeded context length by @RomneyDa in #9567
- chore(deps-dev): bump lodash-es from 4.17.21 to 4.17.23 in /packages/config-yaml by @dependabot[bot] in #9773
- chore(deps-dev): bump lodash-es from 4.17.21 to 4.17.23 in /packages/openai-adapters by @dependabot[bot] in #9775
- chore(deps-dev): bump lodash-es from 4.17.21 to 4.17.23 in /extensions/cli by @dependabot[bot] in #9774
- chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #9781
- [Snyk] Upgrade yaml from 2.8.1 to 2.8.2 by @sestinj in #9653
- feat: add remove rule button by @uinstinct in #9576
- Continue CLI support provider Ask Sage by @alex-mcgraw-askSage in #9719
- chore(deps-dev): bump lodash-es from 4.17.21 to 4.17.23 in /packages/fetch by @dependabot[bot] in #9772
- Update asksage.mdx by @alex-mcgraw-askSage in #9757
- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /extensions/cli by @dependabot[bot] in #9802
- fix: support object-type arguments in tool call parsing by @silencezhoudev in #9743
- [Snyk] Upgrade @tiptap/extension-paragraph from 2.26.1 to 2.27.1 by @sestinj in #9817
- chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /docs by @dependabot[bot] in #9803
- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /gui by @dependabot[bot] in #9830
- fix: Set isComplete metadata when agents finish execution by @sestinj in #9892
- Fix: Set isComplete=true after agent turn ends without tool calls by @sestinj in #9899
- feat(cli): detect wsl and spawn appropriate shell by @uinstinct in #9810
- Refactor imports. by @alex-mcgraw-askSage in #9828
- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /core by @dependabot[bot] in #9833
- chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /binary by @dependabot[bot] in #9834
- [Snyk] Upgrade @huggingface/jinja from 0.1.3 to 0.5.3 by @sestinj in #9845
- chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 in /packages/fetch by @dependabot[bot] in #9893
- fix: skip cmd.exe wrapping for MCP servers when Windows host connects to WSL by @shanevcantwell in #9740
- Add detailed logging for metadata endpoint requests by @sestinj in #9909
- Publish cn-staging blueprint on stable release by @sestinj in #9914
- feat: Add new OVHcloud models by @eliasto in #9663
- chore: vscode 30, jetbrains 59 by @RomneyDa in #9832
- fix(cli): flaky hub loader tests by @uinstinct in #9923
- [Snyk] Upgrade @tiptap/extension-text from 2.26.1 to 2.27.1 by @sestinj in #9915
- chore(deps): bump tar from 7.4.3 to 7.5.7 in /core by @dependabot[bot] in #9985
- chore(deps): bump hono from 4.11.4 to 4.11.7 in /core by @dependabot[bot] in #9959
- fix: Local setup screen input text is black on dark background by @sarthakNITT in #9967
- [Snyk] Upgrade ws from 8.18.0 to 8.19.0 by @sestinj in #9946
- [Snyk] Upgrade systeminformation from 5.27.14 to 5.30.0 by @sestinj in #9945
- fix: pass GITHUB_TOKEN to vscode e2e tests for ripgrep download by @RomneyDa in #9929
- feat: indicate excluded tools in MCP server # tools badge by @RomneyDa in #9970
- docs: remove on-prem from secrets page by @RomneyDa in #9972
- fix: use underlying provider name for stream errors by @RomneyDa in #9963
- chore: hub.continue.dev -> continue.dev by @RomneyDa in #10049
- docs: link changelog to changelog.continue.dev by @sestinj in #10021
- [Snyk] Security upgrade @aws-sdk/client-sagemaker-runtime from 3.777.0 to 3.894.0 by @sestinj in #10052
- fix: pass pre-read content to RegistryClient for WSL compatibility by @shanevcantwell in #9739
- fix: detect WSL remote for shell PATH resolution by @shanevcantwell in #9934
- fix(resource-monitoring): fix lsof file descriptor leak by @yumosx in #9568
- Add cn-check skill for AI agent code checks by @sestinj in #10111
- Register
cn checkas a CLI subcommand by @sestinj in #10112 - Fix defunct hub.continue.dev URLs by @sestinj in #10114
- Fix cn check workers failing silently by @sestinj in #10115
- Rename
cn checktocn reviewwith UX improvements by @sestinj in #10134 - [Snyk] Upgrade @openapitools/openapi-generator-cli from 2.25.1 to 2.27.0 by @sestinj in #10090
- feat: show message counter in history page by @uinstinct in #9524
- fix: OpenAI Responses API parallel tool calls losing call_ids by @houssemzaier in #9659
- feat: add tool prompt override support in .continuerc.json by @shanevcantwell in #9314
- fix: retrieve reasoning toggle from local storage by @uinstinct in #9688
- feat: Add OpenRouter Provider Support with Dynamic Model Loading by @partha-sarathyy in #8738
- Fix OpenAI timeout settings not being applied by @micalgenus in #10036
- fix(cli): add SSL verification option for client transports by @yumosx in #9551
- fix: add reasoning content field support in chat body by @uinstinct in #10027
- feat: add Nous Research Hermes models as provider by @Aboozle1 in #9989
- fix: show error for blank inputs when using hub blocks in local config by @uinstinct in #10127
- Create invokable markdown prompt instead of .prompt file by @RomneyDa in #10082
- chore(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /packages/continue-sdk by @dependabot[bot] in #10170
- [Snyk] Upgrade @electron/rebuild from 3.7.0 to 3.7.2 by @sestinj in #10034
- fix: don't crash config loading for one block failure by @RomneyDa in #10140
- [Snyk] Security upgrade @aws-sdk/credential-providers from 3.943.0 to 3.974.0 by @sestinj in #10147
- fix: better failed default config error by @RomneyDa in #10081
- Move getAdjustedTokenCountFromModel from CLI to core by @RomneyDa in #9968
- [Snyk] Security upgrade @aws-sdk/credential-providers from 3.943.0 to 3.974.0 by @sestinj in #10145
- Add demo video to docs landing page by @sestinj in #10174
- fix: improve error messages for invalid rule files by @sarthakNITT in #9716
- fix: prevent non whitespace characters from being sent from input by @uinstinct in #10149
- chore: vscode 31 jetbrains 60 by @RomneyDa in #10180
- chore(deps): bump @modelcontextprotocol/sdk from 1.25.2 to 1.26.0 in /core by @dependabot[bot] in #10201
- Update agent links and section title in docs index by @BekahHW in #10194
New Contributors
- @ThanhNguyxn made their first contribution in #9497
- @sarthakNITT made their first contribution in #9715
- @silencezhoudev made their first contribution in #9743
- @eliasto made their first contribution in #9663
- @yumosx made their first contribution in #9568
- @partha-sarathyy made their first contribution in #8738
- @micalgenus made their first contribution in #10036
- @Aboozle1 made their first contribution in #9989
Full Changelog: v1.2.14-vscode...v1.2.15-vscode