@aigne/cli 1.32.0 → 1.32.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.
- package/CHANGELOG.md +14 -0
- package/README.md +3 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.32.1](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.32.0...cli-v1.32.1) (2025-08-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/agent-library bumped to 1.21.15
|
|
11
|
+
* @aigne/agentic-memory bumped to 1.0.15
|
|
12
|
+
* @aigne/aigne-hub bumped to 0.4.6
|
|
13
|
+
* @aigne/core bumped to 1.46.1
|
|
14
|
+
* @aigne/default-memory bumped to 1.0.15
|
|
15
|
+
* @aigne/openai bumped to 0.10.15
|
|
16
|
+
|
|
3
17
|
## [1.32.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.31.0...cli-v1.32.0) (2025-08-07)
|
|
4
18
|
|
|
5
19
|
|
package/README.md
CHANGED
|
@@ -23,9 +23,9 @@ Command-line tool for [AIGNE Framework](https://github.com/AIGNE-io/aigne-framew
|
|
|
23
23
|
`@aigne/cli` is the official command-line tool for [AIGNE Framework](https://github.com/AIGNE-io/aigne-framework), designed to simplify the development, testing, and deployment processes for AIGNE applications. It provides a series of useful commands to help developers quickly create projects, run agents, test code, and deploy applications.
|
|
24
24
|
|
|
25
25
|
<picture>
|
|
26
|
-
<source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/
|
|
27
|
-
<source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/
|
|
28
|
-
<img src="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/
|
|
26
|
+
<source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/assets/aigne-cli-dark.png" media="(prefers-color-scheme: dark)">
|
|
27
|
+
<source srcset="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/assets/aigne-cli.png" media="(prefers-color-scheme: light)">
|
|
28
|
+
<img src="https://raw.githubusercontent.com/AIGNE-io/aigne-framework/main/aigne-cli.png" alt="AIGNE Arch" />
|
|
29
29
|
</picture>
|
|
30
30
|
|
|
31
31
|
## Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/cli",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.1",
|
|
4
4
|
"description": "Your command center for agent development",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"yaml": "^2.8.0",
|
|
75
75
|
"yargs": "^18.0.0",
|
|
76
76
|
"zod": "^3.25.67",
|
|
77
|
-
"@aigne/
|
|
78
|
-
"@aigne/
|
|
79
|
-
"@aigne/
|
|
80
|
-
"@aigne/
|
|
77
|
+
"@aigne/agentic-memory": "^1.0.15",
|
|
78
|
+
"@aigne/agent-library": "^1.21.15",
|
|
79
|
+
"@aigne/core": "^1.46.1",
|
|
80
|
+
"@aigne/aigne-hub": "^0.4.6",
|
|
81
|
+
"@aigne/default-memory": "^1.0.15",
|
|
81
82
|
"@aigne/observability-api": "^0.9.0",
|
|
82
|
-
"@aigne/
|
|
83
|
-
"@aigne/openai": "^0.10.14"
|
|
83
|
+
"@aigne/openai": "^0.10.15"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@types/archiver": "^6.0.3",
|