@aigne/cli 1.56.0-beta.3 → 1.56.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 +28 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.56.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.56.0-beta.4...cli-v1.56.0) (2025-11-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/afs-history bumped to 1.1.0
|
|
11
|
+
* @aigne/afs-local-fs bumped to 1.2.0
|
|
12
|
+
* @aigne/agent-library bumped to 1.22.0
|
|
13
|
+
* @aigne/agentic-memory bumped to 1.1.0
|
|
14
|
+
* @aigne/aigne-hub bumped to 0.10.10
|
|
15
|
+
* @aigne/core bumped to 1.69.0
|
|
16
|
+
* @aigne/default-memory bumped to 1.3.0
|
|
17
|
+
* @aigne/observability-api bumped to 0.11.9
|
|
18
|
+
* @aigne/openai bumped to 0.16.10
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @aigne/test-utils bumped to 0.5.63
|
|
21
|
+
|
|
22
|
+
## [1.56.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.56.0-beta.3...cli-v1.56.0-beta.4) (2025-11-21)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @aigne/aigne-hub bumped to 0.10.10-beta.5
|
|
30
|
+
|
|
3
31
|
## [1.56.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.56.0-beta.2...cli-v1.56.0-beta.3) (2025-11-20)
|
|
4
32
|
|
|
5
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/cli",
|
|
3
|
-
"version": "1.56.0
|
|
3
|
+
"version": "1.56.0",
|
|
4
4
|
"description": "Your command center for agent development",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -89,16 +89,16 @@
|
|
|
89
89
|
"yoctocolors-cjs": "^2.1.3",
|
|
90
90
|
"zod": "^3.25.67",
|
|
91
91
|
"zod-to-json-schema": "^3.24.6",
|
|
92
|
-
"@aigne/agent-library": "^1.22.0-beta.2",
|
|
93
|
-
"@aigne/afs-local-fs": "^1.2.0-beta.2",
|
|
94
|
-
"@aigne/agentic-memory": "^1.1.0-beta.2",
|
|
95
|
-
"@aigne/afs-history": "^1.1.0-beta.1",
|
|
96
92
|
"@aigne/afs": "^1.2.1",
|
|
97
|
-
"@aigne/
|
|
98
|
-
"@aigne/
|
|
99
|
-
"@aigne/
|
|
100
|
-
"@aigne/
|
|
101
|
-
"@aigne/
|
|
93
|
+
"@aigne/afs-history": "^1.1.0",
|
|
94
|
+
"@aigne/agent-library": "^1.22.0",
|
|
95
|
+
"@aigne/afs-local-fs": "^1.2.0",
|
|
96
|
+
"@aigne/agentic-memory": "^1.1.0",
|
|
97
|
+
"@aigne/core": "^1.69.0",
|
|
98
|
+
"@aigne/aigne-hub": "^0.10.10",
|
|
99
|
+
"@aigne/default-memory": "^1.3.0",
|
|
100
|
+
"@aigne/observability-api": "^0.11.9",
|
|
101
|
+
"@aigne/openai": "^0.16.10"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@inquirer/testing": "^2.1.50",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"rimraf": "^6.0.1",
|
|
116
116
|
"typescript": "^5.9.2",
|
|
117
117
|
"ufo": "^1.6.1",
|
|
118
|
-
"@aigne/test-utils": "^0.5.63
|
|
118
|
+
"@aigne/test-utils": "^0.5.63"
|
|
119
119
|
},
|
|
120
120
|
"scripts": {
|
|
121
121
|
"lint": "tsc --noEmit",
|