|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 9 | ## [3.7.3] |
4 | 10 |
|
5 | 11 | ### Added |
6 | 12 |
|
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. |
8 | 14 |
|
9 | 15 | ## [3.7.2] |
10 | 16 |
|
11 | 17 | ### Added |
12 | 18 |
|
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. |
16 | 22 |
|
17 | 23 | ### Fixed |
18 | 24 |
|
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. |
22 | 28 |
|
23 | 29 | ## [3.7.1] |
24 | 30 |
|
25 | 31 | ### Fixed |
26 | 32 |
|
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. |
28 | 34 |
|
29 | 35 | ## [3.7.0] |
30 | 36 |
|
31 | 37 | ### Added |
32 | 38 |
|
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 |
35 | 41 |
|
36 | 42 | ### Fixed |
37 | 43 |
|
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 |
39 | 45 |
|
40 | 46 | ## [3.6.0] |
41 | 47 |
|
42 | 48 | ### Added |
43 | 49 |
|
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)). |
45 | 51 |
|
46 | 52 | ## [3.5.2] |
47 | 53 |
|
48 | 54 | ### Added |
49 | 55 |
|
50 | | -- Added `.hai.config` to support external overrides for telemetry configuration |
| 56 | +- Added `.hai.config` to support external overrides for telemetry configuration |
51 | 57 |
|
52 | 58 | ## [3.5.1] |
53 | 59 |
|
54 | 60 | ### Fixed |
55 | 61 |
|
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. |
57 | 63 |
|
58 | 64 | ## [3.5.0] |
59 | 65 |
|
60 | 66 | ### Added |
61 | 67 |
|
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)). |
63 | 69 |
|
64 | 70 | ## [3.4.3] |
65 | 71 |
|
66 | 72 | ### Fixed |
67 | 73 |
|
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. |
75 | 81 |
|
76 | 82 | ## [3.4.2] |
77 | 83 |
|
78 | 84 | ### Fixed |
79 | 85 |
|
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. |
81 | 87 |
|
82 | 88 | ## [3.4.1] |
83 | 89 |
|
84 | 90 | ### Enhancements |
85 | 91 |
|
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. |
88 | 94 |
|
89 | 95 | ### Fixed |
90 | 96 |
|
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. |
94 | 100 |
|
95 | 101 | ## [3.4.0] |
96 | 102 |
|
97 | 103 | ### Added |
98 | 104 |
|
99 | | -- Ability to add reference document link for custom experts. |
| 105 | +- Ability to add reference document link for custom experts. |
100 | 106 |
|
101 | 107 | ### Fixed |
102 | 108 |
|
103 | | -- Fixed plan mode tool name issue with plan_mode_response. |
| 109 | +- Fixed plan mode tool name issue with plan_mode_response. |
104 | 110 |
|
105 | 111 | ## [3.3.2] |
106 | 112 |
|
107 | 113 | ### Enhancements |
108 | 114 |
|
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. |
112 | 118 |
|
113 | 119 | ## [3.3.1] |
114 | 120 |
|
115 | 121 | ### Enhancements |
116 | 122 |
|
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. |
123 | 129 |
|
124 | 130 | ## [3.3.0] |
125 | 131 |
|
126 | 132 | ### Added |
127 | 133 |
|
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. |
129 | 135 |
|
130 | 136 | ## [3.2.0] |
131 | 137 |
|
132 | 138 | ### Added |
133 | 139 |
|
134 | | -- Added system prompt optimization |
| 140 | +- Added system prompt optimization |
135 | 141 |
|
136 | 142 | ### Fixed |
137 | 143 |
|
138 | | -- Removed random gif in notify for dev release |
| 144 | +- Removed random gif in notify for dev release |
139 | 145 |
|
140 | 146 | ## [3.1.1] |
141 | 147 |
|
142 | 148 | ### Added |
143 | 149 |
|
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 |
148 | 154 |
|
149 | 155 | ### Enhancements |
150 | 156 |
|
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 |
153 | 159 |
|
154 | 160 | ## [3.1.0] |
155 | 161 |
|
156 | 162 | ### Added |
157 | 163 |
|
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. |
161 | 167 |
|
162 | 168 | ### Fixed |
163 | 169 |
|
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. |
167 | 173 |
|
168 | 174 | ## [3.0.2] |
169 | 175 |
|
170 | 176 | ### Added |
171 | 177 |
|
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) |
177 | 183 |
|
178 | 184 | ### Fixed |
179 | 185 |
|
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 |
186 | 192 |
|
187 | 193 | ## [3.0.1] |
188 | 194 |
|
189 | 195 | ### Added |
190 | 196 |
|
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. |
0 commit comments