@aigne/cli 1.59.0-beta.5 → 1.59.0-beta.6
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 +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.59.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.5...cli-v1.59.0-beta.6) (2025-12-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/agent-library bumped to 1.24.0-beta.6
|
|
11
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.7
|
|
12
|
+
|
|
3
13
|
## [1.59.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.4...cli-v1.59.0-beta.5) (2025-12-25)
|
|
4
14
|
|
|
5
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/cli",
|
|
3
|
-
"version": "1.59.0-beta.
|
|
3
|
+
"version": "1.59.0-beta.6",
|
|
4
4
|
"description": "Your command center for agent development",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"zod-to-json-schema": "^3.24.6",
|
|
92
92
|
"@aigne/afs": "^1.4.0-beta.3",
|
|
93
93
|
"@aigne/afs-history": "^1.2.0-beta.3",
|
|
94
|
-
"@aigne/agent-library": "^1.24.0-beta.5",
|
|
95
|
-
"@aigne/agentic-memory": "^1.1.6-beta.5",
|
|
96
94
|
"@aigne/afs-local-fs": "^1.4.0-beta.5",
|
|
97
|
-
"@aigne/
|
|
98
|
-
"@aigne/
|
|
95
|
+
"@aigne/agent-library": "^1.24.0-beta.6",
|
|
96
|
+
"@aigne/agentic-memory": "^1.1.6-beta.5",
|
|
97
|
+
"@aigne/aigne-hub": "^0.10.16-beta.7",
|
|
99
98
|
"@aigne/core": "^1.72.0-beta.5",
|
|
100
99
|
"@aigne/observability-api": "^0.11.14-beta.1",
|
|
100
|
+
"@aigne/default-memory": "^1.3.6-beta.5",
|
|
101
101
|
"@aigne/openai": "^0.16.16-beta.5",
|
|
102
102
|
"@aigne/secrets": "^0.1.6-beta.5"
|
|
103
103
|
},
|