File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
i18n/costrict-i18n/locales/en Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# CoStrict Change Log
22
3+ ## [ 2.0.9]
4+
5+ - Update userinfo
6+ - Optimize tools prompts
7+ - Add 413 error handle
8+ - Update mcp handle
9+ - Optimize auto completion
10+ - Optimize log output
11+ - Sync roocode [ last commit] ( https://github.com/zgsm-ai/costrict/commit/63b4a785c1f31a4fc1c05968ae58d9dc02453e24 )
12+ - Fix known issues
13+
314## [ 2.0.8]
415
516- Add mode parameter to ZgsmAiHandler
Original file line number Diff line number Diff line change 1919 "400" : " 1. End the current task and start a new one\n 2. Try a different model\n 3. Contact the administrator" ,
2020 "403" : " 1. Check permission settings\n 2. Try a different model\n 3. Contact the administrator" ,
2121 "404" : " 1. Check if the request path or resource exists\n 2. Contact the administrator" ,
22- "413" : " 1. Break down long contexts into smaller tasks for processing\n 2. Try a different model\n 3. Contact the administrator" ,
22+ "413" : " 1. Split tasks into smaller for processing\n 2. Try a different model\n 3. Contact the administrator" ,
2323 "429" : " 1. Please try again later\n 2. End the current task and start a new one\n 3. Contact the administrator" ,
2424 "500" : " 1. Please try again later\n 2. Try switching models\n 3. Contact the administrator" ,
2525 "502" : " 1. Please try again later\n 2. Try switching models\n 3. Contact the administrator" ,
Original file line number Diff line number Diff line change 139139 "400" : " Request parameter error" ,
140140 "403" : " Forbidden access" ,
141141 "404" : " Resource not found" ,
142- "413" : " Context Too Large" ,
142+ "413" : " Payload Too Large" ,
143143 "429" : " API rate limit exceeded" ,
144144 "500" : " Service error" ,
145145 "502" : " Gateway error" ,
153153 "400" : " Please check request parameters" ,
154154 "403" : " Please check permissions" ,
155155 "404" : " Please check request path and resource existence" ,
156- "413" : " Break down long contexts into smaller tasks for processing" ,
156+ "413" : " Split tasks into smaller for processing" ,
157157 "429" : " Please try again later/contact administrator" ,
158158 "500" : " Please try again later/contact administrator" ,
159159 "502" : " Please try again later/contact administrator" ,
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" : " 2.0.8 " ,
6+ "version" : " 2.0.9 " ,
77 "icon" : " assets/images/shenma_robot_logo_big.png" ,
88 "galleryBanner" : {
99 "color" : " #617A91" ,
You can’t perform that action at this time.
0 commit comments