@aigne/cli 1.52.0 → 1.52.1-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 +26 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.52.1-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.52.1-beta...cli-v1.52.1-beta.1) (2025-10-24)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/aigne-hub bumped to 0.10.4-beta.1
11
+
12
+ ## [1.52.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.52.0...cli-v1.52.1-beta) (2025-10-23)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/afs-system-fs bumped to 1.0.3-beta
20
+ * @aigne/agent-library bumped to 1.21.50-beta
21
+ * @aigne/agentic-memory bumped to 1.0.50-beta
22
+ * @aigne/aigne-hub bumped to 0.10.4-beta
23
+ * @aigne/core bumped to 1.64.1-beta
24
+ * @aigne/default-memory bumped to 1.2.13-beta
25
+ * @aigne/openai bumped to 0.16.4-beta
26
+ * devDependencies
27
+ * @aigne/test-utils bumped to 0.5.57-beta
28
+
3
29
  ## [1.52.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.52.0-beta.1...cli-v1.52.0) (2025-10-22)
4
30
 
5
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.52.0",
3
+ "version": "1.52.1-beta.1",
4
4
  "description": "Your command center for agent development",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -89,14 +89,14 @@
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-system-fs": "^1.0.2",
93
- "@aigne/agentic-memory": "^1.0.49",
94
- "@aigne/agent-library": "^1.21.49",
95
- "@aigne/aigne-hub": "^0.10.3",
96
- "@aigne/core": "^1.64.0",
97
- "@aigne/default-memory": "^1.2.12",
98
- "@aigne/observability-api": "^0.11.3",
99
- "@aigne/openai": "^0.16.3"
92
+ "@aigne/agent-library": "^1.21.50-beta",
93
+ "@aigne/afs-system-fs": "^1.0.3-beta",
94
+ "@aigne/agentic-memory": "^1.0.50-beta",
95
+ "@aigne/aigne-hub": "^0.10.4-beta.1",
96
+ "@aigne/core": "^1.64.1-beta",
97
+ "@aigne/default-memory": "^1.2.13-beta",
98
+ "@aigne/openai": "^0.16.4-beta",
99
+ "@aigne/observability-api": "^0.11.3"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@inquirer/testing": "^2.1.50",
@@ -114,7 +114,7 @@
114
114
  "rimraf": "^6.0.1",
115
115
  "typescript": "^5.9.2",
116
116
  "ufo": "^1.6.1",
117
- "@aigne/test-utils": "^0.5.56"
117
+ "@aigne/test-utils": "^0.5.57-beta"
118
118
  },
119
119
  "scripts": {
120
120
  "lint": "tsc --noEmit",