@aigne/cli 1.56.0-beta.4 → 1.56.1-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 +37 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.56.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.56.0...cli-v1.56.1-beta) (2025-11-24)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/afs-local-fs bumped to 1.2.1-beta
11
+ * @aigne/agent-library bumped to 1.22.1-beta
12
+ * @aigne/agentic-memory bumped to 1.1.1-beta
13
+ * @aigne/aigne-hub bumped to 0.10.11-beta
14
+ * @aigne/core bumped to 1.69.1-beta
15
+ * @aigne/default-memory bumped to 1.3.1-beta
16
+ * @aigne/observability-api bumped to 0.11.10-beta
17
+ * @aigne/openai bumped to 0.16.11-beta
18
+ * devDependencies
19
+ * @aigne/test-utils bumped to 0.5.64-beta
20
+
21
+ ## [1.56.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.56.0-beta.4...cli-v1.56.0) (2025-11-21)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @aigne/afs-history bumped to 1.1.0
29
+ * @aigne/afs-local-fs bumped to 1.2.0
30
+ * @aigne/agent-library bumped to 1.22.0
31
+ * @aigne/agentic-memory bumped to 1.1.0
32
+ * @aigne/aigne-hub bumped to 0.10.10
33
+ * @aigne/core bumped to 1.69.0
34
+ * @aigne/default-memory bumped to 1.3.0
35
+ * @aigne/observability-api bumped to 0.11.9
36
+ * @aigne/openai bumped to 0.16.10
37
+ * devDependencies
38
+ * @aigne/test-utils bumped to 0.5.63
39
+
3
40
  ## [1.56.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.56.0-beta.3...cli-v1.56.0-beta.4) (2025-11-21)
4
41
 
5
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.56.0-beta.4",
3
+ "version": "1.56.1-beta",
4
4
  "description": "Your command center for agent development",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -89,16 +89,16 @@
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-history": "^1.1.0-beta.1",
93
92
  "@aigne/afs": "^1.2.1",
94
- "@aigne/afs-local-fs": "^1.2.0-beta.2",
95
- "@aigne/agent-library": "^1.22.0-beta.2",
96
- "@aigne/agentic-memory": "^1.1.0-beta.2",
97
- "@aigne/aigne-hub": "^0.10.10-beta.5",
98
- "@aigne/core": "^1.69.0-beta.2",
99
- "@aigne/openai": "^0.16.10-beta.3",
100
- "@aigne/observability-api": "^0.11.9-beta.3",
101
- "@aigne/default-memory": "^1.3.0-beta.2"
93
+ "@aigne/afs-history": "^1.1.0",
94
+ "@aigne/afs-local-fs": "^1.2.1-beta",
95
+ "@aigne/agentic-memory": "^1.1.1-beta",
96
+ "@aigne/agent-library": "^1.22.1-beta",
97
+ "@aigne/aigne-hub": "^0.10.11-beta",
98
+ "@aigne/default-memory": "^1.3.1-beta",
99
+ "@aigne/core": "^1.69.1-beta",
100
+ "@aigne/openai": "^0.16.11-beta",
101
+ "@aigne/observability-api": "^0.11.10-beta"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@inquirer/testing": "^2.1.50",
@@ -115,7 +115,7 @@
115
115
  "rimraf": "^6.0.1",
116
116
  "typescript": "^5.9.2",
117
117
  "ufo": "^1.6.1",
118
- "@aigne/test-utils": "^0.5.63-beta.3"
118
+ "@aigne/test-utils": "^0.5.64-beta"
119
119
  },
120
120
  "scripts": {
121
121
  "lint": "tsc --noEmit",