Releases: continuedev/continue
Releases · continuedev/continue
v1.1.71-vscode
What's Changed
- Modernize downloadFile function with fetch API and proxy support by @dipfocus in #6472
- fix: double slash on opening hub urls by @uinstinct in #6653
- fix: Add file tests + migrate to IntelliJ Platform Gradle Plugin v2 by @exigow in #6824
- Jacob/enhancement/nextedit perf by @jpoly1219 in #6661
- fix: test fix for fetch package and publish version with improved error logging by @sestinj in #6666
- Add Ollama OpenAI adapter support by @sestinj in #6827
- feat: Support local block loading for hub assistants by @RomneyDa in #6731
- chore: remove getWorkspaceConfigs by @RomneyDa in #6680
- fix: Onboarding / assistant switcher improvements by @sestinj in #6573
- Revert "remove accountbutton" by @sestinj in #6614
- Nate/continue-sdk-more-routes by @sestinj in #6646
- feat: System Message tools by @RomneyDa in #6723
- Nate/oneper-main by @sestinj in #6838
- chore: remove unused workflow by @Patrick-Erichsen in #6836
- System message tools by default for OpenRouter by @sestinj in #6841
- Bump version to 1.1.70 by @sestinj in #6848
- docs: fix broken link to context in chat docs by @bdougie in #6847
- add qwen-3-coder to model reccs by @TyDunn in #6837
- chore: bump to 71 by @sestinj in #6854
Full Changelog: v1.1.69-vscode...v1.1.71-vscode
v1.1.69-vscode
What's Changed
- chore: add unit tests for file click on codeblock by @uinstinct in #6710
- chore: bump version numbers by @tomasz-stefaniak in #6826
- chore: ignore
max-lines-per-function
in tests by @Patrick-Erichsen in #6825
Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/[email protected]
v1.0.33-jetbrains
What's Changed
- chore: add unit tests for file click on codeblock by @uinstinct in #6710
- chore: bump version numbers by @tomasz-stefaniak in #6826
- chore: ignore
max-lines-per-function
in tests by @Patrick-Erichsen in #6825
Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/[email protected]
@continuedev/[email protected]
@continuedev/[email protected]
@continuedev/[email protected]
@continuedev/[email protected]
1.6.0 (2025-07-28)
Bug Fixes
- Add file tests + migrate to IntelliJ Platform Gradle Plugin v2 (5f647af), closes /github.com/continuedev/continue/pull/6431#issuecomment-3031838189
- broken types (4d32134)
- don't fail if no usage (89320f8)
- double slash on opening hub urls (f2c0357)
- refactor, add comment (70bc314)
- test fix for fetch package and publish version with improved error logging (87d55c5)
Features
Performance Improvements
@continuedev/[email protected]
1.5.0 (2025-07-28)
Bug Fixes
- Add JCEF not supported warning (#6762) (621e1db), closes #5107 #4598 #649 #596
- Add logging of Continue binary IO (#6658) (5d45c46)
- Apply proxy settings on the Continue process using environment variables (solves #5242) (#6752) (e955827)
- 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 JAVA_HOME instead of macOS-specific JVM (#6778) (92f4944)
- use loading state for loading indicator, better error messages (55f5ed5)
- use reasoning budget tokens when available (75858fb)
Features
- add commit ID to main build versions (dd53be0)
- add editOutcome logging for Agent Mode (4d44234)
- add word break for long words (911cff3)
- clarify mode alert in tools section (5c46a1e)
- create
oneper
util script (#6783) (da1758e) - make the reasoning btn solid when active (#6756) (fc6ce50)
- vertex ai openai adapter (#6736) (f0d35e2)
@continuedev/[email protected]
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/[email protected]
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)