Skip to content

Commit dd16e7d

Browse files
release: v3.8.0 (#204)
Co-authored-by: Magesh <mageshmscss@gmail.com>
1 parent 73c7144 commit dd16e7d

File tree

4 files changed

+80
-79
lines changed

4 files changed

+80
-79
lines changed

.changeset/serious-turtles-live.md

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

CHANGELOG.md

Lines changed: 77 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,196 +1,202 @@
11
# Changelog
22

3+
## [3.8.0]
4+
5+
### Added
6+
7+
- Merged changes from Cline 3.20.3 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3203)).
8+
39
## [3.7.3]
410

511
### Added
612

7-
- Added support for Claude Sonnet 4 with a 1 million token context window and tiered pricing.
13+
- Added support for Claude Sonnet 4 with a 1 million token context window and tiered pricing.
814

915
## [3.7.2]
1016

1117
### Added
1218

13-
- Added support for the Amazon Titan Embed Text V2 model.
14-
- Made the embedding configuration optional with the new `none` attribute.
15-
- Introduced new expert integrations: AWS CDK, CloudFormation, Docker, GitHub Actions, Helm, Kubernetes, and Serverless Framework.
19+
- Added support for the Amazon Titan Embed Text V2 model.
20+
- Made the embedding configuration optional with the new `none` attribute.
21+
- Introduced new expert integrations: AWS CDK, CloudFormation, Docker, GitHub Actions, Helm, Kubernetes, and Serverless Framework.
1622

1723
### Fixed
1824

19-
- Resolved an issue where the Specifai MCP Server was not visible in the marketplace after being uninstalled.
20-
- Fixed problems with default Langfuse tracing not functioning correctly.
21-
- Ensured proper removal of expert document links from the vector store.
25+
- Resolved an issue where the Specifai MCP Server was not visible in the marketplace after being uninstalled.
26+
- Fixed problems with default Langfuse tracing not functioning correctly.
27+
- Ensured proper removal of expert document links from the vector store.
2228

2329
## [3.7.1]
2430

2531
### Fixed
2632

27-
- Fixed an issue where LLM validation could become stuck in the welcome state, preventing further progress.
33+
- Fixed an issue where LLM validation could become stuck in the welcome state, preventing further progress.
2834

2935
## [3.7.0]
3036

3137
### Added
3238

33-
- Add optional CorMatrix integration for AI code origin tracking
34-
- Added DeepCrawl and `custom_expert_context` tool for expert-specific RAG by recursively retrieving and storing sublinks in the vector DB
39+
- Add optional CorMatrix integration for AI code origin tracking
40+
- Added DeepCrawl and `custom_expert_context` tool for expert-specific RAG by recursively retrieving and storing sublinks in the vector DB
3541

3642
### Fixed
3743

38-
- Fixed an issue where the `find_relevant_files` tool was not triggered even when indexing was enabled
44+
- Fixed an issue where the `find_relevant_files` tool was not triggered even when indexing was enabled
3945

4046
## [3.6.0]
4147

4248
### Added
4349

44-
- Merged changes from Cline 3.17.5 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3175)).
50+
- Merged changes from Cline 3.17.5 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3175)).
4551

4652
## [3.5.2]
4753

4854
### Added
4955

50-
- Added `.hai.config` to support external overrides for telemetry configuration
56+
- Added `.hai.config` to support external overrides for telemetry configuration
5157

5258
## [3.5.1]
5359

5460
### Fixed
5561

56-
- Replaced `baseUrl` with `endpoint` for AzureOpenAI to eliminate the need to manually append `/openai` to the URL.
62+
- Replaced `baseUrl` with `endpoint` for AzureOpenAI to eliminate the need to manually append `/openai` to the URL.
5763

5864
## [3.5.0]
5965

6066
### Added
6167

62-
- Merged changes from Cline 3.15.1 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3151)).
68+
- Merged changes from Cline 3.15.1 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3151)).
6369

6470
## [3.4.3]
6571

6672
### Fixed
6773

