@aigne/cli 1.58.0-beta.3 → 1.58.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 +67 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.58.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.58.0-beta.5...cli-v1.58.0-beta.6) (2025-12-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/afs bumped to 1.3.0-beta.3
11
+ * @aigne/afs-history bumped to 1.1.3-beta.3
12
+ * @aigne/afs-local-fs bumped to 1.3.0-beta.5
13
+ * @aigne/agent-library bumped to 1.23.0-beta.6
14
+ * @aigne/agentic-memory bumped to 1.1.5-beta.5
15
+ * @aigne/aigne-hub bumped to 0.10.15-beta.6
16
+ * @aigne/core bumped to 1.71.0-beta.5
17
+ * @aigne/default-memory bumped to 1.3.5-beta.5
18
+ * @aigne/openai bumped to 0.16.15-beta.5
19
+ * @aigne/secrets bumped to 0.1.5-beta.5
20
+ * devDependencies
21
+ * @aigne/test-utils bumped to 0.5.68-beta.5
22
+
23
+ ## [1.58.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.58.0-beta.4...cli-v1.58.0-beta.5) (2025-12-10)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @aigne/afs bumped to 1.3.0-beta.2
36
+ * @aigne/afs-history bumped to 1.1.3-beta.2
37
+ * @aigne/afs-local-fs bumped to 1.3.0-beta.4
38
+ * @aigne/agent-library bumped to 1.23.0-beta.5
39
+ * @aigne/agentic-memory bumped to 1.1.5-beta.4
40
+ * @aigne/aigne-hub bumped to 0.10.15-beta.5
41
+ * @aigne/core bumped to 1.71.0-beta.4
42
+ * @aigne/default-memory bumped to 1.3.5-beta.4
43
+ * @aigne/observability-api bumped to 0.11.13-beta.1
44
+ * @aigne/openai bumped to 0.16.15-beta.4
45
+ * @aigne/secrets bumped to 0.1.5-beta.4
46
+ * devDependencies
47
+ * @aigne/test-utils bumped to 0.5.68-beta.4
48
+
49
+ ## [1.58.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.58.0-beta.3...cli-v1.58.0-beta.4) (2025-12-10)
50
+
51
+
52
+ ### Dependencies
53
+
54
+ * The following workspace dependencies were updated
55
+ * dependencies
56
+ * @aigne/afs bumped to 1.3.0-beta.1
57
+ * @aigne/afs-history bumped to 1.1.3-beta.1
58
+ * @aigne/afs-local-fs bumped to 1.3.0-beta.3
59
+ * @aigne/agent-library bumped to 1.23.0-beta.4
60
+ * @aigne/agentic-memory bumped to 1.1.5-beta.3
61
+ * @aigne/aigne-hub bumped to 0.10.15-beta.4
62
+ * @aigne/core bumped to 1.71.0-beta.3
63
+ * @aigne/default-memory bumped to 1.3.5-beta.3
64
+ * @aigne/observability-api bumped to 0.11.13-beta
65
+ * @aigne/openai bumped to 0.16.15-beta.3
66
+ * @aigne/secrets bumped to 0.1.5-beta.3
67
+ * devDependencies
68
+ * @aigne/test-utils bumped to 0.5.68-beta.3
69
+
3
70
  ## [1.58.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.58.0-beta.2...cli-v1.58.0-beta.3) (2025-12-09)
4
71
 
5
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.58.0-beta.3",
3
+ "version": "1.58.0-beta.6",
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-beta",
93
- "@aigne/afs-local-fs": "^1.3.0-beta.2",
94
- "@aigne/afs-history": "^1.1.3-beta",
95
- "@aigne/agent-library": "^1.23.0-beta.3",
96
- "@aigne/agentic-memory": "^1.1.5-beta.2",
97
- "@aigne/aigne-hub": "^0.10.15-beta.3",
98
- "@aigne/core": "^1.71.0-beta.2",
99
- "@aigne/default-memory": "^1.3.5-beta.2",
100
- "@aigne/observability-api": "^0.11.12",
101
- "@aigne/openai": "^0.16.15-beta.2",
102
- "@aigne/secrets": "^0.1.5-beta.2"
92
+ "@aigne/afs": "^1.3.0-beta.3",
93
+ "@aigne/agent-library": "^1.23.0-beta.6",
94
+ "@aigne/agentic-memory": "^1.1.5-beta.5",
95
+ "@aigne/afs-local-fs": "^1.3.0-beta.5",
96
+ "@aigne/afs-history": "^1.1.3-beta.3",
97
+ "@aigne/aigne-hub": "^0.10.15-beta.6",
98
+ "@aigne/core": "^1.71.0-beta.5",
99
+ "@aigne/observability-api": "^0.11.13-beta.1",
100
+ "@aigne/secrets": "^0.1.5-beta.5",
101
+ "@aigne/openai": "^0.16.15-beta.5",
102
+ "@aigne/default-memory": "^1.3.5-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.68-beta.2"
119
+ "@aigne/test-utils": "^0.5.68-beta.5"
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "tsc --noEmit",