@aigne/cli 1.49.0-beta.7 → 1.49.0-beta.8

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 +16 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.49.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.49.0-beta.7...cli-v1.49.0-beta.8) (2025-09-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/agent-library bumped to 1.21.46-beta.8
11
+ * @aigne/agentic-memory bumped to 1.0.46-beta.8
12
+ * @aigne/aigne-hub bumped to 0.10.0-beta.8
13
+ * @aigne/core bumped to 1.61.0-beta.7
14
+ * @aigne/default-memory bumped to 1.2.9-beta.8
15
+ * @aigne/openai bumped to 0.16.0-beta.8
16
+ * devDependencies
17
+ * @aigne/test-utils bumped to 0.5.53-beta.7
18
+
3
19
  ## [1.49.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.49.0-beta.6...cli-v1.49.0-beta.7) (2025-09-26)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/cli",
3
- "version": "1.49.0-beta.7",
3
+ "version": "1.49.0-beta.8",
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.7",
86
- "@aigne/aigne-hub": "^0.10.0-beta.7",
87
- "@aigne/agentic-memory": "^1.0.46-beta.7",
88
- "@aigne/core": "^1.61.0-beta.6",
89
- "@aigne/default-memory": "^1.2.9-beta.7",
85
+ "@aigne/agent-library": "^1.21.46-beta.8",
86
+ "@aigne/agentic-memory": "^1.0.46-beta.8",
87
+ "@aigne/core": "^1.61.0-beta.7",
88
+ "@aigne/aigne-hub": "^0.10.0-beta.8",
89
+ "@aigne/default-memory": "^1.2.9-beta.8",
90
90
  "@aigne/observability-api": "^0.11.0-beta",
91
- "@aigne/openai": "^0.16.0-beta.7"
91
+ "@aigne/openai": "^0.16.0-beta.8"
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.6"
108
+ "@aigne/test-utils": "^0.5.53-beta.7"
109
109
  },
110
110
  "scripts": {
111
111
  "lint": "tsc --noEmit",