command-code 1.38.0 → 1.38.1
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 +6 -7
- package/dist/cli.mjs +2 -2
- package/package.json +5 -5
- package/vsix/commandcode-vscode.vsix +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,23 @@
|
|
|
1
1
|
# command-code
|
|
2
2
|
|
|
3
|
-
## 1.38.
|
|
3
|
+
## 1.38.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- feat:
|
|
8
|
-
- feat: add reasoning effort support for Tencent Hy4 Preview
|
|
7
|
+
- feat: improve tool efficiency for Tencent Hy4 Preview
|
|
9
8
|
|
|
10
|
-
##
|
|
9
|
+
## 1.38.0
|
|
11
10
|
|
|
12
11
|
### Patch Changes
|
|
13
12
|
|
|
14
|
-
- feat: Allow custom agents to set `reasoningEffort
|
|
13
|
+
- feat: Allow custom agents to set `reasoningEffort
|
|
14
|
+
- feat: add reasoning effort support for Tencent Hy4 Preview`
|
|
15
15
|
|
|
16
16
|
## 1.37.0
|
|
17
17
|
|
|
18
18
|
### Minor Changes
|
|
19
19
|
|
|
20
|
-
- feat: add Tencent Hy4 Preview
|
|
21
|
-
- feat: add Tencent Hy4 Preview model
|
|
20
|
+
- feat: add Tencent Hy4 Preview
|
|
22
21
|
|
|
23
22
|
## 1.36.0
|
|
24
23
|
|