@aigne/cli 1.57.1 → 1.57.2-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 +38 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.57.2-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.2-beta...cli-v1.57.2-beta.1) (2025-12-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/afs-local-fs bumped to 1.2.3-beta.1
11
+ * @aigne/agent-library bumped to 1.22.3-beta.1
12
+ * @aigne/agentic-memory bumped to 1.1.3-beta.1
13
+ * @aigne/aigne-hub bumped to 0.10.13-beta.1
14
+ * @aigne/core bumped to 1.70.0-beta.1
15
+ * @aigne/default-memory bumped to 1.3.3-beta.1
16
+ * @aigne/openai bumped to 0.16.13-beta.1
17
+ * @aigne/secrets bumped to 0.1.3-beta.1
18
+ * devDependencies
19
+ * @aigne/test-utils bumped to 0.5.66-beta.1
20
+
21
+ ## [1.57.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.1...cli-v1.57.2-beta) (2025-12-02)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/afs bumped to 1.2.3-beta
29
+ * @aigne/afs-history bumped to 1.1.2-beta
30
+ * @aigne/afs-local-fs bumped to 1.2.3-beta
31
+ * @aigne/agent-library bumped to 1.22.3-beta
32
+ * @aigne/agentic-memory bumped to 1.1.3-beta
33
+ * @aigne/aigne-hub bumped to 0.10.13-beta
34
+ * @aigne/core bumped to 1.70.0-beta
35
+ * @aigne/default-memory bumped to 1.3.3-beta
36
+ * @aigne/openai bumped to 0.16.13-beta
37
+ * @aigne/secrets bumped to 0.1.3-beta
38
+ * devDependencies
39
+ * @aigne/test-utils bumped to 0.5.66-beta
40
+
3
41
  ## [1.57.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.1-beta.1...cli-v1.57.1) (2025-11-28)
4
42
 
5
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.57.1",
3
+ "version": "1.57.2-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.2.2",
93
- "@aigne/afs-history": "^1.1.1",
94
- "@aigne/afs-local-fs": "^1.2.2",
95
- "@aigne/agent-library": "^1.22.2",
96
- "@aigne/aigne-hub": "^0.10.12",
97
- "@aigne/agentic-memory": "^1.1.2",
98
- "@aigne/default-memory": "^1.3.2",
99
- "@aigne/secrets": "^0.1.2",
100
- "@aigne/openai": "^0.16.12",
92
+ "@aigne/afs": "^1.2.3-beta",
93
+ "@aigne/afs-history": "^1.1.2-beta",
94
+ "@aigne/agent-library": "^1.22.3-beta.1",
95
+ "@aigne/agentic-memory": "^1.1.3-beta.1",
96
+ "@aigne/afs-local-fs": "^1.2.3-beta.1",
97
+ "@aigne/core": "^1.70.0-beta.1",
98
+ "@aigne/aigne-hub": "^0.10.13-beta.1",
99
+ "@aigne/default-memory": "^1.3.3-beta.1",
100
+ "@aigne/secrets": "^0.1.3-beta.1",
101
101
  "@aigne/observability-api": "^0.11.11",
102
- "@aigne/core": "^1.69.2"
102
+ "@aigne/openai": "^0.16.13-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.65"
119
+ "@aigne/test-utils": "^0.5.66-beta.1"
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "tsc --noEmit",