@aigne/cli 1.54.0-beta.7 → 1.54.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.54.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.54.0...cli-v1.54.1-beta) (2025-11-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update package to latest ([#720](https://github.com/AIGNE-io/aigne-framework/issues/720)) ([4386549](https://github.com/AIGNE-io/aigne-framework/commit/43865497e71f86478bc75d7d6e181c4fac80eae5))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/afs-system-fs bumped to 1.0.5-beta
16
+ * @aigne/agent-library bumped to 1.21.52-beta
17
+ * @aigne/agentic-memory bumped to 1.0.52-beta
18
+ * @aigne/aigne-hub bumped to 0.10.6-beta
19
+ * @aigne/core bumped to 1.67.0-beta
20
+ * @aigne/default-memory bumped to 1.2.15-beta
21
+ * @aigne/observability-api bumped to 0.11.6-beta
22
+ * @aigne/openai bumped to 0.16.6-beta
23
+ * devDependencies
24
+ * @aigne/test-utils bumped to 0.5.59-beta
25
+
26
+ ## [1.54.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.54.0-beta.7...cli-v1.54.0) (2025-11-07)
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * The following workspace dependencies were updated
32
+ * dependencies
33
+ * @aigne/afs-system-fs bumped to 1.0.4
34
+ * @aigne/agent-library bumped to 1.21.51
35
+ * @aigne/agentic-memory bumped to 1.0.51
36
+ * @aigne/aigne-hub bumped to 0.10.5
37
+ * @aigne/core bumped to 1.66.0
38
+ * @aigne/default-memory bumped to 1.2.14
39
+ * @aigne/observability-api bumped to 0.11.5
40
+ * @aigne/openai bumped to 0.16.5
41
+ * devDependencies
42
+ * @aigne/test-utils bumped to 0.5.58
43
+
3
44
  ## [1.54.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.54.0-beta.6...cli-v1.54.0-beta.7) (2025-11-07)
4
45
 
5
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.54.0-beta.7",
3
+ "version": "1.54.1-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.2",
58
+ "@ocap/mcrypto": "^1.27.4",
59
59
  "@smithy/node-http-handler": "^4.2.1",
60
60
  "ansi-escapes": "^7.1.0",
61
61
  "ansi-regex": "^6.2.2",
@@ -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.4-beta.8",
93
- "@aigne/agent-library": "^1.21.51-beta.6",
94
- "@aigne/aigne-hub": "^0.10.5-beta.6",
95
- "@aigne/agentic-memory": "^1.0.51-beta.6",
96
- "@aigne/core": "^1.66.0-beta.5",
97
- "@aigne/default-memory": "^1.2.14-beta.6",
98
- "@aigne/openai": "^0.16.5-beta.6",
99
- "@aigne/observability-api": "^0.11.5-beta.4"
92
+ "@aigne/afs-system-fs": "^1.0.5-beta",
93
+ "@aigne/agent-library": "^1.21.52-beta",
94
+ "@aigne/agentic-memory": "^1.0.52-beta",
95
+ "@aigne/aigne-hub": "^0.10.6-beta",
96
+ "@aigne/core": "^1.67.0-beta",
97
+ "@aigne/default-memory": "^1.2.15-beta",
98
+ "@aigne/observability-api": "^0.11.6-beta",
99
+ "@aigne/openai": "^0.16.6-beta"
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.58-beta.6"
117
+ "@aigne/test-utils": "^0.5.59-beta"
118
118
  },
119
119
  "scripts": {
120
120
  "lint": "tsc --noEmit",
@@ -1,7 +1,7 @@
1
1
  name: agent-blocklet
2
2
  title: Agent Blocklet
3
3
  version: 0.0.1
4
- description: AIGNE Runtime is a specialized runtime engine designed for executing AI agents, serving as the core runtime environment for the Blocklet system
4
+ description: agent Runtime is a specialized runtime engine designed for executing AI agents, serving as the core runtime environment for the Blocklet system
5
5
  files:
6
6
  - agent/
7
7
  - logo.png