File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 include :
5656 - os : ubuntu-latest
5757 name : ubuntu-latest
58- - os : windows-latest
59- name : windows-latest
58+ # - os: windows-latest
59+ # name: windows-latest
6060 steps :
6161 - name : Checkout code
6262 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22
33> For the complete history, please visit [ CHANGELOG_ARCHIVE.md] ( ./CHANGELOG_ARCHIVE.md )
44
5+ ## [ 3.0.12]
6+
7+ - Clean up branding and descriptions
8+ - Fix slash command context detection
9+ - Add ` forcePreserveReasoning ` option for preserving empty reasoning content in transform
10+ - Expand GBK command list for MSVC/.NET toolchains, strip BOM in saveDirectly
11+ - Optimize prompt
12+ - update docs
13+ - Fix known issues
14+
515## [ 3.0.11]
616
717- Enhance form state persistence by excluding React controlled elements (#1325 )
Original file line number Diff line number Diff line change @@ -254,7 +254,6 @@ export class CostrictAiHandler extends BaseProvider implements SingleCompletionH
254254 throw handleOpenAIError ( error , this . providerName )
255255 }
256256
257- // eslint-disable-next-line @typescript-eslint/no-unused-expressions
258257 this . logger . info ( `[ResponseID ${ requestOptions . model } sse render start]:` , requestId )
259258
260259 // 6. Optimize stream processing - use batch processing and buffer
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" : " 3.0.11 " ,
6+ "version" : " 3.0.12 " ,
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