@aigne/cli 1.55.0-beta → 1.55.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 +19 -0
- package/package.json +12 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.55.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.55.0-beta...cli-v1.55.0) (2025-11-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/afs bumped to 1.2.0
|
|
11
|
+
* @aigne/afs-history bumped to 1.0.1
|
|
12
|
+
* @aigne/afs-local-fs bumped to 1.1.0
|
|
13
|
+
* @aigne/agent-library bumped to 1.21.53
|
|
14
|
+
* @aigne/agentic-memory bumped to 1.0.53
|
|
15
|
+
* @aigne/aigne-hub bumped to 0.10.7
|
|
16
|
+
* @aigne/core bumped to 1.68.0
|
|
17
|
+
* @aigne/default-memory bumped to 1.2.16
|
|
18
|
+
* @aigne/openai bumped to 0.16.7
|
|
19
|
+
* devDependencies
|
|
20
|
+
* @aigne/test-utils bumped to 0.5.60
|
|
21
|
+
|
|
3
22
|
## [1.55.0-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.54.1...cli-v1.55.0-beta) (2025-11-14)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/cli",
|
|
3
|
-
"version": "1.55.0
|
|
3
|
+
"version": "1.55.0",
|
|
4
4
|
"description": "Your command center for agent development",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@inquirer/type": "^3.0.8",
|
|
56
56
|
"@listr2/prompt-adapter-inquirer": "^3.0.4",
|
|
57
57
|
"@modelcontextprotocol/sdk": "^1.18.0",
|
|
58
|
-
"@ocap/mcrypto": "^1.27.
|
|
58
|
+
"@ocap/mcrypto": "^1.27.6",
|
|
59
59
|
"@smithy/node-http-handler": "^4.2.1",
|
|
60
60
|
"ansi-escapes": "^7.1.0",
|
|
61
61
|
"ansi-regex": "^6.2.2",
|
|
@@ -89,23 +89,22 @@
|
|
|
89
89
|
"yoctocolors-cjs": "^2.1.3",
|
|
90
90
|
"zod": "^3.25.67",
|
|
91
91
|
"zod-to-json-schema": "^3.24.6",
|
|
92
|
-
"@aigne/afs": "^1.2.0
|
|
93
|
-
"@aigne/afs-
|
|
94
|
-
"@aigne/
|
|
95
|
-
"@aigne/
|
|
96
|
-
"@aigne/agentic-memory": "^1.0.53
|
|
97
|
-
"@aigne/aigne-hub": "^0.10.7
|
|
92
|
+
"@aigne/afs": "^1.2.0",
|
|
93
|
+
"@aigne/afs-history": "^1.0.1",
|
|
94
|
+
"@aigne/agent-library": "^1.21.53",
|
|
95
|
+
"@aigne/afs-local-fs": "^1.1.0",
|
|
96
|
+
"@aigne/agentic-memory": "^1.0.53",
|
|
97
|
+
"@aigne/aigne-hub": "^0.10.7",
|
|
98
|
+
"@aigne/core": "^1.68.0",
|
|
99
|
+
"@aigne/default-memory": "^1.2.16",
|
|
98
100
|
"@aigne/observability-api": "^0.11.6",
|
|
99
|
-
"@aigne/
|
|
100
|
-
"@aigne/core": "^1.68.0-beta",
|
|
101
|
-
"@aigne/openai": "^0.16.7-beta"
|
|
101
|
+
"@aigne/openai": "^0.16.7"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@inquirer/testing": "^2.1.50",
|
|
105
105
|
"@types/archiver": "^6.0.3",
|
|
106
106
|
"@types/bun": "^1.2.22",
|
|
107
107
|
"@types/express": "^5.0.3",
|
|
108
|
-
"@types/glob": "^9.0.0",
|
|
109
108
|
"@types/gradient-string": "^1.1.6",
|
|
110
109
|
"@types/node": "^24.5.1",
|
|
111
110
|
"@types/yargs": "^17.0.33",
|
|
@@ -116,7 +115,7 @@
|
|
|
116
115
|
"rimraf": "^6.0.1",
|
|
117
116
|
"typescript": "^5.9.2",
|
|
118
117
|
"ufo": "^1.6.1",
|
|
119
|
-
"@aigne/test-utils": "^0.5.60
|
|
118
|
+
"@aigne/test-utils": "^0.5.60"
|
|
120
119
|
},
|
|
121
120
|
"scripts": {
|
|
122
121
|
"lint": "tsc --noEmit",
|