Skip to content

Commit 9f94fa7

Browse files
authored
build: update version to 1.6.12 (#453)
1 parent 60828d2 commit 9f94fa7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Costrict Change Log
22

3+
## [1.6.12]
4+
5+
- Improve default values for zgsm configuration
6+
- Sync roocode
7+
- Fix known issues
8+
39
## [1.6.11]
410

511
- Adds models refresh for costrict provider

packages/types/src/providers/zgsm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const zgsmDefaultModelId = "glm45-fp8"
55
export const zgsmModels = {
66
default: {
77
maxTokens: 8192,
8-
contextWindow: 128000,
8+
contextWindow: 64000,
99
supportsImages: false,
1010
supportsComputerUse: false,
1111
supportsPromptCache: true,

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName.long%",
44
"description": "%extension.description%",
55
"publisher": "zgsm-ai",
6-
"version": "1.6.11",
6+
"version": "1.6.12",
77
"icon": "assets/images/shenma_robot_logo_big.png",
88
"galleryBanner": {
99
"color": "#617A91",
@@ -659,7 +659,7 @@
659659
"default": false,
660660
"description": "%settings.newTaskRequireTodos.description%"
661661
},
662-
"roo-cline.codeIndex.embeddingBatchSize": {
662+
"zgsm.codeIndex.embeddingBatchSize": {
663663
"type": "number",
664664
"default": 60,
665665
"minimum": 1,

0 commit comments

Comments
 (0)