Skip to content

Commit 9014b7f

Browse files
docs: updated changelog for the new release v3.1.0 (#54)
1 parent d35b152 commit 9014b7f

File tree

5 files changed

+32
-33
lines changed

5 files changed

+32
-33
lines changed

.changeset/friendly-masks-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-files-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-colts-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
# Changelog
22

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+
317
## [3.0.2]
418

519
### Added
620

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)
1226

1327
### Fixed
1428

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
2135

2236
## [3.0.1]
2337

2438
### Added
2539

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "HAI Build Code Generator",
44
"description": "Human AI (HAI) VS Code extension that streamlines development workflows through AI-powered task execution, intelligent file management, and automated code generation. Built on Cline, it integrates with various LLMs to enhance productivity and code quality while simplifying complex development tasks.",
55
"clineVersion": "3.2.13",
6-
"version": "3.0.2",
6+
"version": "3.1.0",
77
"icon": "assets/icons/[email protected]",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)