command-code 1.33.1 → 1.34.0
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 +7 -6
- package/dist/cli.mjs +1 -1
- package/package.json +3 -3
- package/vsix/commandcode-vscode.vsix +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.34.0
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- feat: m3 tool calling improvements
|
|
7
|
+
- feat: add GLM-5.3 Flash aka Ox Alpha
|
|
9
8
|
|
|
10
|
-
##
|
|
9
|
+
## 1.33.1
|
|
11
10
|
|
|
12
11
|
### Patch Changes
|
|
13
12
|
|
|
14
|
-
-
|
|
13
|
+
- feat: sunset Ox Alpha
|
|
14
|
+
- fix: a providers.json provider named after a catalog vendor no longer hijacks that vendor's models
|
|
15
|
+
- fix: m3 tool calling improvements
|
|
15
16
|
- fix: /reload no longer stacks the welcome banner on each reload
|
|
16
17
|
|
|
17
18
|
## 1.33.0
|