@aigne/cli 1.49.0-beta.5 → 1.49.0-beta.6

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 +22 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.49.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.49.0-beta.5...cli-v1.49.0-beta.6) (2025-09-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * **blocklet:** add token and cost summary for tracing list ([#543](https://github.com/AIGNE-io/aigne-framework/issues/543)) ([5e78919](https://github.com/AIGNE-io/aigne-framework/commit/5e789199b8183cf9c48339ec8163faec001ca64c))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/agent-library bumped to 1.21.46-beta.6
16
+ * @aigne/agentic-memory bumped to 1.0.46-beta.6
17
+ * @aigne/aigne-hub bumped to 0.10.0-beta.6
18
+ * @aigne/core bumped to 1.61.0-beta.5
19
+ * @aigne/default-memory bumped to 1.2.9-beta.6
20
+ * @aigne/observability-api bumped to 0.11.0-beta
21
+ * @aigne/openai bumped to 0.16.0-beta.6
22
+ * devDependencies
23
+ * @aigne/test-utils bumped to 0.5.53-beta.5
24
+
3
25
  ## [1.49.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.48.4-beta.5...cli-v1.49.0-beta.5) (2025-09-25)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.49.0-beta.5",
3
+ "version": "1.49.0-beta.6",
4
4
  "description": "Your command center for agent development",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -82,13 +82,13 @@
82
82
  "yargs": "^18.0.0",
83
83
  "yoctocolors-cjs": "^2.1.3",
84
84
  "zod": "^3.25.67",
85
- "@aigne/agent-library": "^1.21.46-beta.5",
86
- "@aigne/agentic-memory": "^1.0.46-beta.5",
87
- "@aigne/aigne-hub": "^0.10.0-beta.5",
88
- "@aigne/core": "^1.61.0-beta.4",
89
- "@aigne/default-memory": "^1.2.9-beta.5",
90
- "@aigne/observability-api": "^0.10.5-beta",
91
- "@aigne/openai": "^0.16.0-beta.5"
85
+ "@aigne/agent-library": "^1.21.46-beta.6",
86
+ "@aigne/aigne-hub": "^0.10.0-beta.6",
87
+ "@aigne/core": "^1.61.0-beta.5",
88
+ "@aigne/agentic-memory": "^1.0.46-beta.6",
89
+ "@aigne/default-memory": "^1.2.9-beta.6",
90
+ "@aigne/observability-api": "^0.11.0-beta",
91
+ "@aigne/openai": "^0.16.0-beta.6"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@inquirer/testing": "^2.1.50",
@@ -105,7 +105,7 @@
105
105
  "rimraf": "^6.0.1",
106
106
  "typescript": "^5.9.2",
107
107
  "ufo": "^1.6.1",
108
- "@aigne/test-utils": "^0.5.53-beta.4"
108
+ "@aigne/test-utils": "^0.5.53-beta.5"
109
109
  },
110
110
  "scripts": {
111
111
  "lint": "tsc --noEmit",