Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
continue-alpine-x64-1.0.18.vsix | 2025-07-13 | 92.6 MB | |
continue-darwin-arm64-1.0.18.vsix | 2025-07-13 | 146.2 MB | |
continue-darwin-x64-1.0.18.vsix | 2025-07-13 | 92.4 MB | |
continue-linux-arm64-1.0.18.vsix | 2025-07-13 | 148.5 MB | |
continue-linux-armhf-1.0.18.vsix | 2025-07-13 | 148.5 MB | |
continue-linux-x64-1.0.18.vsix | 2025-07-13 | 92.6 MB | |
continue-win32-arm64-1.0.18.vsix | 2025-07-13 | 132.4 MB | |
continue-win32-x64-1.0.18.vsix | 2025-07-13 | 79.5 MB | |
README.md | 2025-07-13 | 12.0 kB | |
v1.0.18-vscode source code.tar.gz | 2025-07-13 | 131.6 MB | |
v1.0.18-vscode source code.zip | 2025-07-13 | 132.6 MB | |
Totals: 11 Items | 1.2 GB | 1 |
What's Changed
- fix: avoid parsing md rules as yaml by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6096
- Jetbrains v1.0.23 by @RomneyDa in https://github.com/continuedev/continue/pull/6134
- docs: mcp docs and examples by @bdougie in https://github.com/continuedev/continue/pull/6060
- feat: add support for vLLM response format in reranking logic and up… by @Iamshankhadeep in https://github.com/continuedev/continue/pull/5954
- ✨ refresh Cohere support by @maxbrunet in https://github.com/continuedev/continue/pull/6054
- Tomasz/fix auth by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/6123
- docs: update with sonnet 4 by @bdougie in https://github.com/continuedev/continue/pull/6145
- feat: improve fatal error message by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6097
- feat: move rule parsing to
config-yaml
by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6138 - Update shellPath.ts by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6157
- chore: migrate core (autocomplete) tests to vitest by @uinstinct in https://github.com/continuedev/continue/pull/6063
- Remove extraneous ebugger by @RomneyDa in https://github.com/continuedev/continue/pull/6151
- Fix bug caused by empty config.json by @sestinj in https://github.com/continuedev/continue/pull/6149
- build(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /packages/continue-sdk by @dependabot[bot] in https://github.com/continuedev/continue/pull/6103
- fix vllm import in docs by @RomneyDa in https://github.com/continuedev/continue/pull/6171
- fix: failing azure llm test by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6172
- chore: bump extension versions by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6177
- allow "unrolling" of markdown blocks by @sestinj in https://github.com/continuedev/continue/pull/6182
- feat: add proxy support for ripgrep download by @dipfocus in https://github.com/continuedev/continue/pull/6106
- fix intellij extension create file failed by @G81192 in https://github.com/continuedev/continue/pull/6000
- improve docs style guide by @TyDunn in https://github.com/continuedev/continue/pull/6153
- docs: Update anthropic promptCaching syntax by @bdougie in https://github.com/continuedev/continue/pull/6152
- adds posthog-docusaurus by @bdougie in https://github.com/continuedev/continue/pull/6189
- Fix apply cancellation and make slash commands cancelable by @RomneyDa in https://github.com/continuedev/continue/pull/5907
- Manually triggering rules on and off by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/6176
- Fix azure opena ai query params by @RomneyDa in https://github.com/continuedev/continue/pull/6227
- No Barrel Exports by @RomneyDa in https://github.com/continuedev/continue/pull/6202
- test: alwaysApply by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/6170
- change icon for grep search tool by @sestinj in https://github.com/continuedev/continue/pull/6147
- hot reloading for .continue/rules files by @sestinj in https://github.com/continuedev/continue/pull/6230
- fix: :bug: Add requestOptions to YAML config for mcp by @chezsmithy in https://github.com/continuedev/continue/pull/6109
- Add MCP provider refresh for @mention dropdown submenu items by @sestinj in https://github.com/continuedev/continue/pull/6224
- Limit and Truncate Grep Search output by @RomneyDa in https://github.com/continuedev/continue/pull/6206
- Limit glob tool output by @RomneyDa in https://github.com/continuedev/continue/pull/6208
- bump openai-adapters by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6231
- improved error logging by @sestinj in https://github.com/continuedev/continue/pull/6068
- fix: Fix the issue where the chunk index might be duplicated by @jacob-lcs in https://github.com/continuedev/continue/pull/6037
- chore: version bumps by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6235
- chore: migrate core (commands, control-plane, data, diff) tests to vitest by @uinstinct in https://github.com/continuedev/continue/pull/6091
- feat: add webview listener for index progress to load submenu items by @Iamshankhadeep in https://github.com/continuedev/continue/pull/6246
- fix: use last 2 parts of file uri for rule names by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6248
- feat: new rules for continue repo by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6250
- Some rules by @RomneyDa in https://github.com/continuedev/continue/pull/6209
- add enable reasoning button by @uinstinct in https://github.com/continuedev/continue/pull/6254
- Regex rule trigger by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/6221
- feat: create
AssistantAndOrgListbox
by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6247 - Make the new rule tool slightly more clear + aggressive by @sestinj in https://github.com/continuedev/continue/pull/6232
- Handle empty query by sending "null" instead of empty string in MCP context provider by @sestinj in https://github.com/continuedev/continue/pull/6225
- improve: increase default context length and add tests for detecting context length by @uinstinct in https://github.com/continuedev/continue/pull/6214
- fix: show assistant loading after login by @uinstinct in https://github.com/continuedev/continue/pull/6187
- fix: local storage state for free trial exit by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6269
- Removed alwaysApply from the required properties in createRuleBlock.ts by @alexmanno in https://github.com/continuedev/continue/pull/6272
- chore: build
openai-adapters
in CI by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6279 - fetch 14 for core by @RomneyDa in https://github.com/continuedev/continue/pull/6283
- Fetch 14: Read node extra ca certs, better NO_PROXY logic by @RomneyDa in https://github.com/continuedev/continue/pull/6164
- fix: pass
env
obj to openai-adapters by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6271 - log whether tool calls fail or succeed by @sestinj in https://github.com/continuedev/continue/pull/6251
- feat: support ollama streaming for tool calls by @uinstinct in https://github.com/continuedev/continue/pull/6211
- feat: add llms.txt generation for docs by @bdougie in https://github.com/continuedev/continue/pull/6266
- fix: maxEmbeddingBatchSize not being respected by @RomneyDa in https://github.com/continuedev/continue/pull/6175
- chore: prerelease by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/6286
- Jacob/feature/next edit mvp by @jpoly1219 in https://github.com/continuedev/continue/pull/6287
- fix: Replace Desktop util with built-in BrowserUtil (fixes [#6020]) by @exigow in https://github.com/continuedev/continue/pull/6289
- fix: skip ripgrep if workspace is remote by @uinstinct in https://github.com/continuedev/continue/pull/6276
- Nate/semantic release by @sestinj in https://github.com/continuedev/continue/pull/6240
- Update rules docs by @sestinj in https://github.com/continuedev/continue/pull/6229
- fix: azure adapter by @tomasz-stefaniak in https://github.com/continuedev/continue/pull/6296
- chore: bump package-lock.json files by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6298
- build.sh and build.ps1 to build packages in CI by @sestinj in https://github.com/continuedev/continue/pull/6300
- chore: update preview.yaml with package build logic by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6301
- chore: execute permission on build scripts by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6302
- New .continue/rules by @sestinj in https://github.com/continuedev/continue/pull/6228
- Dev data: added tool usage event by @adarshramiyer in https://github.com/continuedev/continue/pull/6299
- Revert "Dev data: added tool usage event" by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6314
- Expand Edit Tool tests, fix auto-apply duplicate responses by @RomneyDa in https://github.com/continuedev/continue/pull/5866
- fix: prevent focus out on mod backspace in chat area by @uinstinct in https://github.com/continuedev/continue/pull/6310
- chore: speedup builds for binary and prepackage by @uinstinct in https://github.com/continuedev/continue/pull/6022
- Handle empty string json args by @RomneyDa in https://github.com/continuedev/continue/pull/6312
- Support tools for prompts by @RomneyDa in https://github.com/continuedev/continue/pull/6264
- Remove unused mocha test runner by @RomneyDa in https://github.com/continuedev/continue/pull/6174
- Update CONTRIBUTING.md by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6343
- Custom Fetch Env Flag by @RomneyDa in https://github.com/continuedev/continue/pull/6295
- regex rule that forbids useEffect by @sestinj in https://github.com/continuedev/continue/pull/6293
- Dev data: added tool calls to logged completions by @adarshramiyer in https://github.com/continuedev/continue/pull/6297
- fun continue pun rule by @TyDunn in https://github.com/continuedev/continue/pull/6328
- New rule to enfore that EditAggregator is a singleton by @adarshramiyer in https://github.com/continuedev/continue/pull/6330
- fix: :bug: Fix for the ellipsis animation part deux by @chezsmithy in https://github.com/continuedev/continue/pull/6332
- build: Remove libs.version.toml by @exigow in https://github.com/continuedev/continue/pull/6352
- Update bedrock.mdx by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6313
- feat: search & replace tool experiment by @Patrick-Erichsen in https://github.com/continuedev/continue/pull/6316
- feat: Report issues to Sentry by @exigow in https://github.com/continuedev/continue/pull/6353
- Improve UI for tool calls that only have one context item by @sestinj in https://github.com/continuedev/continue/pull/6319
- Updates on Next Edit PR by @jpoly1219 in https://github.com/continuedev/continue/pull/6349
- YAML config load minP, frequencyPenalty and presencePenalty by @mq200 in https://github.com/continuedev/continue/pull/6357
- Edit Logging Functionality + Utilities for Next Edit by @adarshramiyer in https://github.com/continuedev/continue/pull/6268
- Remove @codebase from default context providers by @tingwai in https://github.com/continuedev/continue/pull/6354
- Add edit outcome tracking to record accept/reject by @sestinj in https://github.com/continuedev/continue/pull/6358
- chore: migrate core (config, context) tests to vitest by @uinstinct in https://github.com/continuedev/continue/pull/6092
- fix: Fix retrieval reranker sorting issue by @jacob-lcs in https://github.com/continuedev/continue/pull/6336
- perf: Avoid storing services as a field in long-lived components by @exigow in https://github.com/continuedev/continue/pull/6308
- feat: Attach thread dumps to Sentry events + report caught exceptions by @exigow in https://github.com/continuedev/continue/pull/6372
- Add @codebase as experimental tool for agent mode by @tingwai in https://github.com/continuedev/continue/pull/6360
- toolUsage devdata events by @adarshramiyer in https://github.com/continuedev/continue/pull/6315
- hotfix to add query by @sestinj in https://github.com/continuedev/continue/pull/6386
New Contributors
- @dipfocus made their first contribution in https://github.com/continuedev/continue/pull/6106
- @G81192 made their first contribution in https://github.com/continuedev/continue/pull/6000
- @jacob-lcs made their first contribution in https://github.com/continuedev/continue/pull/6037
- @alexmanno made their first contribution in https://github.com/continuedev/continue/pull/6272
Full Changelog: https://github.com/continuedev/continue/compare/v1.0.17-vscode...v1.0.18-vscode