Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.82 KB

File metadata and controls

45 lines (32 loc) · 1.82 KB

Changelog

[3.1.0]

Added

  • Merged changes from Cline 3.2.13 (see changelog).
  • Introduced the experimental Ollama embedding provider.
  • Added functionality to start, stop, and reset indexing for a better user experience.

Fixed

  • Fixed multiple code indexing background tasks being triggered.
  • Fixed an undefined issue in custom instructions (when no workspace is present).
  • Fixed the faiss-node import issue.

[3.0.2]

Added

  • Merged changes from Cline 3.2.0 (see changelog).
  • Added copy to clipboard for HAI tasks
  • Added ability to add custom instruction markdown files to the workspace
  • Added ability to dynamically choose custom instructions while conversing
  • Added inline editing (Ability to select a piece of code and edit it with HAI)

Fixed

  • Fixed AWS Bedrock session token preserved in the global state
  • Fixed unnecessary LLM and embedding validation occurring on every indexing update
  • Fixed issue causing the extension host to terminate unexpectedly
  • Fixed LLM and embedding validation errors appearing on the welcome page post-installation
  • Fixed embedding configuration incorrectly validating when an LLM model name is provided
  • Fixed errors encountered during code context processing and indexing operations

[3.0.1]

Added

  • Merged changes from Cline 3.0.0 (see changelog).
  • Introduced HAI tasks, integrating Specif AI.
  • Added code indexing and context to identify relevant files during task execution.
  • Enabled support for various embedding model provider.
  • Implemented OWASP scanning for code changes during task execution.
  • Added quick actions to the welcome page.