Skip to content

Commit a95740a

Browse files
authored
chore: update version to 3.0.12 (#1331)
1 parent 362efcc commit a95740a

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/code-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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)

src/api/providers/costrict.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/package.json

Lines changed: 1 addition & 1 deletion
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": "3.0.11",
6+
"version": "3.0.12",
77
"icon": "assets/images/shenma_robot_logo_big.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)