@aigne/cli 1.59.0-beta.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
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
+
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)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.5
21
+ * @aigne/agent-library bumped to 1.24.0-beta.5
22
+ * @aigne/agentic-memory bumped to 1.1.6-beta.5
23
+ * @aigne/aigne-hub bumped to 0.10.16-beta.6
24
+ * @aigne/core bumped to 1.72.0-beta.5
25
+ * @aigne/default-memory bumped to 1.3.6-beta.5
26
+ * @aigne/openai bumped to 0.16.16-beta.5
27
+ * @aigne/secrets bumped to 0.1.6-beta.5
28
+ * devDependencies
29
+ * @aigne/test-utils bumped to 0.5.69-beta.5
30
+
3
31
  ## [1.59.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.3...cli-v1.59.0-beta.4) (2025-12-24)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.59.0-beta.4",
3
+ "version": "1.59.0-beta.6",
4
4
  "description": "Your command center for agent development",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -90,16 +90,16 @@
90
90
  "zod": "^3.25.67",
91
91
  "zod-to-json-schema": "^3.24.6",
92
92
  "@aigne/afs": "^1.4.0-beta.3",
93
- "@aigne/afs-local-fs": "^1.4.0-beta.4",
94
93
  "@aigne/afs-history": "^1.2.0-beta.3",
95
- "@aigne/agent-library": "^1.24.0-beta.4",
96
- "@aigne/agentic-memory": "^1.1.6-beta.4",
97
- "@aigne/aigne-hub": "^0.10.16-beta.5",
98
- "@aigne/core": "^1.72.0-beta.4",
99
- "@aigne/default-memory": "^1.3.6-beta.4",
100
- "@aigne/openai": "^0.16.16-beta.4",
94
+ "@aigne/afs-local-fs": "^1.4.0-beta.5",
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",
98
+ "@aigne/core": "^1.72.0-beta.5",
101
99
  "@aigne/observability-api": "^0.11.14-beta.1",
102
- "@aigne/secrets": "^0.1.6-beta.4"
100
+ "@aigne/default-memory": "^1.3.6-beta.5",
101
+ "@aigne/openai": "^0.16.16-beta.5",
102
+ "@aigne/secrets": "^0.1.6-beta.5"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@inquirer/testing": "^2.1.50",
@@ -116,7 +116,7 @@
116
116
  "rimraf": "^6.0.1",
117
117
  "typescript": "^5.9.2",
118
118
  "ufo": "^1.6.1",
119
- "@aigne/test-utils": "^0.5.69-beta.4"
119
+ "@aigne/test-utils": "^0.5.69-beta.5"
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "tsc --noEmit",