68-
- Updated AzureOpenAI (OpenAI-Compatible) to support URLs with domains other than .com.
69-
- Resolved an issue where chat-related quick action tiles failed to populate the message input with the intended task. The input field now accurately reflects the selected chat action.
70-
- Refined the usage behavior of the find_relevant_files tool to avoid triggering on general queries.
71-
- Replaced the AutoSave feature in settings with a clear 'Done' button to explicitly save configuration changes, providing better user clarity and control.
72-
- Fixed an issue where the welcome view was not displayed when resetting the application state.
73-
- Disabled the prompt cache by default.
74-
- Changed anonymous usage report permission to be set globally instead of at the workspace level.
74+
- Updated AzureOpenAI (OpenAI-Compatible) to support URLs with domains other than .com.
75+
- Resolved an issue where chat-related quick action tiles failed to populate the message input with the intended task. The input field now accurately reflects the selected chat action.
76+
- Refined the usage behavior of the find_relevant_files tool to avoid triggering on general queries.
77+
- Replaced the AutoSave feature in settings with a clear 'Done' button to explicitly save configuration changes, providing better user clarity and control.
78+
- Fixed an issue where the welcome view was not displayed when resetting the application state.
79+
- Disabled the prompt cache by default.
80+
- Changed anonymous usage report permission to be set globally instead of at the workspace level.
7581

7682
## [3.4.2]
7783

7884
### Fixed
7985

80-
- Fix the expert icon rendering to correctly display the provided image, or fallback to a default icon if the image is unavailable.
86+
- Fix the expert icon rendering to correctly display the provided image, or fallback to a default icon if the image is unavailable.
8187

8288
## [3.4.1]
8389

8490
### Enhancements
8591

86-
- Marking the HAI tasks as 'Completed' upon successful execution.
87-
- Modified default experts folder structure for easier contribution.
92+
- Marking the HAI tasks as 'Completed' upon successful execution.
93+
- Modified default experts folder structure for easier contribution.
8894

8995
### Fixed
9096

91-
- Fixed issue with HTML rendering during fuzzy search.
92-
- Fixed Inline edit not working.
93-
- Typo fix in system prompt.
97+
- Fixed issue with HTML rendering during fuzzy search.
98+
- Fixed Inline edit not working.
99+
- Typo fix in system prompt.
94100

95101
## [3.4.0]
96102

97103
### Added
98104

99-
- Ability to add reference document link for custom experts.
105+
- Ability to add reference document link for custom experts.
100106

101107
### Fixed
102108

103-
- Fixed plan mode tool name issue with plan_mode_response.
109+
- Fixed plan mode tool name issue with plan_mode_response.
104110

105111
## [3.3.2]
106112

107113
### Enhancements
108114

109-
- Fixed an issue where the find-files-agent returned empty files even after indexing.
110-
- Enabled prompt caching by default for Bedrock.
111-
- Set the V3 prompt as the default in settings.
115+
- Fixed an issue where the find-files-agent returned empty files even after indexing.
116+
- Enabled prompt caching by default for Bedrock.
117+
- Set the V3 prompt as the default in settings.
112118

113119
## [3.3.1]
114120

115121
### Enhancements
116122

117-
- Implemented token tracking usage through telemetry
118-
- Integrated Specifai MCP server.
119-
- Automatically sync custom experts when users manually update or delete experts.
120-
- Added validation to ensure the file exists before deleting it from the context directory.
121-
- Added schema validation for expert data.
122-
- Refactored the code to support installation and integration with any custom MCP server.
123+
- Implemented token tracking usage through telemetry
124+
- Integrated Specifai MCP server.
125+
- Automatically sync custom experts when users manually update or delete experts.
126+
- Added validation to ensure the file exists before deleting it from the context directory.
127+
- Added schema validation for expert data.
128+
- Refactored the code to support installation and integration with any custom MCP server.
123129

124130
## [3.3.0]
125131

126132
### Added
127133

128-
- Implemented the Experts feature, allowing users to create their own expert or utilize an existing one.
134+
- Implemented the Experts feature, allowing users to create their own expert or utilize an existing one.
129135

130136
## [3.2.0]
131137

132138
### Added
133139

134-
- Added system prompt optimization
140+
- Added system prompt optimization
135141

136142
### Fixed
137143

138-
- Removed random gif in notify for dev release
144+
- Removed random gif in notify for dev release
139145

140146
## [3.1.1]
141147

142148
### Added
143149

