@aigne/cli 1.59.0-beta.3 → 1.59.0-beta.30
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 +556 -0
- package/dist/commands/aigne.js +2 -0
- package/dist/commands/app/agent.d.ts +2 -2
- package/dist/commands/app/agent.js +10 -4
- package/dist/commands/app/app.js +1 -1
- package/dist/commands/run-skill.d.ts +6 -0
- package/dist/commands/run-skill.js +102 -0
- package/dist/commands/run.d.ts +1 -1
- package/dist/commands/run.js +15 -13
- package/dist/constants.d.ts +2 -0
- package/dist/constants.js +2 -0
- package/dist/tracer/terminal.js +18 -0
- package/dist/ui/utils/terminal-input.d.ts +1 -0
- package/dist/ui/utils/terminal-input.js +4 -0
- package/dist/utils/aigne-hub/credential.d.ts +0 -3
- package/dist/utils/aigne-hub/credential.js +17 -24
- package/dist/utils/aigne-hub/crypto.js +22 -1
- package/dist/utils/aigne-hub/store/index.d.ts +1 -0
- package/dist/utils/aigne-hub/store/index.js +5 -2
- package/dist/utils/inquirer/checkbox.js +0 -1
- package/dist/utils/listr.d.ts +3 -1
- package/dist/utils/listr.js +59 -8
- package/dist/utils/load-aigne.d.ts +2 -1
- package/dist/utils/load-aigne.js +6 -11
- package/dist/utils/run-chat-loop.d.ts +2 -0
- package/dist/utils/run-chat-loop.js +2 -3
- package/dist/utils/run-with-aigne.d.ts +3 -1
- package/dist/utils/run-with-aigne.js +33 -4
- package/dist/utils/yargs.d.ts +6 -2
- package/dist/utils/yargs.js +7 -2
- package/package.json +19 -16
- package/templates/default/README.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,561 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.59.0-beta.30](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.29...cli-v1.59.0-beta.30) (2026-01-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **afs:** add AFSJSON module support mount a JSON/yaml file to AFS ([6adedc6](https://github.com/AIGNE-io/aigne-framework/commit/6adedc624bedb1bc741da8534f2fbb41e1bc6623))
|
|
9
|
+
* **cli:** start AFS explorer when agent running ([d532ff6](https://github.com/AIGNE-io/aigne-framework/commit/d532ff65d08fb295b3b68390f303f23cd9c266db))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* The following workspace dependencies were updated
|
|
15
|
+
* dependencies
|
|
16
|
+
* @aigne/afs bumped to 1.4.0-beta.10
|
|
17
|
+
* @aigne/afs-explorer bumped to 1.0.0
|
|
18
|
+
* @aigne/afs-history bumped to 1.2.0-beta.11
|
|
19
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.25
|
|
20
|
+
* @aigne/agent-library bumped to 1.24.0-beta.26
|
|
21
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.24
|
|
22
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.30
|
|
23
|
+
* @aigne/core bumped to 1.72.0-beta.24
|
|
24
|
+
* @aigne/default-memory bumped to 1.4.0-beta.23
|
|
25
|
+
* @aigne/openai bumped to 0.16.16-beta.24
|
|
26
|
+
* @aigne/secrets bumped to 0.1.6-beta.24
|
|
27
|
+
* devDependencies
|
|
28
|
+
* @aigne/test-utils bumped to 0.5.69-beta.24
|
|
29
|
+
|
|
30
|
+
## [1.59.0-beta.29](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.28...cli-v1.59.0-beta.29) (2026-01-15)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
* The following workspace dependencies were updated
|
|
36
|
+
* dependencies
|
|
37
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.24
|
|
38
|
+
* @aigne/agent-library bumped to 1.24.0-beta.25
|
|
39
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.23
|
|
40
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.29
|
|
41
|
+
* @aigne/core bumped to 1.72.0-beta.23
|
|
42
|
+
* @aigne/default-memory bumped to 1.4.0-beta.22
|
|
43
|
+
* @aigne/openai bumped to 0.16.16-beta.23
|
|
44
|
+
* @aigne/secrets bumped to 0.1.6-beta.23
|
|
45
|
+
* devDependencies
|
|
46
|
+
* @aigne/test-utils bumped to 0.5.69-beta.23
|
|
47
|
+
|
|
48
|
+
## [1.59.0-beta.28](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.27...cli-v1.59.0-beta.28) (2026-01-15)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
* fix data corruption when using AIGNE multiple ([#914](https://github.com/AIGNE-io/aigne-framework/issues/914)) ([c713736](https://github.com/AIGNE-io/aigne-framework/commit/c713736b17502ffac6b1fdf67e453aba2f37aab3))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Dependencies
|
|
57
|
+
|
|
58
|
+
* The following workspace dependencies were updated
|
|
59
|
+
* dependencies
|
|
60
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.23
|
|
61
|
+
* @aigne/agent-library bumped to 1.24.0-beta.24
|
|
62
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.22
|
|
63
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.28
|
|
64
|
+
* @aigne/core bumped to 1.72.0-beta.22
|
|
65
|
+
* @aigne/default-memory bumped to 1.4.0-beta.21
|
|
66
|
+
* @aigne/observability-api bumped to 0.11.14-beta.6
|
|
67
|
+
* @aigne/openai bumped to 0.16.16-beta.22
|
|
68
|
+
* @aigne/secrets bumped to 0.1.6-beta.22
|
|
69
|
+
* devDependencies
|
|
70
|
+
* @aigne/test-utils bumped to 0.5.69-beta.22
|
|
71
|
+
|
|
72
|
+
## [1.59.0-beta.27](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.26...cli-v1.59.0-beta.27) (2026-01-15)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* **ci:** replace crypto library and simplify credential handling ([#912](https://github.com/AIGNE-io/aigne-framework/issues/912)) ([f3c3e65](https://github.com/AIGNE-io/aigne-framework/commit/f3c3e651c4776a02675e601ffa56c01c144b892d))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Dependencies
|
|
81
|
+
|
|
82
|
+
* The following workspace dependencies were updated
|
|
83
|
+
* dependencies
|
|
84
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.22
|
|
85
|
+
* @aigne/agent-library bumped to 1.24.0-beta.23
|
|
86
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.21
|
|
87
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.27
|
|
88
|
+
* @aigne/core bumped to 1.72.0-beta.21
|
|
89
|
+
* @aigne/default-memory bumped to 1.4.0-beta.20
|
|
90
|
+
* @aigne/observability-api bumped to 0.11.14-beta.5
|
|
91
|
+
* @aigne/openai bumped to 0.16.16-beta.21
|
|
92
|
+
* @aigne/secrets bumped to 0.1.6-beta.21
|
|
93
|
+
* devDependencies
|
|
94
|
+
* @aigne/test-utils bumped to 0.5.69-beta.21
|
|
95
|
+
|
|
96
|
+
## [1.59.0-beta.26](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.25...cli-v1.59.0-beta.26) (2026-01-15)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
### Dependencies
|
|
100
|
+
|
|
101
|
+
* The following workspace dependencies were updated
|
|
102
|
+
* dependencies
|
|
103
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.21
|
|
104
|
+
* @aigne/agent-library bumped to 1.24.0-beta.22
|
|
105
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.20
|
|
106
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.26
|
|
107
|
+
* @aigne/core bumped to 1.72.0-beta.20
|
|
108
|
+
* @aigne/default-memory bumped to 1.4.0-beta.19
|
|
109
|
+
* @aigne/openai bumped to 0.16.16-beta.20
|
|
110
|
+
* @aigne/secrets bumped to 0.1.6-beta.20
|
|
111
|
+
* devDependencies
|
|
112
|
+
* @aigne/test-utils bumped to 0.5.69-beta.20
|
|
113
|
+
|
|
114
|
+
## [1.59.0-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.24...cli-v1.59.0-beta.25) (2026-01-14)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Features
|
|
118
|
+
|
|
119
|
+
* **afs:** add module access control and schema validation support ([#904](https://github.com/AIGNE-io/aigne-framework/issues/904)) ([d0b279a](https://github.com/AIGNE-io/aigne-framework/commit/d0b279aac07ebe2bcc1fd4148498fc3f6bbcd561))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* **cli:** default enter interactive mode ([#906](https://github.com/AIGNE-io/aigne-framework/issues/906)) ([0791040](https://github.com/AIGNE-io/aigne-framework/commit/0791040557dd135c8feb4ceb8eab66d0578382b2))
|
|
125
|
+
* improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Dependencies
|
|
129
|
+
|
|
130
|
+
* The following workspace dependencies were updated
|
|
131
|
+
* dependencies
|
|
132
|
+
* @aigne/afs bumped to 1.4.0-beta.9
|
|
133
|
+
* @aigne/afs-history bumped to 1.2.0-beta.10
|
|
134
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.20
|
|
135
|
+
* @aigne/agent-library bumped to 1.24.0-beta.21
|
|
136
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.19
|
|
137
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.25
|
|
138
|
+
* @aigne/core bumped to 1.72.0-beta.19
|
|
139
|
+
* @aigne/default-memory bumped to 1.4.0-beta.18
|
|
140
|
+
* @aigne/observability-api bumped to 0.11.14-beta.4
|
|
141
|
+
* @aigne/openai bumped to 0.16.16-beta.19
|
|
142
|
+
* @aigne/secrets bumped to 0.1.6-beta.19
|
|
143
|
+
* devDependencies
|
|
144
|
+
* @aigne/test-utils bumped to 0.5.69-beta.19
|
|
145
|
+
|
|
146
|
+
## [1.59.0-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.23...cli-v1.59.0-beta.24) (2026-01-13)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Dependencies
|
|
150
|
+
|
|
151
|
+
* The following workspace dependencies were updated
|
|
152
|
+
* dependencies
|
|
153
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.24
|
|
154
|
+
|
|
155
|
+
## [1.59.0-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.22...cli-v1.59.0-beta.23) (2026-01-13)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* bump deps to latest and fix build error ([#897](https://github.com/AIGNE-io/aigne-framework/issues/897)) ([4059e79](https://github.com/AIGNE-io/aigne-framework/commit/4059e790ae63b9e4ebd66487665014b0cd7ce6ec))
|
|
161
|
+
* **core:** make async memory updates non-blocking ([#900](https://github.com/AIGNE-io/aigne-framework/issues/900)) ([314f2c3](https://github.com/AIGNE-io/aigne-framework/commit/314f2c35d8baa88b600cc4de3f5983fef03a804c))
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Dependencies
|
|
165
|
+
|
|
166
|
+
* The following workspace dependencies were updated
|
|
167
|
+
* dependencies
|
|
168
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.19
|
|
169
|
+
* @aigne/agent-library bumped to 1.24.0-beta.20
|
|
170
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.18
|
|
171
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.23
|
|
172
|
+
* @aigne/core bumped to 1.72.0-beta.18
|
|
173
|
+
* @aigne/default-memory bumped to 1.4.0-beta.17
|
|
174
|
+
* @aigne/observability-api bumped to 0.11.14-beta.3
|
|
175
|
+
* @aigne/openai bumped to 0.16.16-beta.18
|
|
176
|
+
* @aigne/secrets bumped to 0.1.6-beta.18
|
|
177
|
+
* devDependencies
|
|
178
|
+
* @aigne/test-utils bumped to 0.5.69-beta.18
|
|
179
|
+
|
|
180
|
+
## [1.59.0-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.21...cli-v1.59.0-beta.22) (2026-01-12)
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
### Dependencies
|
|
184
|
+
|
|
185
|
+
* The following workspace dependencies were updated
|
|
186
|
+
* dependencies
|
|
187
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.18
|
|
188
|
+
* @aigne/agent-library bumped to 1.24.0-beta.19
|
|
189
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.17
|
|
190
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.22
|
|
191
|
+
* @aigne/core bumped to 1.72.0-beta.17
|
|
192
|
+
* @aigne/default-memory bumped to 1.4.0-beta.16
|
|
193
|
+
* @aigne/openai bumped to 0.16.16-beta.17
|
|
194
|
+
* @aigne/secrets bumped to 0.1.6-beta.17
|
|
195
|
+
* devDependencies
|
|
196
|
+
* @aigne/test-utils bumped to 0.5.69-beta.17
|
|
197
|
+
|
|
198
|
+
## [1.59.0-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.20...cli-v1.59.0-beta.21) (2026-01-12)
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
### Dependencies
|
|
202
|
+
|
|
203
|
+
* The following workspace dependencies were updated
|
|
204
|
+
* dependencies
|
|
205
|
+
* @aigne/afs bumped to 1.4.0-beta.8
|
|
206
|
+
* @aigne/afs-history bumped to 1.2.0-beta.9
|
|
207
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.17
|
|
208
|
+
* @aigne/agent-library bumped to 1.24.0-beta.18
|
|
209
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.16
|
|
210
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.21
|
|
211
|
+
* @aigne/core bumped to 1.72.0-beta.16
|
|
212
|
+
* @aigne/default-memory bumped to 1.4.0-beta.15
|
|
213
|
+
* @aigne/openai bumped to 0.16.16-beta.16
|
|
214
|
+
* @aigne/secrets bumped to 0.1.6-beta.16
|
|
215
|
+
* devDependencies
|
|
216
|
+
* @aigne/test-utils bumped to 0.5.69-beta.16
|
|
217
|
+
|
|
218
|
+
## [1.59.0-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.19...cli-v1.59.0-beta.20) (2026-01-10)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
### Dependencies
|
|
222
|
+
|
|
223
|
+
* The following workspace dependencies were updated
|
|
224
|
+
* dependencies
|
|
225
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.16
|
|
226
|
+
* @aigne/agent-library bumped to 1.24.0-beta.17
|
|
227
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.15
|
|
228
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.20
|
|
229
|
+
* @aigne/core bumped to 1.72.0-beta.15
|
|
230
|
+
* @aigne/default-memory bumped to 1.4.0-beta.14
|
|
231
|
+
* @aigne/openai bumped to 0.16.16-beta.15
|
|
232
|
+
* @aigne/secrets bumped to 0.1.6-beta.15
|
|
233
|
+
* devDependencies
|
|
234
|
+
* @aigne/test-utils bumped to 0.5.69-beta.15
|
|
235
|
+
|
|
236
|
+
## [1.59.0-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.18...cli-v1.59.0-beta.19) (2026-01-09)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
### Bug Fixes
|
|
240
|
+
|
|
241
|
+
* **cli:** cache approved commands in run-skill to avoid redundant prompts ([d07fe6d](https://github.com/AIGNE-io/aigne-framework/commit/d07fe6d049cd063e750e5b3fe231c74dae26bc9d))
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
### Dependencies
|
|
245
|
+
|
|
246
|
+
* The following workspace dependencies were updated
|
|
247
|
+
* dependencies
|
|
248
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.15
|
|
249
|
+
* @aigne/agent-library bumped to 1.24.0-beta.16
|
|
250
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.14
|
|
251
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.19
|
|
252
|
+
* @aigne/core bumped to 1.72.0-beta.14
|
|
253
|
+
* @aigne/default-memory bumped to 1.4.0-beta.13
|
|
254
|
+
* @aigne/openai bumped to 0.16.16-beta.14
|
|
255
|
+
* @aigne/secrets bumped to 0.1.6-beta.14
|
|
256
|
+
* devDependencies
|
|
257
|
+
* @aigne/test-utils bumped to 0.5.69-beta.14
|
|
258
|
+
|
|
259
|
+
## [1.59.0-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.17...cli-v1.59.0-beta.18) (2026-01-08)
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
### Bug Fixes
|
|
263
|
+
|
|
264
|
+
* **cli:** ask user retry when model request respond error ([#884](https://github.com/AIGNE-io/aigne-framework/issues/884)) ([60aabbb](https://github.com/AIGNE-io/aigne-framework/commit/60aabbb34be6104f25f0383c2279f7f089268631))
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Dependencies
|
|
268
|
+
|
|
269
|
+
* The following workspace dependencies were updated
|
|
270
|
+
* dependencies
|
|
271
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.18
|
|
272
|
+
|
|
273
|
+
## [1.59.0-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.16...cli-v1.59.0-beta.17) (2026-01-08)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Features
|
|
277
|
+
|
|
278
|
+
* **afs,bash:** add physical path mapping for AFS modules in bash execution ([#881](https://github.com/AIGNE-io/aigne-framework/issues/881)) ([50dbda2](https://github.com/AIGNE-io/aigne-framework/commit/50dbda224bd666d951494d2449779830d8db57fc))
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Bug Fixes
|
|
282
|
+
|
|
283
|
+
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Dependencies
|
|
287
|
+
|
|
288
|
+
* The following workspace dependencies were updated
|
|
289
|
+
* dependencies
|
|
290
|
+
* @aigne/afs bumped to 1.4.0-beta.7
|
|
291
|
+
* @aigne/afs-history bumped to 1.2.0-beta.8
|
|
292
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.14
|
|
293
|
+
* @aigne/agent-library bumped to 1.24.0-beta.15
|
|
294
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.13
|
|
295
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.17
|
|
296
|
+
* @aigne/core bumped to 1.72.0-beta.13
|
|
297
|
+
* @aigne/default-memory bumped to 1.4.0-beta.12
|
|
298
|
+
* @aigne/observability-api bumped to 0.11.14-beta.2
|
|
299
|
+
* @aigne/openai bumped to 0.16.16-beta.13
|
|
300
|
+
* @aigne/secrets bumped to 0.1.6-beta.13
|
|
301
|
+
* devDependencies
|
|
302
|
+
* @aigne/test-utils bumped to 0.5.69-beta.13
|
|
303
|
+
|
|
304
|
+
## [1.59.0-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.15...cli-v1.59.0-beta.16) (2026-01-07)
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Dependencies
|
|
308
|
+
|
|
309
|
+
* The following workspace dependencies were updated
|
|
310
|
+
* dependencies
|
|
311
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.13
|
|
312
|
+
|
|
313
|
+
## [1.59.0-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.14...cli-v1.59.0-beta.15) (2026-01-07)
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Dependencies
|
|
317
|
+
|
|
318
|
+
* The following workspace dependencies were updated
|
|
319
|
+
* dependencies
|
|
320
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.12
|
|
321
|
+
* @aigne/agent-library bumped to 1.24.0-beta.14
|
|
322
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.12
|
|
323
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.16
|
|
324
|
+
* @aigne/core bumped to 1.72.0-beta.12
|
|
325
|
+
* @aigne/default-memory bumped to 1.4.0-beta.11
|
|
326
|
+
* @aigne/openai bumped to 0.16.16-beta.12
|
|
327
|
+
* @aigne/secrets bumped to 0.1.6-beta.12
|
|
328
|
+
* devDependencies
|
|
329
|
+
* @aigne/test-utils bumped to 0.5.69-beta.12
|
|
330
|
+
|
|
331
|
+
## [1.59.0-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.13...cli-v1.59.0-beta.14) (2026-01-06)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Bug Fixes
|
|
335
|
+
|
|
336
|
+
* **core:** preserve Agent Skill in session compact and support complex tool result content ([#876](https://github.com/AIGNE-io/aigne-framework/issues/876)) ([edb86ae](https://github.com/AIGNE-io/aigne-framework/commit/edb86ae2b9cfe56a8f08b276f843606e310566cf))
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Dependencies
|
|
340
|
+
|
|
341
|
+
* The following workspace dependencies were updated
|
|
342
|
+
* dependencies
|
|
343
|
+
* @aigne/afs bumped to 1.4.0-beta.6
|
|
344
|
+
* @aigne/afs-history bumped to 1.2.0-beta.7
|
|
345
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.11
|
|
346
|
+
* @aigne/agent-library bumped to 1.24.0-beta.13
|
|
347
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.11
|
|
348
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.15
|
|
349
|
+
* @aigne/core bumped to 1.72.0-beta.11
|
|
350
|
+
* @aigne/default-memory bumped to 1.4.0-beta.10
|
|
351
|
+
* @aigne/openai bumped to 0.16.16-beta.11
|
|
352
|
+
* @aigne/secrets bumped to 0.1.6-beta.11
|
|
353
|
+
* devDependencies
|
|
354
|
+
* @aigne/test-utils bumped to 0.5.69-beta.11
|
|
355
|
+
|
|
356
|
+
## [1.59.0-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.12...cli-v1.59.0-beta.13) (2026-01-06)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Features
|
|
360
|
+
|
|
361
|
+
* **core:** add cross session user memory support ([#873](https://github.com/AIGNE-io/aigne-framework/issues/873)) ([f377aa1](https://github.com/AIGNE-io/aigne-framework/commit/f377aa17f2cf8004fd3225ade4a37fd90af1292f))
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Bug Fixes
|
|
365
|
+
|
|
366
|
+
* **cli:** add askUserQuestion for run-skill command ([9c621e7](https://github.com/AIGNE-io/aigne-framework/commit/9c621e7c55501d129e71966da79514717a4579ab))
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
### Dependencies
|
|
370
|
+
|
|
371
|
+
* The following workspace dependencies were updated
|
|
372
|
+
* dependencies
|
|
373
|
+
* @aigne/afs-history bumped to 1.2.0-beta.6
|
|
374
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.10
|
|
375
|
+
* @aigne/agent-library bumped to 1.24.0-beta.12
|
|
376
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.10
|
|
377
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.14
|
|
378
|
+
* @aigne/core bumped to 1.72.0-beta.10
|
|
379
|
+
* @aigne/default-memory bumped to 1.4.0-beta.9
|
|
380
|
+
* @aigne/openai bumped to 0.16.16-beta.10
|
|
381
|
+
* @aigne/secrets bumped to 0.1.6-beta.10
|
|
382
|
+
* devDependencies
|
|
383
|
+
* @aigne/test-utils bumped to 0.5.69-beta.10
|
|
384
|
+
|
|
385
|
+
## [1.59.0-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.11...cli-v1.59.0-beta.12) (2026-01-02)
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
### Features
|
|
389
|
+
|
|
390
|
+
* **cli:** add run-skill command ([#868](https://github.com/AIGNE-io/aigne-framework/issues/868)) ([f62ffe2](https://github.com/AIGNE-io/aigne-framework/commit/f62ffe21acc49ec1a68349fbb35a13d0fadd239a))
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
* **cli:** add chat aliases for interactive option ([#867](https://github.com/AIGNE-io/aigne-framework/issues/867)) ([91f27fd](https://github.com/AIGNE-io/aigne-framework/commit/91f27fd874b8c4b2ded2d7cd46e2821f70943c69))
|
|
396
|
+
* **cli:** rename cmd option --chat to --interactive ([#865](https://github.com/AIGNE-io/aigne-framework/issues/865)) ([480eca4](https://github.com/AIGNE-io/aigne-framework/commit/480eca49a7381a330024f1f0026bbc5f89b57bbb))
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
### Dependencies
|
|
400
|
+
|
|
401
|
+
* The following workspace dependencies were updated
|
|
402
|
+
* dependencies
|
|
403
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.9
|
|
404
|
+
* @aigne/agent-library bumped to 1.24.0-beta.11
|
|
405
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.9
|
|
406
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.13
|
|
407
|
+
* @aigne/core bumped to 1.72.0-beta.9
|
|
408
|
+
* @aigne/default-memory bumped to 1.4.0-beta.8
|
|
409
|
+
* @aigne/openai bumped to 0.16.16-beta.9
|
|
410
|
+
* @aigne/secrets bumped to 0.1.6-beta.9
|
|
411
|
+
* devDependencies
|
|
412
|
+
* @aigne/test-utils bumped to 0.5.69-beta.9
|
|
413
|
+
|
|
414
|
+
## [1.59.0-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.10...cli-v1.59.0-beta.11) (2025-12-31)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
### Features
|
|
418
|
+
|
|
419
|
+
* add session compact support for AIAgent ([#863](https://github.com/AIGNE-io/aigne-framework/issues/863)) ([9010918](https://github.com/AIGNE-io/aigne-framework/commit/9010918cd3f18b02b5c60ddc9ed5c34b568d0b28))
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Dependencies
|
|
423
|
+
|
|
424
|
+
* The following workspace dependencies were updated
|
|
425
|
+
* dependencies
|
|
426
|
+
* @aigne/afs bumped to 1.4.0-beta.5
|
|
427
|
+
* @aigne/afs-history bumped to 1.2.0-beta.5
|
|
428
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.8
|
|
429
|
+
* @aigne/agent-library bumped to 1.24.0-beta.10
|
|
430
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.8
|
|
431
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.12
|
|
432
|
+
* @aigne/core bumped to 1.72.0-beta.8
|
|
433
|
+
* @aigne/default-memory bumped to 1.4.0-beta.7
|
|
434
|
+
* @aigne/openai bumped to 0.16.16-beta.8
|
|
435
|
+
* @aigne/secrets bumped to 0.1.6-beta.8
|
|
436
|
+
* devDependencies
|
|
437
|
+
* @aigne/test-utils bumped to 0.5.69-beta.8
|
|
438
|
+
|
|
439
|
+
## [1.59.0-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.9...cli-v1.59.0-beta.10) (2025-12-26)
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
### Dependencies
|
|
443
|
+
|
|
444
|
+
* The following workspace dependencies were updated
|
|
445
|
+
* dependencies
|
|
446
|
+
* @aigne/agent-library bumped to 1.24.0-beta.9
|
|
447
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.11
|
|
448
|
+
|
|
449
|
+
## [1.59.0-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.8...cli-v1.59.0-beta.9) (2025-12-26)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Features
|
|
453
|
+
|
|
454
|
+
* **core:** add session history support ([#858](https://github.com/AIGNE-io/aigne-framework/issues/858)) ([28a070e](https://github.com/AIGNE-io/aigne-framework/commit/28a070ed33b821d1fd344b899706d817ca992b9f))
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Dependencies
|
|
458
|
+
|
|
459
|
+
* The following workspace dependencies were updated
|
|
460
|
+
* dependencies
|
|
461
|
+
* @aigne/afs bumped to 1.4.0-beta.4
|
|
462
|
+
* @aigne/afs-history bumped to 1.2.0-beta.4
|
|
463
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.7
|
|
464
|
+
* @aigne/agent-library bumped to 1.24.0-beta.8
|
|
465
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.7
|
|
466
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.10
|
|
467
|
+
* @aigne/core bumped to 1.72.0-beta.7
|
|
468
|
+
* @aigne/default-memory bumped to 1.4.0-beta.6
|
|
469
|
+
* @aigne/openai bumped to 0.16.16-beta.7
|
|
470
|
+
* @aigne/secrets bumped to 0.1.6-beta.7
|
|
471
|
+
* devDependencies
|
|
472
|
+
* @aigne/test-utils bumped to 0.5.69-beta.7
|
|
473
|
+
|
|
474
|
+
## [1.59.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.7...cli-v1.59.0-beta.8) (2025-12-25)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Dependencies
|
|
478
|
+
|
|
479
|
+
* The following workspace dependencies were updated
|
|
480
|
+
* dependencies
|
|
481
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.6
|
|
482
|
+
* @aigne/agent-library bumped to 1.24.0-beta.7
|
|
483
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.6
|
|
484
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.9
|
|
485
|
+
* @aigne/core bumped to 1.72.0-beta.6
|
|
486
|
+
* @aigne/default-memory bumped to 1.3.6-beta.6
|
|
487
|
+
* @aigne/openai bumped to 0.16.16-beta.6
|
|
488
|
+
* @aigne/secrets bumped to 0.1.6-beta.6
|
|
489
|
+
* devDependencies
|
|
490
|
+
* @aigne/test-utils bumped to 0.5.69-beta.6
|
|
491
|
+
|
|
492
|
+
## [1.59.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.6...cli-v1.59.0-beta.7) (2025-12-25)
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
### Dependencies
|
|
496
|
+
|
|
497
|
+
* The following workspace dependencies were updated
|
|
498
|
+
* dependencies
|
|
499
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.8
|
|
500
|
+
|
|
501
|
+
## [1.59.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.5...cli-v1.59.0-beta.6) (2025-12-25)
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
### Dependencies
|
|
505
|
+
|
|
506
|
+
* The following workspace dependencies were updated
|
|
507
|
+
* dependencies
|
|
508
|
+
* @aigne/agent-library bumped to 1.24.0-beta.6
|
|
509
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.7
|
|
510
|
+
|
|
511
|
+
## [1.59.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.4...cli-v1.59.0-beta.5) (2025-12-25)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Dependencies
|
|
515
|
+
|
|
516
|
+
* The following workspace dependencies were updated
|
|
517
|
+
* dependencies
|
|
518
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.5
|
|
519
|
+
* @aigne/agent-library bumped to 1.24.0-beta.5
|
|
520
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.5
|
|
521
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.6
|
|
522
|
+
* @aigne/core bumped to 1.72.0-beta.5
|
|
523
|
+
* @aigne/default-memory bumped to 1.3.6-beta.5
|
|
524
|
+
* @aigne/openai bumped to 0.16.16-beta.5
|
|
525
|
+
* @aigne/secrets bumped to 0.1.6-beta.5
|
|
526
|
+
* devDependencies
|
|
527
|
+
* @aigne/test-utils bumped to 0.5.69-beta.5
|
|
528
|
+
|
|
529
|
+
## [1.59.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.3...cli-v1.59.0-beta.4) (2025-12-24)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Features
|
|
533
|
+
|
|
534
|
+
* add Agent Skill support ([#787](https://github.com/AIGNE-io/aigne-framework/issues/787)) ([f04fbe7](https://github.com/AIGNE-io/aigne-framework/commit/f04fbe76ec24cf3c59c74adf92d87b0c3784a8f7))
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Bug Fixes
|
|
538
|
+
|
|
539
|
+
* **cli:** improve terminal outputs ([#847](https://github.com/AIGNE-io/aigne-framework/issues/847)) ([329e91b](https://github.com/AIGNE-io/aigne-framework/commit/329e91bc3323f72fc8a2d278ff5e6bba9adbd6e0))
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
### Dependencies
|
|
543
|
+
|
|
544
|
+
* The following workspace dependencies were updated
|
|
545
|
+
* dependencies
|
|
546
|
+
* @aigne/afs bumped to 1.4.0-beta.3
|
|
547
|
+
* @aigne/afs-history bumped to 1.2.0-beta.3
|
|
548
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.4
|
|
549
|
+
* @aigne/agent-library bumped to 1.24.0-beta.4
|
|
550
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.4
|
|
551
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.5
|
|
552
|
+
* @aigne/core bumped to 1.72.0-beta.4
|
|
553
|
+
* @aigne/default-memory bumped to 1.3.6-beta.4
|
|
554
|
+
* @aigne/openai bumped to 0.16.16-beta.4
|
|
555
|
+
* @aigne/secrets bumped to 0.1.6-beta.4
|
|
556
|
+
* devDependencies
|
|
557
|
+
* @aigne/test-utils bumped to 0.5.69-beta.4
|
|
558
|
+
|
|
3
559
|
## [1.59.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.2...cli-v1.59.0-beta.3) (2025-12-22)
|
|
4
560
|
|
|
5
561
|
|
package/dist/commands/aigne.js
CHANGED
|
@@ -8,6 +8,7 @@ import { createEvalCommand } from "./eval.js";
|
|
|
8
8
|
import { createHubCommand } from "./hub.js";
|
|
9
9
|
import { createObservabilityCommand } from "./observe.js";
|
|
10
10
|
import { createRunCommand } from "./run.js";
|
|
11
|
+
import { createRunSkillCommand } from "./run-skill.js";
|
|
11
12
|
import { createServeMCPCommand } from "./serve-mcp.js";
|
|
12
13
|
import { createTestCommand } from "./test.js";
|
|
13
14
|
export function createAIGNECommand(options) {
|
|
@@ -17,6 +18,7 @@ export function createAIGNECommand(options) {
|
|
|
17
18
|
.version(AIGNE_CLI_VERSION)
|
|
18
19
|
// default command: when user runs `aigne` without subcommand, behave like `aigne run`
|
|
19
20
|
.command(createRunCommand(options))
|
|
21
|
+
.command(createRunSkillCommand())
|
|
20
22
|
.command(createEvalCommand(options))
|
|
21
23
|
.command(createTestCommand(options))
|
|
22
24
|
.command(createCreateCommand())
|
|
@@ -10,10 +10,10 @@ export declare const serveMcpCommandModule: ({ aigne, name, }: {
|
|
|
10
10
|
port?: number;
|
|
11
11
|
pathname: string;
|
|
12
12
|
}>;
|
|
13
|
-
export declare const agentCommandModule: ({ aigne, agent,
|
|
13
|
+
export declare const agentCommandModule: ({ aigne, agent, interactive, }: {
|
|
14
14
|
aigne: AIGNE;
|
|
15
15
|
agent: Agent;
|
|
16
|
-
|
|
16
|
+
interactive?: boolean;
|
|
17
17
|
}) => CommandModule<unknown, AgentRunCommonOptions>;
|
|
18
18
|
export declare const cliAgentCommandModule: ({ aigne, cliAgent, }: {
|
|
19
19
|
aigne: AIGNE;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import assert from "node:assert";
|
|
2
|
+
import { DEFAULT_USER_ID } from "@aigne/cli/constants.js";
|
|
2
3
|
import { logger } from "@aigne/core/utils/logger.js";
|
|
4
|
+
import { v7 } from "@aigne/uuid";
|
|
3
5
|
import { runAgentWithAIGNE } from "../../utils/run-with-aigne.js";
|
|
4
6
|
import { parseAgentInput, withAgentInputSchema, } from "../../utils/yargs.js";
|
|
5
7
|
import { serveMCPServerFromDir } from "../serve-mcp.js";
|
|
@@ -30,7 +32,7 @@ export const serveMcpCommandModule = ({ aigne, name, }) => ({
|
|
|
30
32
|
});
|
|
31
33
|
},
|
|
32
34
|
});
|
|
33
|
-
export const agentCommandModule = ({ aigne, agent,
|
|
35
|
+
export const agentCommandModule = ({ aigne, agent, interactive, }) => {
|
|
34
36
|
return {
|
|
35
37
|
command: agent.name,
|
|
36
38
|
aliases: agent.alias || [],
|
|
@@ -38,7 +40,9 @@ export const agentCommandModule = ({ aigne, agent, chat, }) => {
|
|
|
38
40
|
builder: async (yargs) => {
|
|
39
41
|
return withAgentInputSchema(yargs, {
|
|
40
42
|
inputSchema: agent.inputSchema,
|
|
41
|
-
optionalInputs:
|
|
43
|
+
optionalInputs: interactive && "inputKey" in agent && typeof agent.inputKey === "string"
|
|
44
|
+
? [agent.inputKey]
|
|
45
|
+
: [],
|
|
42
46
|
});
|
|
43
47
|
},
|
|
44
48
|
handler: async (options) => {
|
|
@@ -47,7 +51,7 @@ export const agentCommandModule = ({ aigne, agent, chat, }) => {
|
|
|
47
51
|
await invokeAgent({
|
|
48
52
|
aigne,
|
|
49
53
|
agent,
|
|
50
|
-
input: { ...options,
|
|
54
|
+
input: { ...options, interactive: interactive ?? options.interactive },
|
|
51
55
|
});
|
|
52
56
|
},
|
|
53
57
|
};
|
|
@@ -96,7 +100,9 @@ export async function invokeAgent(options) {
|
|
|
96
100
|
await runAgentWithAIGNE(aigne, agent, {
|
|
97
101
|
...options.input,
|
|
98
102
|
input,
|
|
99
|
-
|
|
103
|
+
interactive: options.input.interactive,
|
|
104
|
+
sessionId: options.input.sessionId || v7(),
|
|
105
|
+
userId: DEFAULT_USER_ID,
|
|
100
106
|
});
|
|
101
107
|
}
|
|
102
108
|
finally {
|
package/dist/commands/app/app.js
CHANGED