Releases: continuedev/continue
Releases · continuedev/continue
@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...
v1.1.66-vscode
What's Changed
- fix VS Code README gifs by @TyDunn in #6672
- fix: race condition for this.lanceDbIndex being loaded and retrieveEmbeddings accessing it by @jpoly1219 in #6664
- chore: use icon for generate rule action by @Patrick-Erichsen in #6669
- Restore the useLocalCrawling & maxDepth settings for indexed documents by @vincentkelleher in #5958
- avoid garbled Chinese when call runTerminalCommandTool in windows by @xiaohuanxiong3 in #6599
- chore: add ideInfo headers to hub reqs by @Patrick-Erichsen in #6590
- fix: toggle switch marker styling by @uinstinct in #6627
- Codebase/Colocated Rules Cache by @RomneyDa in #6603
- Tomasz/fix sticky by @tomasz-stefaniak in #6684
- feat: compaction by @tomasz-stefaniak in #6662
- fix: clear globalContext.json if corrupt by @Patrick-Erichsen in #6683
- fix: use correct provider name for xAI by @Patrick-Erichsen in #6685
- openai adapters tests by @sestinj in #6686
- Nate/llm-fetch-tests by @sestinj in #6674
- chore: bump verssions by @Patrick-Erichsen in #6688
- return usage from Anthropic OpenAI adapter by @sestinj in #6238
- perf: add caching, with multiple swappable strategies, to anthropic oai-adapter by @sestinj in #6690
- fix: add oai key to release flow by @sestinj in #6691
- ci: run release on yaml change by @sestinj in #6692
- ci: pass secrets to release actions by @sestinj in #6693
- test: add voyage api key and run oai tests in pr checks by @sestinj in #6694
- ci: install semantic release deps by @sestinj in #6695
- ci: more deps for sem release by @sestinj in #6696
- Session file by @uinstinct in #6624
- fix: restore invalid config error reporting by @fbricon in #6679
- fix: allow prompts starting with
/
by @uinstinct in #6704 - fix: remove reject edit diff functionality on cmd backspace by @uinstinct in #6703
- ci: don't try to push to main by @sestinj in #6708
- fix: dangling messages cleanup behavior by @RomneyDa in #6707
- Context limit and pruning updates by @RomneyDa in #6668
- Tomasz/compaction button UI by @tomasz-stefaniak in #6709
- feat: Pause -> Stop by @Patrick-Erichsen in #6712
New Contributors
- @vincentkelleher made their first contribution in #5958
Full Changelog: v1.1.65-vscode...v1.1.66-vscode
v1.0.30-jetbrains
What's Changed
- fix VS Code README gifs by @TyDunn in #6672
- fix: race condition for this.lanceDbIndex being loaded and retrieveEmbeddings accessing it by @jpoly1219 in #6664
- chore: use icon for generate rule action by @Patrick-Erichsen in #6669
- Restore the useLocalCrawling & maxDepth settings for indexed documents by @vincentkelleher in #5958
- avoid garbled Chinese when call runTerminalCommandTool in windows by @xiaohuanxiong3 in #6599
- chore: add ideInfo headers to hub reqs by @Patrick-Erichsen in #6590
- fix: toggle switch marker styling by @uinstinct in #6627
- Codebase/Colocated Rules Cache by @RomneyDa in #6603
- Tomasz/fix sticky by @tomasz-stefaniak in #6684
- feat: compaction by @tomasz-stefaniak in #6662
- fix: clear globalContext.json if corrupt by @Patrick-Erichsen in #6683
- fix: use correct provider name for xAI by @Patrick-Erichsen in #6685
- openai adapters tests by @sestinj in #6686
- Nate/llm-fetch-tests by @sestinj in #6674
- chore: bump verssions by @Patrick-Erichsen in #6688
- return usage from Anthropic OpenAI adapter by @sestinj in #6238
- perf: add caching, with multiple swappable strategies, to anthropic oai-adapter by @sestinj in #6690
- fix: add oai key to release flow by @sestinj in #6691
- ci: run release on yaml change by @sestinj in #6692
- ci: pass secrets to release actions by @sestinj in #6693
- test: add voyage api key and run oai tests in pr checks by @sestinj in #6694
- ci: install semantic release deps by @sestinj in #6695
- ci: more deps for sem release by @sestinj in #6696
- Session file by @uinstinct in #6624
- fix: restore invalid config error reporting by @fbricon in #6679
- fix: allow prompts starting with
/
by @uinstinct in #6704 - fix: remove reject edit diff functionality on cmd backspace by @uinstinct in #6703
- ci: don't try to push to main by @sestinj in #6708
- fix: dangling messages cleanup behavior by @RomneyDa in #6707
- Context limit and pruning updates by @RomneyDa in #6668
- Tomasz/compaction button UI by @tomasz-stefaniak in #6709
- feat: Pause -> Stop by @Patrick-Erichsen in #6712
New Contributors
- @vincentkelleher made their first contribution in #5958
Full Changelog: v1.1.65-vscode...v1.0.30-jetbrains
v1.1.65-vscode
What's Changed
- update model reccs after docs restructure by @TyDunn in #6671
- [hotfix] fix: don't use continue proxy openai adapter locally by @sestinj in #6673
Full Changelog: v1.1.64-vscode...v1.1.65-vscode