@aigne/cli 1.57.2 → 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 +24 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
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
+
3
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)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.57.2",
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",
@@ -90,16 +90,16 @@
90
90
  "zod": "^3.25.67",
91
91
  "zod-to-json-schema": "^3.24.6",
92
92
  "@aigne/afs": "^1.2.3",
93
- "@aigne/afs-local-fs": "^1.2.3",
94
93
  "@aigne/afs-history": "^1.1.2",
95
- "@aigne/agent-library": "^1.22.3",
96
- "@aigne/agentic-memory": "^1.1.3",
97
- "@aigne/aigne-hub": "^0.10.13",
98
- "@aigne/observability-api": "^0.11.11",
99
- "@aigne/default-memory": "^1.3.3",
100
- "@aigne/openai": "^0.16.13",
101
- "@aigne/secrets": "^0.1.3",
102
- "@aigne/core": "^1.70.0"
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"
119
+ "@aigne/test-utils": "^0.5.67-beta"
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "tsc --noEmit",