144-
- Merged changes from Cline 3.4.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#340)).
145-
- Added feature to prevent reading sensitive files
146-
- Added autosave settings
147-
- Added an option to enable or disable the inline editing feature from settings
150+
- Merged changes from Cline 3.4.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#340)).
151+
- Added feature to prevent reading sensitive files
152+
- Added autosave settings
153+
- Added an option to enable or disable the inline editing feature from settings
148154

149155
### Enhancements
150156

151-
- Updated code indexing notification with user controls and a privacy warning
152-
- Removed custom instructions upload and added quick start for .hairules
157+
- Updated code indexing notification with user controls and a privacy warning
158+
- Removed custom instructions upload and added quick start for .hairules
153159

154160
## [3.1.0]
155161

156162
### Added
157163

158-
- Merged changes from Cline 3.2.13 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3213)).
159-
- Introduced the experimental Ollama embedding provider.
160-
- Added functionality to start, stop, and reset indexing for a better user experience.
164+
- Merged changes from Cline 3.2.13 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#3213)).
165+
- Introduced the experimental Ollama embedding provider.
166+
- Added functionality to start, stop, and reset indexing for a better user experience.
161167

162168
### Fixed
163169

164-
- Fixed multiple code indexing background tasks being triggered.
165-
- Fixed an undefined issue in custom instructions (when no workspace is present).
166-
- Fixed the faiss-node import issue.
170+
- Fixed multiple code indexing background tasks being triggered.
171+
- Fixed an undefined issue in custom instructions (when no workspace is present).
172+
- Fixed the faiss-node import issue.
167173

168174
## [3.0.2]
169175

170176
### Added
171177

172-
- Merged changes from Cline 3.2.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#320)).
173-
- Added copy to clipboard for HAI tasks
174-
- Added ability to add custom instruction markdown files to the workspace
175-
- Added ability to dynamically choose custom instructions while conversing
176-
- Added inline editing (Ability to select a piece of code and edit it with HAI)
178+
- Merged changes from Cline 3.2.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#320)).
179+
- Added copy to clipboard for HAI tasks
180+
- Added ability to add custom instruction markdown files to the workspace
181+
- Added ability to dynamically choose custom instructions while conversing
182+
- Added inline editing (Ability to select a piece of code and edit it with HAI)
177183

178184
### Fixed
179185

180-
- Fixed AWS Bedrock session token preserved in the global state
181-
- Fixed unnecessary LLM and embedding validation occurring on every indexing update
182-
- Fixed issue causing the extension host to terminate unexpectedly
183-
- Fixed LLM and embedding validation errors appearing on the welcome page post-installation
184-
- Fixed embedding configuration incorrectly validating when an LLM model name is provided
185-
- Fixed errors encountered during code context processing and indexing operations
186+
- Fixed AWS Bedrock session token preserved in the global state
187+
- Fixed unnecessary LLM and embedding validation occurring on every indexing update
188+
- Fixed issue causing the extension host to terminate unexpectedly
189+
- Fixed LLM and embedding validation errors appearing on the welcome page post-installation
190+
- Fixed embedding configuration incorrectly validating when an LLM model name is provided
191+
- Fixed errors encountered during code context processing and indexing operations
186192

187193
## [3.0.1]
188194

189195
### Added
190196

191-
- Merged changes from Cline 3.0.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#300)).
192-
- Introduced HAI tasks, integrating Specif AI.
193-
- Added code indexing and context to identify relevant files during task execution.
194-
- Enabled support for various embedding model provider.
195-
- Implemented OWASP scanning for code changes during task execution.
196-
- Added quick actions to the welcome page.
197+
- Merged changes from Cline 3.0.0 (see [changelog](https://github.com/cline/cline/blob/main/CHANGELOG.md#300)).
198+
- Introduced HAI tasks, integrating Specif AI.
199+
- Added code indexing and context to identify relevant files during task execution.
200+
- Enabled support for various embedding model provider.
201+
- Implemented OWASP scanning for code changes during task execution.
202+
- Added quick actions to the welcome page.

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.20.3",
6-
"version": "3.7.3",
6+
"version": "3.8.0",
77
"icon": "assets/icons/HAI-Rounded-Dark@3x.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)