Releases: continuedev/continue
Releases · continuedev/continue
v1.1.68-vscode
What's Changed
- fix: Add logging of Continue binary IO by @exigow in #6658
- fix: Apply proxy settings on the Continue process using environment variables (solves #5242) by @exigow in #6752
- feat: enhance oneper utility and refactor build system for commit SHA versioning by @Patrick-Erichsen in #6788
- test: verify chunkDocument filters out chunks exceeding maxChunkSize by @tingwai in #6751
- feat: make the reasoning btn solid when active by @Patrick-Erichsen in #6756
- feat: clarify mode alert in tools section by @Patrick-Erichsen in #6735
- chore: update bug_report.yml by @Patrick-Erichsen in #6667
- chore: bump versions for prerelease by @tomasz-stefaniak in #6808
Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/openai-adapters@1.2.0...v1.1.68-vscode
v1.0.32-jetbrains
What's Changed
- fix: Add logging of Continue binary IO by @exigow in #6658
- fix: Apply proxy settings on the Continue process using environment variables (solves #5242) by @exigow in #6752
- feat: enhance oneper utility and refactor build system for commit SHA versioning by @Patrick-Erichsen in #6788
- test: verify chunkDocument filters out chunks exceeding maxChunkSize by @tingwai in #6751
- feat: make the reasoning btn solid when active by @Patrick-Erichsen in #6756
- feat: clarify mode alert in tools section by @Patrick-Erichsen in #6735
- chore: update bug_report.yml by @Patrick-Erichsen in #6667
- chore: bump versions for prerelease by @tomasz-stefaniak in #6808
Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/openai-adapters@1.2.0...v1.0.32-jetbrains
@continuedev/openai-adapters@1.2.0
1.2.0 (2025-07-25)
Bug Fixes
- Add JCEF not supported warning (#6762) (621e1db), closes #5107 #4598 #649 #596
- assign to contextLength basellm getter (32911c0)
- fix /auth/refresh string value (#6799) (b2986e3)
- oneper script to auto detect os (ac594e4)
- set high default pruning length, let server throw error unless context length known (194b802)
- use reasoning budget tokens when available (75858fb)
Features
@continuedev/openai-adapters@1.1.0
1.1.0 (2025-07-24)
Bug Fixes
- 🎨 prettier (5fff215)
- 🎨 Prettier (7dd48d3)
- 🐛 Project structure creation with bare codeblocks is breaking markdown display and creation (00fc90b)
- 💄 Update to tailwind styles per feedback (54fde47)
- don't stringify os methods (ce26a84)
- handle args for function specific tool call divs (ae29787)
- Ignore invalid JSON messages (like NODE_ENV undefined) (#6576) (52e2f3c)
- internal permalinks with file extensions (58c721b)
- missing
alwaysApply
in local rule block (8819712) - open the proper config file (89a7d9a)
- recover non-related change in InteliJIde.kt (ebd5154)
- Remove redundant jcef.out-of-process=false from run configs (71fed98), closes #6611
- Send the process exit reason to Sentry + add OS info (d1b258f)
- Send the process exit reason to Sentry + add OS info (b72fc0e)
- throw error if tool call args are missing (6af3554)
- use JAVA_HOME instead of macOS-specific JVM (#6778) (92f4944)
- use loading state for loading indicator, better error messages (55f5ed5)
Features
- 💄 Allow the terminal to collapse/expand on large content (f1467b1)
- 💄 Further tailwind refactoring and splitting out components (28eb172)
- add
slug
to rule obj on dev data (bcc8c52) - implement runCommand() method in IntelijIde.kt, and update a interface signature for runCommand by providing TerminalOptions.class, which aligns to how VS COde Extension implemented (bb049e8)
- more thorough tool arg checking utils with tests (1ee5c54)
- optimize getTerminalContents in InteliJIde.kt, which reads content from the selected terminal panel (10e4c32)
- remove logging code to telemetry (b3e4d36)
- reuse terminal and find by terminalName before running command (76bbb67)
- support getTerminalContents in InteliJIde.kt, which could only read content from the latest terminal tab for now (1862344)
- vertex ai openai adapter (#6736) (f0d35e2)
@continuedev/config-yaml@1.4.0
1.4.0 (2025-07-24)
Bug Fixes
- 🎨 prettier (5fff215)
- 🎨 Prettier (7dd48d3)
- 🐛 Project structure creation with bare codeblocks is breaking markdown display and creation (00fc90b)
- 💄 Update to tailwind styles per feedback (54fde47)
- missing
alwaysApply
in local rule block (8819712) - Remove redundant jcef.out-of-process=false from run configs (71fed98), closes #6611
- Send the process exit reason to Sentry + add OS info (d1b258f)
- Send the process exit reason to Sentry + add OS info (b72fc0e)
Features
v1.1.67-vscode
What's Changed
- docs: update continue-mcp.mdx to mention new mcp server by @Patrick-Erichsen in #6741
- adjust best model reccs by @TyDunn in #6753
- build: Fix jetbrains-release/bump-version CI job by @exigow in #6758
- build: Remove buildPlugin from jetbrains-release/build by @exigow in #6760
- chore: upgrade by @tomasz-stefaniak in #6770
Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/config-yaml@1.3.0...v1.1.67-vscode
v1.0.31-jetbrains
What's Changed
- docs: update continue-mcp.mdx to mention new mcp server by @Patrick-Erichsen in #6741
- adjust best model reccs by @TyDunn in #6753
- build: Fix jetbrains-release/bump-version CI job by @exigow in #6758
- build: Remove buildPlugin from jetbrains-release/build by @exigow in #6760
- chore: upgrade by @tomasz-stefaniak in #6770
Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/config-yaml@1.3.0...v1.0.31-jetbrains
@continuedev/config-yaml@1.3.0
@continuedev/config-yaml@1.2.0
1.2.0 (2025-07-22)
Bug Fixes
- don't stringify os methods (ce26a84)
- internal permalinks with file extensions (58c721b)
- open the proper config file (89a7d9a)
- recover non-related change in InteliJIde.kt (ebd5154)
Features
- implement runCommand() method in IntelijIde.kt, and update a interface signature for runCommand by providing TerminalOptions.class, which aligns to how VS COde Extension implemented (bb049e8)
- optimize getTerminalContents in InteliJIde.kt, which reads content from the selected terminal panel (10e4c32)
- reuse terminal and find by terminalName before running command (76bbb67)
- support getTerminalContents in InteliJIde.kt, which could only read content from the latest terminal tab for now (1862344)
@continuedev/config-yaml@1.1.0
1.1.0 (2025-07-22)
Bug Fixes
- 🚑 shiki doesn't delete empty lines anymore (f678ee9)
- 🐛 Fix aborts (simple Option?) (52472e0)
- 🐛 Fix for the ellipsis animation part deux (e2ae734)
- 🐛 The edit rules button doesn't open the rule file (e4b08ff)
- 🐛 When a terminal command is moved to the background preserve existing output (3dc2711)
- 🔇 The safeParseToolCallArgs function is logging excessively (1a59113)
- add current file context when setting is enabled (31b8f09)
- add oai key to release flow (bfe930b)
- adjust binary/build.js. copy vscode/tree-sitter folder to binary/ and pack into binary file (3d4d777)
- allow prompts starting with
/
(#6704) (c7abc56) - always refresh with retries (ebfb192)
- An error occurred while loading view: continue.continueGUIView (812a902)
- args (1bc7b78)
- Attach environment type to reported exceptions (5d02e36)
- autocomplete dev data timestamp as iso string (330fa09)
- autocomplete: trim trailing <|file_separator|> for Gemini/Gemma models (16d3145), closes #6067
- ci: only check latest commit in commitlint action (8b8e173)
- clear globalContext.json if corrupt (#6683) (2fb04eb)
- comment with guidance (2c8fd74)
- convert maxDepth to number in site indexing configuration (16b80d9)
- corners (99bccf2)
- countTokens bug (cd30d42)
- dangling messages cleanup behavior (#6707) (d61be03)
- do not delete docs indexes on resync (0b929bf)
- Don't mark autocompletion inlay rendering as write operation (a780297)
- don't spawn infinite exponential backoff loops (73d44d7)
- don't use continue proxy openai adapter locally (f667548)
- duplicate msg content for openai msgs (d1b6e42)
- enable parsing of qwen3 agent mode chat messages (a41c1a0)
- exponential backoff refresh token fix (1732ee9)
- fix dup files (3516e07)
- Fix the issue where the chunk index might be duplicated (6d6f89f)
- Follow JetBrains IDE proxy settings (#6531) (60aa531)
- formatting (7798909)
- handle args for function specific tool call divs (ae29787)
- Ignore invalid JSON messages (like NODE_ENV undefined) (#6576) (52e2f3c)
- local storage state for free trial exit (a5a1b14)
- missing patterns (ff80ffe)
- Move CoreMessenger write calls off AWT thread to prevent UI freeze (related to #5819) (1925b2f)
- normal release (d2b3b79)
- only set inactive when conversation isn't continuing (2b845d0)
- openai toolcall streaming (4921ade)
- parameter order misplace (directory <-> artifactId) in IntelliJIde.kt (12e35a1)
- pass
env
obj to openai-adapters (91a9d04) - pasting images (7208d14)
- pathname generation (22adae6)
- pattern matching (4cf154d)
- prettier (84fccc7)
- prettier (251f4d3)
- prettier format (944f3e1)
- prevent entering edit mode without editor (f50862f)
- prevent lines removal on docstring insertion (6af61eb)
- prevent UI freeze when ⌘I pressed without active editor (ce2c3bf)
- Queue messages sent to Continue binary (672f782)
- race condition for this.lanceDbIndex being loaded and retrieveEmbeddings accessing it (0cbde36)
- Read virtual files on EDT (getOpenFiles, getCurrentFile) (bfb97a6)
- refresh codebase index on config change (deb9faa)
- reload assistant click opens login (867e392)
- remove duplicate headers (1ad85e1)
- remove reject edit diff functionality on cmd backspace (#6703) (46b6448)
- render all pending apply states (cd6ceeb)
- Replace Desktop util with built-in BrowserUtil (fixes #6020) (3831a0b)
- restart on background (06a2535)
- restore invalid config error reporting (0ccc5ba)
- restore the useLocalCrawling & maxDepth settings for indexed d...