@aigne/cli 1.58.0 → 1.58.1-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.58.1-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.58.1-beta...cli-v1.58.1-beta.1) (2025-12-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/afs bumped to 1.4.0-beta.1
16
+ * @aigne/afs-history bumped to 1.2.0-beta.1
17
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.1
18
+ * @aigne/agent-library bumped to 1.24.0-beta.1
19
+ * @aigne/agentic-memory bumped to 1.1.6-beta.1
20
+ * @aigne/aigne-hub bumped to 0.10.16-beta.1
21
+ * @aigne/core bumped to 1.72.0-beta.1
22
+ * @aigne/default-memory bumped to 1.3.6-beta.1
23
+ * @aigne/observability-api bumped to 0.11.14-beta
24
+ * @aigne/openai bumped to 0.16.16-beta.1
25
+ * @aigne/secrets bumped to 0.1.6-beta.1
26
+ * devDependencies
27
+ * @aigne/test-utils bumped to 0.5.69-beta.1
28
+
29
+ ## [1.58.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.58.0...cli-v1.58.1-beta) (2025-12-17)
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @aigne/afs bumped to 1.4.0-beta
37
+ * @aigne/afs-history bumped to 1.2.0-beta
38
+ * @aigne/afs-local-fs bumped to 1.4.0-beta
39
+ * @aigne/agent-library bumped to 1.24.0-beta
40
+ * @aigne/agentic-memory bumped to 1.1.6-beta
41
+ * @aigne/aigne-hub bumped to 0.10.16-beta
42
+ * @aigne/core bumped to 1.72.0-beta
43
+ * @aigne/default-memory bumped to 1.3.6-beta
44
+ * @aigne/openai bumped to 0.16.16-beta
45
+ * @aigne/secrets bumped to 0.1.6-beta
46
+ * devDependencies
47
+ * @aigne/test-utils bumped to 0.5.69-beta
48
+
3
49
  ## [1.58.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.58.0-beta.8...cli-v1.58.0) (2025-12-12)
4
50
 
5
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.58.0",
3
+ "version": "1.58.1-beta.1",
4
4
  "description": "Your command center for agent development",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -89,17 +89,17 @@
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.3.0",
93
- "@aigne/afs-history": "^1.1.3",
94
- "@aigne/afs-local-fs": "^1.3.0",
95
- "@aigne/agentic-memory": "^1.1.5",
96
- "@aigne/agent-library": "^1.23.0",
97
- "@aigne/aigne-hub": "^0.10.15",
98
- "@aigne/core": "^1.71.0",
99
- "@aigne/default-memory": "^1.3.5",
100
- "@aigne/observability-api": "^0.11.13",
101
- "@aigne/openai": "^0.16.15",
102
- "@aigne/secrets": "^0.1.5"
92
+ "@aigne/afs": "^1.4.0-beta.1",
93
+ "@aigne/agent-library": "^1.24.0-beta.1",
94
+ "@aigne/afs-local-fs": "^1.4.0-beta.1",
95
+ "@aigne/agentic-memory": "^1.1.6-beta.1",
96
+ "@aigne/aigne-hub": "^0.10.16-beta.1",
97
+ "@aigne/afs-history": "^1.2.0-beta.1",
98
+ "@aigne/core": "^1.72.0-beta.1",
99
+ "@aigne/default-memory": "^1.3.6-beta.1",
100
+ "@aigne/observability-api": "^0.11.14-beta",
101
+ "@aigne/openai": "^0.16.16-beta.1",
102
+ "@aigne/secrets": "^0.1.6-beta.1"
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.68"
119
+ "@aigne/test-utils": "^0.5.69-beta.1"
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "tsc --noEmit",