Skip to content

v0.9.128-vscode

Pre-release
Pre-release
Compare
Choose a tag to compare
@sestinj sestinj released this 08 May 18:30
· 45 commits to main since this release
57ca9f1

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.

Pre-release Changes

Added

  • Support for Gemini 1.5 Pro

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