Skip to content

Releases: continuedev/continue

v1.1.71-vscode

29 Jul 07:03
f54d307
Compare
Choose a tag to compare
v1.1.71-vscode Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.69-vscode...v1.1.71-vscode

v1.1.69-vscode

28 Jul 16:04
076ff3e
Compare
Choose a tag to compare
v1.1.69-vscode Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/[email protected]

v1.0.33-jetbrains

28 Jul 16:05
076ff3e
Compare
Choose a tag to compare
v1.0.33-jetbrains Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/continuedev/continue/compare/@continuedev/[email protected]

@continuedev/[email protected]

28 Jul 20:10
bbc4133
Compare
Choose a tag to compare

1.4.1 (2025-07-28)

Bug Fixes

@continuedev/[email protected]

28 Jul 18:14
3f6eba2
Compare
Choose a tag to compare

1.4.0 (2025-07-28)

Bug Fixes

  • Add file tests + migrate to IntelliJ Platform Gradle Plugin v2 (5f647af)
  • double slash on opening hub urls (f2c0357)
  • test fix for fetch package and publish version with improved error logging (87d55c5)

Features

Performance Improvements

  • pass editableRegionEndLine (5085c2f)
  • reduce redundant calculations, make window disappear immediately (4b4afe1)

@continuedev/[email protected]

28 Jul 15:08
880786b
Compare
Choose a tag to compare

1.3.0 (2025-07-28)

Bug Fixes

  • Add logging of Continue binary IO (#6658) (5d45c46)
  • Apply proxy settings on the Continue process using environment variables (solves #5242) (#6752) (e955827)

Features

  • add commit ID to main build versions (dd53be0)
  • clarify mode alert in tools section (5c46a1e)
  • make the reasoning btn solid when active (#6756) (fc6ce50)

@continuedev/[email protected]

28 Jul 20:19
fc481a1
Compare
Choose a tag to compare

1.6.0 (2025-07-28)

Bug Fixes

Features

  • local block loading for hub assistants (05d8603)
  • remove redundant hides (4bc7f0c)

Performance Improvements

  • pass editableRegionEndLine (5085c2f)
  • reduce redundant calculations, make window disappear immediately (4b4afe1)

@continuedev/[email protected]

28 Jul 15:08
880786b
Compare
Choose a tag to compare

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]

25 Jul 20:12
e6d76db
Compare
Choose a tag to compare

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

  • add editOutcome logging for Agent Mode (4d44234)
  • add word break for long words (911cff3)
  • create oneper util script (#6783) (da1758e)

@continuedev/[email protected]

24 Jul 22:40
f0d35e2
Compare
Choose a tag to compare

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)