@aigne/cli 1.57.2-beta.1 → 1.57.3-beta

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 +44 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.57.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.2...cli-v1.57.3-beta) (2025-12-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update deps ([#802](https://github.com/AIGNE-io/aigne-framework/issues/802)) ([2bedc5c](https://github.com/AIGNE-io/aigne-framework/commit/2bedc5c01ac3b17ba00552ed8878e220fecbc0f0))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/afs-local-fs bumped to 1.2.4-beta
16
+ * @aigne/agent-library bumped to 1.22.4-beta
17
+ * @aigne/agentic-memory bumped to 1.1.4-beta
18
+ * @aigne/aigne-hub bumped to 0.10.14-beta
19
+ * @aigne/core bumped to 1.70.1-beta
20
+ * @aigne/default-memory bumped to 1.3.4-beta
21
+ * @aigne/observability-api bumped to 0.11.12-beta
22
+ * @aigne/openai bumped to 0.16.14-beta
23
+ * @aigne/secrets bumped to 0.1.4-beta
24
+ * devDependencies
25
+ * @aigne/test-utils bumped to 0.5.67-beta
26
+
27
+ ## [1.57.2](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.2-beta.1...cli-v1.57.2) (2025-12-05)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @aigne/afs bumped to 1.2.3
35
+ * @aigne/afs-history bumped to 1.1.2
36
+ * @aigne/afs-local-fs bumped to 1.2.3
37
+ * @aigne/agent-library bumped to 1.22.3
38
+ * @aigne/agentic-memory bumped to 1.1.3
39
+ * @aigne/aigne-hub bumped to 0.10.13
40
+ * @aigne/core bumped to 1.70.0
41
+ * @aigne/default-memory bumped to 1.3.3
42
+ * @aigne/openai bumped to 0.16.13
43
+ * @aigne/secrets bumped to 0.1.3
44
+ * devDependencies
45
+ * @aigne/test-utils bumped to 0.5.66
46
+
3
47
  ## [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
48
 
5
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.57.2-beta.1",
3
+ "version": "1.57.3-beta",
4
4
  "description": "Your command center for agent development",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -55,7 +55,7 @@
55
55
  "@inquirer/type": "^3.0.8",
56
56
  "@listr2/prompt-adapter-inquirer": "^3.0.4",
57
57
  "@modelcontextprotocol/sdk": "^1.18.0",
58
- "@ocap/mcrypto": "^1.27.12",
58
+ "@ocap/mcrypto": "^1.27.14",
59
59
  "@smithy/node-http-handler": "^4.2.1",
60
60
  "ansi-escapes": "^7.1.0",
61
61
  "ansi-regex": "^6.2.2",
@@ -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.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
- "@aigne/observability-api": "^0.11.11",
102
- "@aigne/openai": "^0.16.13-beta.1"
92
+ "@aigne/afs": "^1.2.3",
93
+ "@aigne/afs-history": "^1.1.2",
94
+ "@aigne/agent-library": "^1.22.4-beta",
95
+ "@aigne/agentic-memory": "^1.1.4-beta",
96
+ "@aigne/afs-local-fs": "^1.2.4-beta",
97
+ "@aigne/default-memory": "^1.3.4-beta",
98
+ "@aigne/aigne-hub": "^0.10.14-beta",
99
+ "@aigne/core": "^1.70.1-beta",
100
+ "@aigne/observability-api": "^0.11.12-beta",
101
+ "@aigne/openai": "^0.16.14-beta",
102
+ "@aigne/secrets": "^0.1.4-beta"
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.66-beta.1"
119
+ "@aigne/test-utils": "^0.5.67-beta"
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "tsc --noEmit",