File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
packages/types/src/providers Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const zgsmDefaultModelId = "glm45-fp8"
55export const zgsmModels = {
66 default : {
77 maxTokens : 8192 ,
8- contextWindow : 128000 ,
8+ contextWindow : 64000 ,
99 supportsImages : false ,
1010 supportsComputerUse : false ,
1111 supportsPromptCache : true ,
Original file line number Diff line number Diff line change 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" ,
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 ,
You can’t perform that action at this time.
0 commit comments