@aigne/cli 1.57.2 → 1.57.3

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 +43 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.57.3](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.3-beta...cli-v1.57.3) (2025-12-06)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/afs-local-fs bumped to 1.2.4
11
+ * @aigne/agent-library bumped to 1.22.4
12
+ * @aigne/agentic-memory bumped to 1.1.4
13
+ * @aigne/aigne-hub bumped to 0.10.14
14
+ * @aigne/core bumped to 1.70.1
15
+ * @aigne/default-memory bumped to 1.3.4
16
+ * @aigne/observability-api bumped to 0.11.12
17
+ * @aigne/openai bumped to 0.16.14
18
+ * @aigne/secrets bumped to 0.1.4
19
+ * devDependencies
20
+ * @aigne/test-utils bumped to 0.5.67
21
+
22
+ ## [1.57.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.57.2...cli-v1.57.3-beta) (2025-12-06)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update deps ([#802](https://github.com/AIGNE-io/aigne-framework/issues/802)) ([2bedc5c](https://github.com/AIGNE-io/aigne-framework/commit/2bedc5c01ac3b17ba00552ed8878e220fecbc0f0))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @aigne/afs-local-fs bumped to 1.2.4-beta
35
+ * @aigne/agent-library bumped to 1.22.4-beta
36
+ * @aigne/agentic-memory bumped to 1.1.4-beta
37
+ * @aigne/aigne-hub bumped to 0.10.14-beta
38
+ * @aigne/core bumped to 1.70.1-beta
39
+ * @aigne/default-memory bumped to 1.3.4-beta
40
+ * @aigne/observability-api bumped to 0.11.12-beta
41
+ * @aigne/openai bumped to 0.16.14-beta
42
+ * @aigne/secrets bumped to 0.1.4-beta
43
+ * devDependencies
44
+ * @aigne/test-utils bumped to 0.5.67-beta
45
+
3
46
  ## [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
47
 
5
48
 
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",
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",
95
+ "@aigne/agentic-memory": "^1.1.4",
96
+ "@aigne/afs-local-fs": "^1.2.4",
97
+ "@aigne/core": "^1.70.1",
98
+ "@aigne/aigne-hub": "^0.10.14",
99
+ "@aigne/observability-api": "^0.11.12",
100
+ "@aigne/openai": "^0.16.14",
101
+ "@aigne/default-memory": "^1.3.4",
102
+ "@aigne/secrets": "^0.1.4"
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"
120
120
  },
121
121
  "scripts": {
122
122
  "lint": "tsc --noEmit",