Skip to content

Commit 5a5eb62

Browse files
authored
build: bump version to 2.4.1 (#1041)
1 parent ef5f634 commit 5a5eb62

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.4.1]
4+
5+
- Optimize streaming status tracking by moving state management from client to backend
6+
- Add OpenAI native provider support and comprehensive type definitions
7+
- Refactor settings UI organization (integrate Auto Cleanup into CheckpointSettings)
8+
- Sync roocode [last commit](https://github.com/RooCodeInc/Roo-Code/commit/0892455db298ef5b48e8153a8e3d11763b5b4584)
9+
- Fix known issues
10+
311
## [2.4.0]
412

513
- Add new Plan Agent integration (new agents added: quick-explore, task-check, subcoding)

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": "2.4.0",
6+
"version": "2.4.1",
77
"icon": "assets/images/shenma_robot_logo_big.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)