@aigne/cli 1.55.0 → 1.55.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 +45 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.55.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.55.1-beta...cli-v1.55.1) (2025-11-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/afs bumped to 1.2.1
11
+ * @aigne/afs-history bumped to 1.0.2
12
+ * @aigne/afs-local-fs bumped to 1.1.1
13
+ * @aigne/agent-library bumped to 1.21.54
14
+ * @aigne/agentic-memory bumped to 1.0.54
15
+ * @aigne/aigne-hub bumped to 0.10.8
16
+ * @aigne/core bumped to 1.68.1
17
+ * @aigne/default-memory bumped to 1.2.17
18
+ * @aigne/observability-api bumped to 0.11.7
19
+ * @aigne/openai bumped to 0.16.8
20
+ * devDependencies
21
+ * @aigne/test-utils bumped to 0.5.61
22
+
23
+ ## [1.55.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.55.0...cli-v1.55.1-beta) (2025-11-15)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
29
+
30
+
31
+ ### Dependencies
32
+
33
+ * The following workspace dependencies were updated
34
+ * dependencies
35
+ * @aigne/afs bumped to 1.2.1-beta
36
+ * @aigne/afs-history bumped to 1.0.2-beta
37
+ * @aigne/afs-local-fs bumped to 1.1.1-beta
38
+ * @aigne/agent-library bumped to 1.21.54-beta
39
+ * @aigne/agentic-memory bumped to 1.0.54-beta
40
+ * @aigne/aigne-hub bumped to 0.10.8-beta
41
+ * @aigne/core bumped to 1.68.1-beta
42
+ * @aigne/default-memory bumped to 1.2.17-beta
43
+ * @aigne/observability-api bumped to 0.11.7-beta
44
+ * @aigne/openai bumped to 0.16.8-beta
45
+ * devDependencies
46
+ * @aigne/test-utils bumped to 0.5.61-beta
47
+
3
48
  ## [1.55.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.55.0-beta...cli-v1.55.0) (2025-11-14)
4
49
 
5
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.55.0",
3
+ "version": "1.55.1",
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": "^1.2.0",
93
- "@aigne/afs-history": "^1.0.1",
94
- "@aigne/agent-library": "^1.21.53",
95
- "@aigne/afs-local-fs": "^1.1.0",
96
- "@aigne/agentic-memory": "^1.0.53",
97
- "@aigne/aigne-hub": "^0.10.7",
98
- "@aigne/core": "^1.68.0",
99
- "@aigne/default-memory": "^1.2.16",
100
- "@aigne/observability-api": "^0.11.6",
101
- "@aigne/openai": "^0.16.7"
92
+ "@aigne/afs": "^1.2.1",
93
+ "@aigne/afs-local-fs": "^1.1.1",
94
+ "@aigne/afs-history": "^1.0.2",
95
+ "@aigne/agent-library": "^1.21.54",
96
+ "@aigne/agentic-memory": "^1.0.54",
97
+ "@aigne/aigne-hub": "^0.10.8",
98
+ "@aigne/default-memory": "^1.2.17",
99
+ "@aigne/core": "^1.68.1",
100
+ "@aigne/openai": "^0.16.8",
101
+ "@aigne/observability-api": "^0.11.7"
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.60"
118
+ "@aigne/test-utils": "^0.5.61"
119
119
  },
120
120
  "scripts": {
121
121
  "lint": "tsc --noEmit",