You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,32 @@
7
7
- Add LiteLLM provider support - adapted from Cline's implementation (PR #1618) - allowing connection to any LLM via a LiteLLM proxy server. Includes configuration for API URL, API Key, and Model ID, plus cost calculation support via the `/spend/calculate` endpoint.
8
8
9
9
=======
10
+
## [3.11.15] - 2025-04-13
11
+
12
+
- Add ability to filter task history by workspace (thanks @samhvw8!)
13
+
- Fix Node.js version in the .tool-versions file (thanks @bogdan0083!)
14
+
- Fix duplicate suggested mentions for open tabs (thanks @samhvw8!)
15
+
- Fix Bedrock ARN validation and token expiry issue when using profiles (thanks @vagadiya!)
16
+
- Add Anthropic option to pass API token as Authorization header instead of X-Api-Key (thanks @mecab!)
17
+
- Better documentation for adding new settings (thanks @KJ7LNW!)
18
+
- Localize package.json (thanks @samhvw8!)
19
+
- Add option to hide the welcome message and fix the background color for the new profile dialog (thanks @zhangtony239!)
20
+
- Restore the focus ring for the VSCodeButton component (thanks @pokutuna!)
21
+
22
+
## [3.11.14] - 2025-04-11
23
+
24
+
- Support symbolic links in rules folders to directories and other symbolic links (thanks @taisukeoe!)
25
+
- Stronger enforcement of the setting to always read full files instead of doing partial reads
26
+
27
+
## [3.11.13] - 2025-04-11
28
+
29
+
- Loads of terminal improvements: command delay, PowerShell counter, and ZSH EOL mark (thanks @KJ7LNW!)
30
+
- Add file context tracking system (thanks @samhvw8 and @canvrno!)
31
+
- Improved display of diff errors + easy copying for investigation
32
+
- Fixes to .vscodeignore (thanks @franekp!)
33
+
- Fix a zh-CN translation for model capabilities (thanks @zhangtony239!)
34
+
- Rename AWS Bedrock to Amazon Bedrock (thanks @ronyblum!)
35
+
- Update extension title and description (thanks @StevenTCramer!)
- **Chain Breaks**: Missing the setting in return objects
439
+
- **UI Inconsistency**: Using different component patterns
440
+
- **DefaultValue Issues**: Inconsistent default values across components
441
+
- **Missing Schema**: Not adding to schema or record definitions
442
+
443
+
Remember: A break at ANY point in this chain can cause persistence failures. When troubleshooting, systematically check each link in the chain to identify where the issue occurs.
0 commit comments