فهرست منبع

v3.43.1 Release Notes (#8132)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] 2 هفته پیش
والد
کامیت
5a0a25601a
4فایلهای تغییر یافته به همراه11 افزوده شده و 8 حذف شده
  1. 0 5
      .changeset/fix-proxy-standalone-check.md
  2. 8 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/fix-proxy-standalone-check.md

@@ -1,5 +0,0 @@
----
-"claude-dev": patch
----
-
-Fixed TLS/proxy issues for users behind corporate MITM inspection proxies by correcting the IS_STANDALONE environment variable check. The check now uses explicit string comparison (`=== "true"`) instead of truthy evaluation, which was incorrectly triggering standalone mode in VSCode builds because the string `"false"` is truthy in JavaScript.

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## [3.43.1]
+
+### Patch Changes
+
+- Fix GLM-4.6 Model reference id
+
 ## [3.43.0]
 
 ### Added
@@ -9,6 +15,7 @@
 - Add parsing of env variable patterns to the mcpconfig.json
 
 ### Fixed
+
 - TLS Proxy support issues for VSCode
 - Add supportsReasoning flag to OpenAI reasoning models
 - Fix thinking not available for some models in the OpenAI provider
@@ -18,6 +25,7 @@
 - Improve ModelPickerModal provider list layout
 
 ### Refactored
+
 - Migrate WhatsNewModal to new shared dialogue component
 
 ## [3.42.0]

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "claude-dev",
-	"version": "3.43.0",
+	"version": "3.43.1",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "claude-dev",
-			"version": "3.43.0",
+			"version": "3.43.1",
 			"license": "Apache-2.0",
 			"dependencies": {
 				"@anthropic-ai/sdk": "^0.37.0",

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
 	"name": "claude-dev",
 	"displayName": "Cline",
 	"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
-	"version": "3.43.0",
+	"version": "3.43.1",
 	"icon": "assets/icons/icon.png",
 	"engines": {
 		"vscode": "^1.84.0"