Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

74 lines (45 loc) · 1.99 KB

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.

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)
  • Image support

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