Skip to main content

📝 Changelog

Below are the changelogs for the latest releases of the VSCode and IntelliJ extensions. Prior to 2024-07-02, the changelogs do not reflect all updates.


VSCode Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

0.8.40 - 2024-07-02

Added

  • Support for Gemini 1.5 Pro
  • Link to code in the sidebar when using codebase retrieval
  • Smoother onboarding experience
  • .prompt files, a way of saving and sharing slash commands
  • Support for Claude 3.5 Sonnet, Deepseek Coder v2, and other new models
  • Support for comments in config.json
  • Specify multiple autocomplete models and switch between them
  • Improved bracket matching strategy reduces noisy completions

Fixed

  • Numerous reliability upgrades to codebase indexing

0.8.24 - 2024-04-12

Added

  • Support for improved retrieval models (Voyage embeddings/reranking)
  • New @code context provider
  • Personal usage analytics

0.8.15 - 2024-03-05

Added

  • Tab-autocomplete in beta

0.8.14 - 2024-03-03

Added

  • Image support
  • Full-text search index for retrieval
  • Docs context provider
  • CodeLlama-70b support

Changed

  • config.ts only runs in NodeJS, not browser

Fixed

  • Fixed proxy setting in config.json

v0.8.2 - 2024-01-23

Added

  • Add codellama and gemini to free trial, using new server
  • Local codebase syncing and embeddings using LanceDB
  • Improved VS Code theme matching

Changed

  • Updates to packaging to download native modules for current platform (lancedb, sqlite, onnxruntime, tree-sitter wasms)
  • Context providers now run from the extension side (in Node.js instead of browser javascript)

v0.8.1 - 2024-01-08

Added

  • disableSessionTitles option in config.json

Changed

  • Use Ollama /chat endpoint instead of raw completions by default, and /show endpoint to gather model parameters like context length and stop tokens

v0.6.19 - 2024-01-05

Added

  • support for .continuerc.json in root of workspace to override config.json
  • Inline context providers
  • cmd+shift+L with new diff streaming UI for edits

Changed

  • Allow certain LLM servers to handle templating

v0.6.16 - 2023-12-25

Changed

  • Context items are now kept around as a part of past messages, instead of staying at the main input
  • No more Python server - Continue runs entirely in Typescript

v0.6.4 - 2023-11-19

Changed

  • migrated to .json config file format

v0.6.0 - 2023-11-10

Added

  • Full screen mode
  • StackOverflow slash command to augment with web search
  • VS Code context menus: right click to add code to context, debug the terminal, or share your Continue session

Fixed

  • Reliability improvements to JetBrains by bringing up-to-date with the socket.io refactor

v0.5.0 - 2023-11-09

Added

  • Codebase Retrieval: Use /codebase or cmd+enter and Continue will automatically gather the most important context

Changed

  • Switch from Websockets to Socket.io

IntelliJ Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

0.0.42 - 2024-04-12

Added

  • Inline cmd/ctrl+I in JetBrains

Fixed

  • Fixed character encoding error causing display issues
  • Fixed error causing input to constantly demand focus
  • Fixed automatic reloading of config.json

0.0.38 - 2024-03-15

Added

  • Remote config server support
  • Autocomplete support in JetBrains

0.0.34 - 2024-03-03

Added

  • diff context provider

Changed

  • Allow LLM servers to handle templating

Fixed

  • Fix a few context providers / slash commands
  • Fixed issues preventing proper extension startup

v0.0.26 - 2023-12-28

Added

  • auto-reloading of config on save

Fixed

  • Fixed /edit bug for versions without Python server

v0.0.25 - 2023-12-25

Changed

  • Intellij extension no longer relies on the Continue Python server

v0.0.21 - 2023-12-05

Added

  • updated to match latest VS Code updates

v0.0.19 - 2023-11-19

Changed

  • migrated to .json config file format

v0.0.1 - 2023-09-01

Added