Change8

Continue autocomplete

Component

Updates related to the autocomplete component of Continue.

3 releases23 features53 bug fixesView all Continue releases

All AUTOCOMPLETE Features

All AUTOCOMPLETE Bug Fixes

  • Fixed context pollution between sessions in the CLI.(v1.2.14-vscode)
  • Fixed an issue where 'instant reject all' did not work correctly in VS Code.(v1.2.14-vscode)
  • Fixed typechecking for write file arguments.(v1.2.14-vscode)
  • Fixed the apply prompt to correctly preserve comments in code changes.(v1.2.14-vscode)
  • Fixed CLI validation for required parameters in tool calls.(v1.2.14-vscode)
  • Fixed an issue where the prepended fim_prefix tag was incorrectly used in the mercury coder.(v1.2.14-vscode)
  • Fixed a loading bug that occurred in headless mode.(v1.2.14-vscode)
  • Prevented sensitive files from being included in next edit diffs.(v1.2.14-vscode)
  • Fixed the command title from 'View History' to 'View Logs'.(v1.2.14-vscode)
  • Fixed Mission Control Processor (MCP) error output and related bugs.(v1.2.14-vscode)
  • Fixed an auto compaction loop in the CLI and ensured messages are pruned until valid.(v1.2.14-vscode)
  • Fixed the use of system prompts for default endpoint type instances in the next edit operation.(v1.2.14-vscode)
  • Fixed overzealous security regular expressions that were incorrectly flagging 'token' and 'credential' strings.(v1.3.29-vscode)
  • Fixed issue where the system would fallback to a relative path when it shouldn't have for non-markdown files.(v1.3.29-vscode)
  • Fixed crash/error handling by ensuring unhandled errors cause the process to exit with a non-zero code.(v1.3.29-vscode)
  • Fixed corruption of the npm cache within the base blueprint.(v1.3.29-vscode)
  • Fixed typo in context providers recommendation text.(v1.3.29-vscode)
  • Fixed scope switching to correctly reflect changes without requiring a reload.(v1.3.29-vscode)
  • Fixed an issue where hub errors were not being re-thrown for non-markdown hub slugs.(v1.3.29-vscode)
  • Fixed CLI behavior to restart the CLI after a manual update.(v1.3.29-vscode)
  • Fixed clarity issues related to parallel editing operations.(v1.3.29-vscode)
  • Fixed the introductory message in the UI by changing 'Agent:' to 'Config:'.(v1.3.29-vscode)
  • Fixed safe string handling in the continue-agents workflow by using environment variables.(v1.3.29-vscode)
  • Fixed safe string handling in the Write job summary step by using environment variables.(v1.3.29-vscode)
  • Fixed CLI context length handling and terminal output truncation.(v1.3.29-vscode)
  • Fixed the lsTool command from incorrectly listing the filesystem root instead of the current folder.(v1.3.29-vscode)
  • Fixed an issue where new rules were not immediately visible until a refresh.(v1.3.29-vscode)
  • Fixed an issue where block secrets were not being rendered correctly by using a proxy for unrendered injected secrets.(v1.3.29-vscode)
  • Fixed an issue where the GH_TOKEN was missing in the continue-agents workflow.(v1.3.29-vscode)
  • Fixed context length error detection logic.(v1.3.29-vscode)
  • Fixed CLI compaction when tool results were missing.(v1.3.29-vscode)
  • Fixed handling of non-file URI schemes within the runTerminalCommand function, specifically for WSL2 environments.(v1.3.29-vscode)
  • Fixed merging logic for yaml.schemas settings.(v1.3.29-vscode)
  • Filtered out .md files when loading agent configurations.(v1.3.29-vscode)
  • Fixed overzealous security regular expressions targeting 'token' and 'credential' strings.(v1.0.58-jetbrains)
  • Fixed issue where the system would fallback to a relative path when the file was not markdown.(v1.0.58-jetbrains)
  • Fixed crash/error handling by ensuring unhandled errors exit with a non-zero code.(v1.0.58-jetbrains)
  • Fixed npm cache corruption issue within the base blueprint.(v1.0.58-jetbrains)
  • Fixed typo in context providers recommendation text.(v1.0.58-jetbrains)
  • Fixed scope switching to correctly reflect changes without requiring a reload.(v1.0.58-jetbrains)
  • Fixed an issue where hub errors were not re-thrown for non-markdown hub slugs.(v1.0.58-jetbrains)
  • Fixed CLI behavior to restart the CLI after a manual update.(v1.0.58-jetbrains)
  • Fixed parallel edit clarity issues.(v1.0.58-jetbrains)
  • Fixed the introductory message in the UI to correctly display 'Config:' instead of 'Agent:'.(v1.0.58-jetbrains)
  • Fixed issues in the continue-agents workflow by using environment variables for safe string handling in job summary steps.(v1.0.58-jetbrains)
  • Fixed CLI context length issues and terminal output truncation.(v1.0.58-jetbrains)
  • Fixed the lsTool command to list the current folder contents instead of the filesystem root.(v1.0.58-jetbrains)
  • Fixed an issue where new rules were not immediately visible until a refresh.(v1.0.58-jetbrains)
  • Fixed an issue where proxying was required for unrendered injected block secrets.(v1.0.58-jetbrains)
  • Fixed context length error detection logic.(v1.0.58-jetbrains)
  • Fixed CLI compaction for missing tool results.(v1.0.58-jetbrains)
  • Fixed handling of non-file URI schemes in runTerminalCommand for WSL2 environments.(v1.0.58-jetbrains)
  • Fixed merging logic for yaml.schemas settings.(v1.0.58-jetbrains)

Releases with AUTOCOMPLETE Changes