command-code 1.28.1 → 1.28.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -1
- package/dist/cli.mjs +3 -3
- package/package.json +2 -2
- package/vsix/commandcode-vscode.vsix +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
+
## 1.28.3
|
|
4
|
+
|
|
5
|
+
- fix: UI overlay issue
|
|
6
|
+
|
|
7
|
+
## 1.28.2
|
|
8
|
+
|
|
9
|
+
- chore: improve usage limits
|
|
10
|
+
|
|
3
11
|
## 1.28.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
6
14
|
|
|
7
15
|
- fix: support reasoning effort (low/medium/xhigh) on Qwen 3.8 27B
|
|
16
|
+
- fix: make `/status` report the live session model and reasoning effort
|
|
17
|
+
- fix: refresh the version banner after `/reload`
|
|
8
18
|
|
|
9
19
|
## 1.28.0
|
|
10
20
|
|
|
@@ -29,7 +39,6 @@
|
|
|
29
39
|
### Minor Changes
|
|
30
40
|
|
|
31
41
|
- feat: add GPT-5.6 Sol at 50% off in GOAT and above
|
|
32
|
-
- fix: refresh the version banner after `/reload`
|
|
33
42
|
|
|
34
43
|
## 1.26.0
|
|
35
44
|
|