|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [3.1.0] |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Merged changes from Cline 3.2.13 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3213)). |
| 8 | +- Introduced the experimental Ollama embedding provider. |
| 9 | +- Added functionality to start, stop, and reset indexing for a better user experience. |
| 10 | + |
| 11 | +### Fixed |
| 12 | + |
| 13 | +- Fixed multiple code indexing background tasks being triggered. |
| 14 | +- Fixed an undefined issue in custom instructions (when no workspace is present). |
| 15 | +- Fixed the faiss-node import issue. |
| 16 | + |
3 | 17 | ## [3.0.2] |
4 | 18 |
|
5 | 19 | ### Added |
6 | 20 |
|
7 | | -- Merged changes from Cline 3.2.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#320)). |
8 | | -- Added copy to clipboard for HAI tasks |
9 | | -- Added ability to add custom instruction markdown files to the workspace |
10 | | -- Added ability to dynamically choose custom instructions while conversing |
11 | | -- Added inline editing (Ability to select a piece of code and edit it with HAI) |
| 21 | +- Merged changes from Cline 3.2.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#320)). |
| 22 | +- Added copy to clipboard for HAI tasks |
| 23 | +- Added ability to add custom instruction markdown files to the workspace |
| 24 | +- Added ability to dynamically choose custom instructions while conversing |
| 25 | +- Added inline editing (Ability to select a piece of code and edit it with HAI) |
12 | 26 |
|
13 | 27 | ### Fixed |
14 | 28 |
|
15 | | -- Fixed AWS Bedrock session token preserved in the global state |
16 | | -- Fixed unnecessary LLM and embedding validation occurring on every indexing update |
17 | | -- Fixed issue causing the extension host to terminate unexpectedly |
18 | | -- Fixed LLM and embedding validation errors appearing on the welcome page post-installation |
19 | | -- Fixed embedding configuration incorrectly validating when an LLM model name is provided |
20 | | -- Fixed errors encountered during code context processing and indexing operations |
| 29 | +- Fixed AWS Bedrock session token preserved in the global state |
| 30 | +- Fixed unnecessary LLM and embedding validation occurring on every indexing update |
| 31 | +- Fixed issue causing the extension host to terminate unexpectedly |
| 32 | +- Fixed LLM and embedding validation errors appearing on the welcome page post-installation |
| 33 | +- Fixed embedding configuration incorrectly validating when an LLM model name is provided |
| 34 | +- Fixed errors encountered during code context processing and indexing operations |
21 | 35 |
|
22 | 36 | ## [3.0.1] |
23 | 37 |
|
24 | 38 | ### Added |
25 | 39 |
|
26 | | -- Merged changes from Cline 3.0.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#300)). |
27 | | -- Introduced HAI tasks, integrating Specif AI. |
28 | | -- Added code indexing and context to identify relevant files during task execution. |
29 | | -- Enabled support for various embedding model provider. |
30 | | -- Implemented OWASP scanning for code changes during task execution. |
31 | | -- Added quick actions to the welcome page. |
| 40 | +- Merged changes from Cline 3.0.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#300)). |
| 41 | +- Introduced HAI tasks, integrating Specif AI. |
| 42 | +- Added code indexing and context to identify relevant files during task execution. |
| 43 | +- Enabled support for various embedding model provider. |
| 44 | +- Implemented OWASP scanning for code changes during task execution. |
| 45 | +- Added quick actions to the welcome page. |
0 commit comments