Skip to content

Commit 7618b42

Browse files
Prepare for release v3.7.2 (#193)
1 parent 98d7147 commit 7618b42

File tree

9 files changed

+19
-37
lines changed

9 files changed

+19
-37
lines changed

.changeset/fast-baboons-smell.md

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

.changeset/honest-coats-march.md

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

.changeset/light-laws-grab.md

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

.changeset/lovely-vans-sing.md

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

.changeset/real-items-occur.md

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

.changeset/serious-bobcats-wash.md

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

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
11
# Changelog
22

3+
## [3.7.2]
4+
5+
### Added
6+
7+
- Added support for the Amazon Titan Embed Text V2 model.
8+
- Made the embedding configuration optional with the new `none` attribute.
9+
- Introduced new expert integrations: AWS CDK, CloudFormation, Docker, GitHub Actions, Helm, Kubernetes, and Serverless Framework.
10+
11+
### Fixed
12+
13+
- Resolved an issue where the Specifai MCP Server was not visible in the marketplace after being uninstalled.
14+
- Fixed problems with default Langfuse tracing not functioning correctly.
15+
- Ensured proper removal of expert document links from the vector store.
16+
317
## [3.7.1]
418

519
### Fixed
620

7-
- Fixed an issue where LLM validation could become stuck in the welcome state, preventing further progress.
21+
- Fixed an issue where LLM validation could become stuck in the welcome state, preventing further progress.
822

923
## [3.7.0]
1024

@@ -15,7 +29,7 @@
1529

1630
### Fixed
1731

18-
- Fixed an issue where the `find_relevant_files` tool was not triggered even when indexing was enabled
32+
- Fixed an issue where the `find_relevant_files` tool was not triggered even when indexing was enabled
1933

2034
## [3.6.0]
2135

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 HAI, it integrates with various LLMs to enhance productivity and code quality while simplifying complex development tasks.",
55
"clineVersion": "3.17.5",
6-
"version": "3.7.1",
6+
"version": "3.7.2",
77
"icon": "assets/icons/HAI-Rounded-Dark@3x.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)