@aigne/cli 1.14.0 → 1.14.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 +24 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.14.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.14.0...cli-v1.14.1) (2025-06-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* agine cli not found package ([#185](https://github.com/AIGNE-io/aigne-framework/issues/185)) ([5d98b61](https://github.com/AIGNE-io/aigne-framework/commit/5d98b6158f1e43e049a3a51a69bab88092bf1c92))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @aigne/agent-library bumped to 1.17.1
|
|
16
|
+
* @aigne/anthropic bumped to 0.3.8
|
|
17
|
+
* @aigne/bedrock bumped to 0.3.8
|
|
18
|
+
* @aigne/core bumped to 1.24.1
|
|
19
|
+
* @aigne/deepseek bumped to 0.3.8
|
|
20
|
+
* @aigne/gemini bumped to 0.3.8
|
|
21
|
+
* @aigne/observability bumped to 0.1.3
|
|
22
|
+
* @aigne/ollama bumped to 0.3.8
|
|
23
|
+
* @aigne/open-router bumped to 0.3.8
|
|
24
|
+
* @aigne/openai bumped to 0.4.1
|
|
25
|
+
* @aigne/xai bumped to 0.3.8
|
|
26
|
+
|
|
3
27
|
## [1.14.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.13.2...cli-v1.14.0) (2025-06-26)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/cli",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"description": "cli for AIGNE framework",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -51,17 +51,18 @@
|
|
|
51
51
|
"wrap-ansi": "^9.0.0",
|
|
52
52
|
"yaml": "^2.7.1",
|
|
53
53
|
"zod": "^3.24.4",
|
|
54
|
-
"
|
|
55
|
-
"@aigne/
|
|
56
|
-
"@aigne/anthropic": "^0.3.
|
|
57
|
-
"@aigne/
|
|
58
|
-
"@aigne/gemini": "^0.3.
|
|
59
|
-
"@aigne/
|
|
60
|
-
"@aigne/
|
|
61
|
-
"@aigne/ollama": "^0.3.
|
|
62
|
-
"@aigne/
|
|
63
|
-
"@aigne/
|
|
64
|
-
"@aigne/
|
|
54
|
+
"detect-port": "^2.1.0",
|
|
55
|
+
"@aigne/agent-library": "^1.17.1",
|
|
56
|
+
"@aigne/anthropic": "^0.3.8",
|
|
57
|
+
"@aigne/bedrock": "^0.3.8",
|
|
58
|
+
"@aigne/gemini": "^0.3.8",
|
|
59
|
+
"@aigne/core": "^1.24.1",
|
|
60
|
+
"@aigne/observability": "^0.1.3",
|
|
61
|
+
"@aigne/ollama": "^0.3.8",
|
|
62
|
+
"@aigne/open-router": "^0.3.8",
|
|
63
|
+
"@aigne/openai": "^0.4.1",
|
|
64
|
+
"@aigne/deepseek": "^0.3.8",
|
|
65
|
+
"@aigne/xai": "^0.3.8"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@types/archiver": "^6.0.3",
|
|
@@ -71,7 +72,6 @@
|
|
|
71
72
|
"@types/gradient-string": "^1.1.6",
|
|
72
73
|
"@types/node": "^22.15.15",
|
|
73
74
|
"archiver": "^7.0.1",
|
|
74
|
-
"detect-port": "^2.1.0",
|
|
75
75
|
"npm-run-all": "^4.1.5",
|
|
76
76
|
"rimraf": "^6.0.1",
|
|
77
77
|
"typescript": "^5.8.3",
|