Skip to main content

Changelog

Below are the changelogs for the latest releases of the VSCode and JetBrains 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.52 - 2024-09-16

Changed

  • Use Chromium only as a fallback after asking user
  • Redesigned onboarding flow

0.8.51 - 2024-09-05

Fixed

  • Fixed CRLF bug causing diff streams to treat every line as changed on Windows

0.8.50 - 2024-09-02

Fixed

  • Hotfix for ability to use more than one inline context provider

0.8.49 - 2024-09-01

Fixed

  • Hotfix: submenu context providers

0.8.48 - 2024-09-01

Added

  • Improved indexing progress UI
  • Improved @codebase using repomap
  • Repo map context provider

Fixed

  • Many small UI improvements
  • Fixes db.search not a function

0.8.47 - 2024-08-27

Added

  • Use headless browser for crawling to get better results
  • TTS support in the chat window

Changed

  • Improved support for WatsonX models

Fixed

  • Fixed several small indexing bugs

0.8.46 - 2024-08-11

Added

  • new /onboard slash command

Fixed

  • Fixed problem loading config.ts
  • Fixed bug causing duplicate indexing work

0.8.45 - 2024-08-05

Added

  • Support for Llama 3.1 and gpt-4o-mini
  • Support for WatsonX+Granite models

Changed

  • Significant improvements to indexing performance
  • Improved @codebase quality by more accurately searching over file names and paths
  • Improved @codebase accuracy
  • Further improvements to indexing performance

Fixed

  • Improved docs indexing and management
  • Fixed Gemini embeddings provider

0.8.43 - 2024-07-08

Added

  • Improved indexing reliability and testing
  • Quick Actions: use CodeLens to quickly take common actions like adding docstrings

0.8.42 - 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

JetBrains 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.54 - 2024-07-13

Added

  • Partial autocomplete acceptance
  • Autocomplete status bar spinner

Fixed

  • Fixed duplicate completion bug and others

0.0.53 - 2024-07-10

Added

  • Support for .prompt files
  • New onboarding experience

Fixed

  • Indexing fixes from VS Code versions merged into IntelliJ
  • Improved codebase indexing reliability and testing
  • Fixes for autocomplete text positioning and timing

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