@aigne/cli 1.59.0-beta.3 → 1.59.0-beta.31
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 +694 -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,699 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.59.0-beta.31](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.30...cli-v1.59.0-beta.31) (2026-01-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add Agent Skill support ([#787](https://github.com/AIGNE-io/aigne-framework/issues/787)) ([f04fbe7](https://github.com/AIGNE-io/aigne-framework/commit/f04fbe76ec24cf3c59c74adf92d87b0c3784a8f7))
|
|
9
|
+
* add dynamic model options resolution with getter pattern ([#708](https://github.com/AIGNE-io/aigne-framework/issues/708)) ([5ed5085](https://github.com/AIGNE-io/aigne-framework/commit/5ed5085203763c70194853c56edc13acf56d81c6))
|
|
10
|
+
* add modalities support for chat model ([#454](https://github.com/AIGNE-io/aigne-framework/issues/454)) ([70d1bf6](https://github.com/AIGNE-io/aigne-framework/commit/70d1bf631f4e711235d89c6df8ee210a19179b30))
|
|
11
|
+
* add multiline support for prompts.input ([#570](https://github.com/AIGNE-io/aigne-framework/issues/570)) ([520d985](https://github.com/AIGNE-io/aigne-framework/commit/520d9859770cc553b551a4a58c7e392b39f53b37))
|
|
12
|
+
* add prompt caching for OpenAI/Gemini/Anthropic and cache token display ([#838](https://github.com/AIGNE-io/aigne-framework/issues/838)) ([46c628f](https://github.com/AIGNE-io/aigne-framework/commit/46c628f180572ea1b955d1a9888aad6145204842))
|
|
13
|
+
* 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))
|
|
14
|
+
* **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))
|
|
15
|
+
* **afs:** add AFSJSON module support mount a JSON/yaml file to AFS ([6adedc6](https://github.com/AIGNE-io/aigne-framework/commit/6adedc624bedb1bc741da8534f2fbb41e1bc6623))
|
|
16
|
+
* **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))
|
|
17
|
+
* **afs:** add module system fs for afs ([#594](https://github.com/AIGNE-io/aigne-framework/issues/594)) ([83c7b65](https://github.com/AIGNE-io/aigne-framework/commit/83c7b6555d21c606a5005eb05f6686882fb8ffa3))
|
|
18
|
+
* **agent-library:** add BashAgent with sandbox support ([#816](https://github.com/AIGNE-io/aigne-framework/issues/816)) ([0d4feee](https://github.com/AIGNE-io/aigne-framework/commit/0d4feeeac2b71df1c4d725adeee76c9318ce8e02))
|
|
19
|
+
* **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))
|
|
20
|
+
* **cli:** add `--beta` `--target-version` `--force` options for `upgrade` command ([#555](https://github.com/AIGNE-io/aigne-framework/issues/555)) ([f9f0471](https://github.com/AIGNE-io/aigne-framework/commit/f9f04719020cca00bc3adbe8169c42422201df49))
|
|
21
|
+
* **cli:** add metadata traces including CLI version, app name, and version ([#646](https://github.com/AIGNE-io/aigne-framework/issues/646)) ([c64bd76](https://github.com/AIGNE-io/aigne-framework/commit/c64bd761ba4c9f3854be5feee208c711bff7a170))
|
|
22
|
+
* **cli:** add new eval command for assessing AI agent performance using custom datasets ([#535](https://github.com/AIGNE-io/aigne-framework/issues/535)) ([9da967b](https://github.com/AIGNE-io/aigne-framework/commit/9da967b01ef9eeee4c5e1242934cf08e14815753))
|
|
23
|
+
* **cli:** add new eval command for assessing AI agent performance using custom datasets ([#535](https://github.com/AIGNE-io/aigne-framework/issues/535)) ([9da967b](https://github.com/AIGNE-io/aigne-framework/commit/9da967b01ef9eeee4c5e1242934cf08e14815753))
|
|
24
|
+
* **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))
|
|
25
|
+
* **cli:** add searchable checkbox component with dynamic filtering ([#426](https://github.com/AIGNE-io/aigne-framework/issues/426)) ([1a76fe7](https://github.com/AIGNE-io/aigne-framework/commit/1a76fe7c2f7d91bc4041dfcd73850b39a18a036b))
|
|
26
|
+
* **cli:** add web-smith command to @aigne/cli ([#486](https://github.com/AIGNE-io/aigne-framework/issues/486)) ([3f6d51a](https://github.com/AIGNE-io/aigne-framework/commit/3f6d51a24a505c6b0a520b1775164a3456fd9fd5))
|
|
27
|
+
* **cli:** start AFS explorer when agent running ([d532ff6](https://github.com/AIGNE-io/aigne-framework/commit/d532ff65d08fb295b3b68390f303f23cd9c266db))
|
|
28
|
+
* **cli:** support ctrl+a select all items for prompts.checkbox ([#439](https://github.com/AIGNE-io/aigne-framework/issues/439)) ([af1c6c0](https://github.com/AIGNE-io/aigne-framework/commit/af1c6c03a1ebb2a168d6750a121aacd142ab26ea))
|
|
29
|
+
* **cli:** support define nested commands for sub apps ([#568](https://github.com/AIGNE-io/aigne-framework/issues/568)) ([0693b80](https://github.com/AIGNE-io/aigne-framework/commit/0693b807e0f8d335010e6ad00763b07cf095e65b))
|
|
30
|
+
* **cli:** support using beta apps with environments ([#511](https://github.com/AIGNE-io/aigne-framework/issues/511)) ([141b11a](https://github.com/AIGNE-io/aigne-framework/commit/141b11a7757f8a441489c9e7ab5e10df1fafe26f))
|
|
31
|
+
* **cli:** unify `run` and apps command arguments ([#436](https://github.com/AIGNE-io/aigne-framework/issues/436)) ([9c6b632](https://github.com/AIGNE-io/aigne-framework/commit/9c6b6323f8cfc2afe632d8ae392eab446981fc64))
|
|
32
|
+
* **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))
|
|
33
|
+
* **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))
|
|
34
|
+
* **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
|
|
35
|
+
* **secure:** secure credential storage with keyring support ([#771](https://github.com/AIGNE-io/aigne-framework/issues/771)) ([023c202](https://github.com/AIGNE-io/aigne-framework/commit/023c202f75eddb37d003b1fad447b491e8e1a8c2))
|
|
36
|
+
* support custom extra model options in agent yaml file ([#586](https://github.com/AIGNE-io/aigne-framework/issues/586)) ([6d82115](https://github.com/AIGNE-io/aigne-framework/commit/6d82115e0763385c7e44ea152867c0d4a9e0a301))
|
|
37
|
+
* support custom model for every agents ([#472](https://github.com/AIGNE-io/aigne-framework/issues/472)) ([0bda78a](https://github.com/AIGNE-io/aigne-framework/commit/0bda78a2ebf537e953d855882d68cb37d94d1d10))
|
|
38
|
+
* support custom prefer input file type ([#469](https://github.com/AIGNE-io/aigne-framework/issues/469)) ([db0161b](https://github.com/AIGNE-io/aigne-framework/commit/db0161bbac52542c771ee2f40f361636b0668075))
|
|
39
|
+
* support define agent by third library & orchestrator agent refactor ([#799](https://github.com/AIGNE-io/aigne-framework/issues/799)) ([7264b11](https://github.com/AIGNE-io/aigne-framework/commit/7264b11ab6eed787e928367f09aa08d254968d40))
|
|
40
|
+
* support mount mcp agent into AFS ([#740](https://github.com/AIGNE-io/aigne-framework/issues/740)) ([6d474fc](https://github.com/AIGNE-io/aigne-framework/commit/6d474fc05845a15e2c3e8fa97727b409bdd70945))
|
|
41
|
+
* use a more secure signature mechanism ([#655](https://github.com/AIGNE-io/aigne-framework/issues/655)) ([aa5dc0c](https://github.com/AIGNE-io/aigne-framework/commit/aa5dc0ccdff8245a629cb30e731081528a555134))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* add copy and download in observability detail and optimize the detail rendering ([#610](https://github.com/AIGNE-io/aigne-framework/issues/610)) ([b1885f2](https://github.com/AIGNE-io/aigne-framework/commit/b1885f2b969d7ca28a0cb1ac2b4707e7c785308b))
|
|
47
|
+
* add fetch utility with timeout and enhanced error handling ([#694](https://github.com/AIGNE-io/aigne-framework/issues/694)) ([c2d4076](https://github.com/AIGNE-io/aigne-framework/commit/c2d4076ec590150d2751591a4f723721f78381e9))
|
|
48
|
+
* add file protocol to local file links in terminal tracer ([#455](https://github.com/AIGNE-io/aigne-framework/issues/455)) ([14890f9](https://github.com/AIGNE-io/aigne-framework/commit/14890f9ead679f38a7cc0b1ff31a97d2fe9056cb))
|
|
49
|
+
* add validate/required support for terminal input ([#651](https://github.com/AIGNE-io/aigne-framework/issues/651)) ([3d7f94c](https://github.com/AIGNE-io/aigne-framework/commit/3d7f94c32c8ec7bebb8f71fb16ddd3dd74a2d255))
|
|
50
|
+
* **blocklet:** observability blocklet start failure ([#554](https://github.com/AIGNE-io/aigne-framework/issues/554)) ([8431d4d](https://github.com/AIGNE-io/aigne-framework/commit/8431d4d89a4b96f735f23e774e9545bbe1fd811c))
|
|
51
|
+
* **blocklet:** observability blocklet start failure ([#554](https://github.com/AIGNE-io/aigne-framework/issues/554)) ([8431d4d](https://github.com/AIGNE-io/aigne-framework/commit/8431d4d89a4b96f735f23e774e9545bbe1fd811c))
|
|
52
|
+
* 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))
|
|
53
|
+
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
54
|
+
* bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
|
|
55
|
+
* bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
|
|
56
|
+
* bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
|
|
57
|
+
* bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
|
|
58
|
+
* **checkbox:** display options list alongside error messages in search mode ([#563](https://github.com/AIGNE-io/aigne-framework/issues/563)) ([b0ebbed](https://github.com/AIGNE-io/aigne-framework/commit/b0ebbed933362fe462a6af2c812886f8e80d5194))
|
|
59
|
+
* **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))
|
|
60
|
+
* **cli:** add askUserQuestion for run-skill command ([9c621e7](https://github.com/AIGNE-io/aigne-framework/commit/9c621e7c55501d129e71966da79514717a4579ab))
|
|
61
|
+
* **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))
|
|
62
|
+
* **cli:** add environment variable support for AIGNE Hub credentials ([#595](https://github.com/AIGNE-io/aigne-framework/issues/595)) ([00651e4](https://github.com/AIGNE-io/aigne-framework/commit/00651e4f1047c24be297b4f73e06e144592d934d))
|
|
63
|
+
* **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))
|
|
64
|
+
* **cli:** cache approved commands in run-skill to avoid redundant prompts ([d07fe6d](https://github.com/AIGNE-io/aigne-framework/commit/d07fe6d049cd063e750e5b3fe231c74dae26bc9d))
|
|
65
|
+
* **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))
|
|
66
|
+
* **cli:** ensure console is restored after loadAIGNE call ([#447](https://github.com/AIGNE-io/aigne-framework/issues/447)) ([68fae38](https://github.com/AIGNE-io/aigne-framework/commit/68fae38c10346cd202266decf0ab0869bb618a07))
|
|
67
|
+
* **cli:** improve app loading reliability with force upgrade on error ([#566](https://github.com/AIGNE-io/aigne-framework/issues/566)) ([d7c49cf](https://github.com/AIGNE-io/aigne-framework/commit/d7c49cfdfdc72c0d1a98c3033babe1392cb707c1))
|
|
68
|
+
* **cli:** improve hub deletion with auto default switching ([#782](https://github.com/AIGNE-io/aigne-framework/issues/782)) ([f30b8c2](https://github.com/AIGNE-io/aigne-framework/commit/f30b8c2d0a8167c3678d500944c77ed257427564))
|
|
69
|
+
* **cli:** improve hub status display for non-default hubs ([#784](https://github.com/AIGNE-io/aigne-framework/issues/784)) ([9e83e01](https://github.com/AIGNE-io/aigne-framework/commit/9e83e01385bdf8fe6d6801c3b49007cac31a6eb5))
|
|
70
|
+
* **cli:** improve terminal outputs ([#847](https://github.com/AIGNE-io/aigne-framework/issues/847)) ([329e91b](https://github.com/AIGNE-io/aigne-framework/commit/329e91bc3323f72fc8a2d278ff5e6bba9adbd6e0))
|
|
71
|
+
* **cli:** install deps with `--force` option when installing application ([#560](https://github.com/AIGNE-io/aigne-framework/issues/560)) ([adc49b1](https://github.com/AIGNE-io/aigne-framework/commit/adc49b18907a0c94a1404fa17717aea1f1fc84d3))
|
|
72
|
+
* **cli:** load AIGNE in a child process to ensure app is available ([#475](https://github.com/AIGNE-io/aigne-framework/issues/475)) ([c8201b5](https://github.com/AIGNE-io/aigne-framework/commit/c8201b51accc4a9d047394f235df53725733f726))
|
|
73
|
+
* **cli:** load image model base on agent definition ([#577](https://github.com/AIGNE-io/aigne-framework/issues/577)) ([f1b7205](https://github.com/AIGNE-io/aigne-framework/commit/f1b7205904ed47b0c00199964eda74581473d805))
|
|
74
|
+
* **cli:** only auto-reinstall on agent loading errors ([#702](https://github.com/AIGNE-io/aigne-framework/issues/702)) ([52f61a4](https://github.com/AIGNE-io/aigne-framework/commit/52f61a47537f2be8763f7bd45b8baea94cf43e60))
|
|
75
|
+
* **cli:** only show ascii logo on help and errors ([#425](https://github.com/AIGNE-io/aigne-framework/issues/425)) ([1279376](https://github.com/AIGNE-io/aigne-framework/commit/1279376b7ca9c1c38148dcde581ee4730771a4ad))
|
|
76
|
+
* **cli:** optimize app startup by restructuring CLI application loading ([#698](https://github.com/AIGNE-io/aigne-framework/issues/698)) ([20c5059](https://github.com/AIGNE-io/aigne-framework/commit/20c50591bbd9a958b29409eca3ede5e341db2b7d))
|
|
77
|
+
* **cli:** options.prompts should always available ([44ca0a6](https://github.com/AIGNE-io/aigne-framework/commit/44ca0a65d910fbd327b89d2f3dfe38ab7d1be7df))
|
|
78
|
+
* **cli:** prevent potential crashes when environment configurations are incomplete ([#645](https://github.com/AIGNE-io/aigne-framework/issues/645)) ([8ab3a1e](https://github.com/AIGNE-io/aigne-framework/commit/8ab3a1e208a2774987d5d23c7239971c41edfd25))
|
|
79
|
+
* **cli:** prevent terminal input text overflow and corruption ([#588](https://github.com/AIGNE-io/aigne-framework/issues/588)) ([990c952](https://github.com/AIGNE-io/aigne-framework/commit/990c9526f0d2d6eec4d9fcd5ae61612a6ce23b9e))
|
|
80
|
+
* **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))
|
|
81
|
+
* **cli:** resolve input schema not working for run command ([#557](https://github.com/AIGNE-io/aigne-framework/issues/557)) ([6fa12b3](https://github.com/AIGNE-io/aigne-framework/commit/6fa12b3e068aaec28cf204c3a3f7c471bd2827ae))
|
|
82
|
+
* **cli:** run default agent if `entry-agent` argument not present ([#473](https://github.com/AIGNE-io/aigne-framework/issues/473)) ([8c46672](https://github.com/AIGNE-io/aigne-framework/commit/8c4667206a2336e74db07442dc296ef9f9265a0b))
|
|
83
|
+
* **cli:** suppress error message for CTRL+C ([#617](https://github.com/AIGNE-io/aigne-framework/issues/617)) ([01f0ea7](https://github.com/AIGNE-io/aigne-framework/commit/01f0ea74affa5653dd94048e68b62b7d7e649d4a))
|
|
84
|
+
* **cli:** tune aigne hub status and deprecate aigne hub info ([#513](https://github.com/AIGNE-io/aigne-framework/issues/513)) ([25ca2a9](https://github.com/AIGNE-io/aigne-framework/commit/25ca2a9c402e9cb2d895737c32e25e957fdefd91))
|
|
85
|
+
* **cli:** use sequential migration to handle keyring and callback file save ([#776](https://github.com/AIGNE-io/aigne-framework/issues/776)) ([da0db46](https://github.com/AIGNE-io/aigne-framework/commit/da0db46597b76cc0f41d604fd51bcd64931f0315))
|
|
86
|
+
* **cli:** wrap onSubmit call in setTimeout to fix cursor visibility issue ([#686](https://github.com/AIGNE-io/aigne-framework/issues/686)) ([7c69f1d](https://github.com/AIGNE-io/aigne-framework/commit/7c69f1ddf134ad297dc51f0ed944234a287415d7))
|
|
87
|
+
* **core:** add creditPrefix field to usage tracking ([#837](https://github.com/AIGNE-io/aigne-framework/issues/837)) ([9ef25e0](https://github.com/AIGNE-io/aigne-framework/commit/9ef25e0687b4e7b4ba39a27a35805f377f0979eb))
|
|
88
|
+
* **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))
|
|
89
|
+
* **core:** memory leak in AIGNEContext by preventing duplicate signal handler ([#748](https://github.com/AIGNE-io/aigne-framework/issues/748)) ([7f17592](https://github.com/AIGNE-io/aigne-framework/commit/7f175929d78e4289e2d551746b12a73bb5c0eb22))
|
|
90
|
+
* **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))
|
|
91
|
+
* correct loading aigne with AFS config for `upgrade` command ([#613](https://github.com/AIGNE-io/aigne-framework/issues/613)) ([db1db97](https://github.com/AIGNE-io/aigne-framework/commit/db1db97b6305009d302a782dbc7fa3147900af47))
|
|
92
|
+
* correct run example & doc improvements ([#707](https://github.com/AIGNE-io/aigne-framework/issues/707)) ([f98fc5d](https://github.com/AIGNE-io/aigne-framework/commit/f98fc5df28fd6ce6134128c2f0e5395c1554b740))
|
|
93
|
+
* ensure tips are only printed once during AIGNE loading ([#628](https://github.com/AIGNE-io/aigne-framework/issues/628)) ([7d49508](https://github.com/AIGNE-io/aigne-framework/commit/7d4950882436169986eedab75c232db2c0a30732))
|
|
94
|
+
* 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))
|
|
95
|
+
* improve exit event handling for cli ([#609](https://github.com/AIGNE-io/aigne-framework/issues/609)) ([00211f8](https://github.com/AIGNE-io/aigne-framework/commit/00211f8ad4686ea673ea8e2eac5b850bcbd8c1f6))
|
|
96
|
+
* improve model name parsing to handle complex model identifiers ([#654](https://github.com/AIGNE-io/aigne-framework/issues/654)) ([4b7faea](https://github.com/AIGNE-io/aigne-framework/commit/4b7faea97f33db34a51c49dde3d6c1cf2679f0cd))
|
|
97
|
+
* 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))
|
|
98
|
+
* improved number formatting for credit balance display in hub commands ([c5ec419](https://github.com/AIGNE-io/aigne-framework/commit/c5ec41910435b58957611fe48105ed3c69c56e17))
|
|
99
|
+
* input schema of AI agent should includes input key and input file key ([#600](https://github.com/AIGNE-io/aigne-framework/issues/600)) ([b4ca076](https://github.com/AIGNE-io/aigne-framework/commit/b4ca076d6b4a1a1ecb8d4ebb008abd0d7561aadd))
|
|
100
|
+
* load aigne hub api url for image model correctly ([#664](https://github.com/AIGNE-io/aigne-framework/issues/664)) ([c226b6a](https://github.com/AIGNE-io/aigne-framework/commit/c226b6adfa7acc162fdb2de385f2af57368e21ad))
|
|
101
|
+
* **models:** add provider inference for model params ([#759](https://github.com/AIGNE-io/aigne-framework/issues/759)) ([0b050ae](https://github.com/AIGNE-io/aigne-framework/commit/0b050ae5132c7fbdd80091a81b7e0d00b21a0da5))
|
|
102
|
+
* **observability:** introduce TraceContext and improve delete UX ([#755](https://github.com/AIGNE-io/aigne-framework/issues/755)) ([dee54f1](https://github.com/AIGNE-io/aigne-framework/commit/dee54f1c548ed1046781e919f8c51a642b6b0dac))
|
|
103
|
+
* **observability:** support time line as background ([#642](https://github.com/AIGNE-io/aigne-framework/issues/642)) ([6f47870](https://github.com/AIGNE-io/aigne-framework/commit/6f478702090e8106ddcfe318a4766e1246257503))
|
|
104
|
+
* properly handle SIGINT to flush observability data before exit ([#739](https://github.com/AIGNE-io/aigne-framework/issues/739)) ([99b4503](https://github.com/AIGNE-io/aigne-framework/commit/99b45033d5f3bcc1f830b583f9cca7258b00606f))
|
|
105
|
+
* replace import.meta.dirname with Node 20 compatible dirname approach ([#541](https://github.com/AIGNE-io/aigne-framework/issues/541)) ([8a4fb26](https://github.com/AIGNE-io/aigne-framework/commit/8a4fb2649e88791444a7d4b3ddf9addcec2b666a))
|
|
106
|
+
* resolve checkbox multi-select issues and add comprehensive test ([#430](https://github.com/AIGNE-io/aigne-framework/issues/430)) ([a81be74](https://github.com/AIGNE-io/aigne-framework/commit/a81be74253923a1a2981f0780a15f175fd439210))
|
|
107
|
+
* resolve Windows file import URI issues ([#528](https://github.com/AIGNE-io/aigne-framework/issues/528)) ([bf807c5](https://github.com/AIGNE-io/aigne-framework/commit/bf807c5a3563c4423dc82fddff7fba280ef57957))
|
|
108
|
+
* **secrets:** improve keyring availability detection with environment checks ([#778](https://github.com/AIGNE-io/aigne-framework/issues/778)) ([75dceab](https://github.com/AIGNE-io/aigne-framework/commit/75dceabeb7d6fd8c057759f003e703a2ebb41afd))
|
|
109
|
+
* **secrets:** support system keyring for secure credential storage ([#773](https://github.com/AIGNE-io/aigne-framework/issues/773)) ([859ac2d](https://github.com/AIGNE-io/aigne-framework/commit/859ac2d9eb6019d7a68726076d65841cd96bc9a4))
|
|
110
|
+
* should not return local path from aigne hub service ([#460](https://github.com/AIGNE-io/aigne-framework/issues/460)) ([c959717](https://github.com/AIGNE-io/aigne-framework/commit/c95971774f7e84dbeb3313f60b3e6464e2bb22e4))
|
|
111
|
+
* standardize file parameter naming across models ([#534](https://github.com/AIGNE-io/aigne-framework/issues/534)) ([f159a9d](https://github.com/AIGNE-io/aigne-framework/commit/f159a9d6af21ec0e99641996b150560929845845))
|
|
112
|
+
* standardize URL parameter naming from url to baseURL ([#593](https://github.com/AIGNE-io/aigne-framework/issues/593)) ([47efd4a](https://github.com/AIGNE-io/aigne-framework/commit/47efd4aad7130356a0c0bdf905acd8bc50453d26))
|
|
113
|
+
* **ui:** enhance terminal input with status indicators and layout options ([#573](https://github.com/AIGNE-io/aigne-framework/issues/573)) ([31b83df](https://github.com/AIGNE-io/aigne-framework/commit/31b83df86fa959a37e6df2df516d7fc3015dc63b))
|
|
114
|
+
* update deps ([#802](https://github.com/AIGNE-io/aigne-framework/issues/802)) ([2bedc5c](https://github.com/AIGNE-io/aigne-framework/commit/2bedc5c01ac3b17ba00552ed8878e220fecbc0f0))
|
|
115
|
+
* update deps compatibility in CommonJS environment ([#580](https://github.com/AIGNE-io/aigne-framework/issues/580)) ([a1e35d0](https://github.com/AIGNE-io/aigne-framework/commit/a1e35d016405accb51c1aeb6a544503a1c78e912))
|
|
116
|
+
* update package to latest ([#699](https://github.com/AIGNE-io/aigne-framework/issues/699)) ([9877f6d](https://github.com/AIGNE-io/aigne-framework/commit/9877f6d1975362338db4eb47a2bf3564114c3cf8))
|
|
117
|
+
* update package to latest ([#720](https://github.com/AIGNE-io/aigne-framework/issues/720)) ([4386549](https://github.com/AIGNE-io/aigne-framework/commit/43865497e71f86478bc75d7d6e181c4fac80eae5))
|
|
118
|
+
* update package to latest ([#790](https://github.com/AIGNE-io/aigne-framework/issues/790)) ([69c77b3](https://github.com/AIGNE-io/aigne-framework/commit/69c77b353667acc72a2f35eadca7892fb99838b6))
|
|
119
|
+
* upgrade dependencies and fix timestamp type ([#757](https://github.com/AIGNE-io/aigne-framework/issues/757)) ([652e8f4](https://github.com/AIGNE-io/aigne-framework/commit/652e8f4b6e9af1461b25336888d76fe1d731b9b5))
|
|
120
|
+
* use aigne hub model when aigne hub connected ([#516](https://github.com/AIGNE-io/aigne-framework/issues/516)) ([a0493d0](https://github.com/AIGNE-io/aigne-framework/commit/a0493d0ad453afd3c3734ee2730636c6bd1e08ce))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
### Dependencies
|
|
124
|
+
|
|
125
|
+
* The following workspace dependencies were updated
|
|
126
|
+
* dependencies
|
|
127
|
+
* @aigne/afs bumped to 1.4.0-beta.11
|
|
128
|
+
* @aigne/afs-explorer bumped to 1.1.0-beta
|
|
129
|
+
* @aigne/afs-history bumped to 1.2.0-beta.12
|
|
130
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.26
|
|
131
|
+
* @aigne/agent-library bumped to 1.24.0-beta.27
|
|
132
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.25
|
|
133
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.31
|
|
134
|
+
* @aigne/core bumped to 1.72.0-beta.25
|
|
135
|
+
* @aigne/default-memory bumped to 1.4.0-beta.24
|
|
136
|
+
* @aigne/openai bumped to 0.16.16-beta.25
|
|
137
|
+
* @aigne/secrets bumped to 0.1.6-beta.25
|
|
138
|
+
* devDependencies
|
|
139
|
+
* @aigne/test-utils bumped to 0.5.69-beta.25
|
|
140
|
+
|
|
141
|
+
## [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)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Features
|
|
145
|
+
|
|
146
|
+
* **afs:** add AFSJSON module support mount a JSON/yaml file to AFS ([6adedc6](https://github.com/AIGNE-io/aigne-framework/commit/6adedc624bedb1bc741da8534f2fbb41e1bc6623))
|
|
147
|
+
* **cli:** start AFS explorer when agent running ([d532ff6](https://github.com/AIGNE-io/aigne-framework/commit/d532ff65d08fb295b3b68390f303f23cd9c266db))
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Dependencies
|
|
151
|
+
|
|
152
|
+
* The following workspace dependencies were updated
|
|
153
|
+
* dependencies
|
|
154
|
+
* @aigne/afs bumped to 1.4.0-beta.10
|
|
155
|
+
* @aigne/afs-explorer bumped to 1.0.0
|
|
156
|
+
* @aigne/afs-history bumped to 1.2.0-beta.11
|
|
157
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.25
|
|
158
|
+
* @aigne/agent-library bumped to 1.24.0-beta.26
|
|
159
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.24
|
|
160
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.30
|
|
161
|
+
* @aigne/core bumped to 1.72.0-beta.24
|
|
162
|
+
* @aigne/default-memory bumped to 1.4.0-beta.23
|
|
163
|
+
* @aigne/openai bumped to 0.16.16-beta.24
|
|
164
|
+
* @aigne/secrets bumped to 0.1.6-beta.24
|
|
165
|
+
* devDependencies
|
|
166
|
+
* @aigne/test-utils bumped to 0.5.69-beta.24
|
|
167
|
+
|
|
168
|
+
## [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)
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Dependencies
|
|
172
|
+
|
|
173
|
+
* The following workspace dependencies were updated
|
|
174
|
+
* dependencies
|
|
175
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.24
|
|
176
|
+
* @aigne/agent-library bumped to 1.24.0-beta.25
|
|
177
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.23
|
|
178
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.29
|
|
179
|
+
* @aigne/core bumped to 1.72.0-beta.23
|
|
180
|
+
* @aigne/default-memory bumped to 1.4.0-beta.22
|
|
181
|
+
* @aigne/openai bumped to 0.16.16-beta.23
|
|
182
|
+
* @aigne/secrets bumped to 0.1.6-beta.23
|
|
183
|
+
* devDependencies
|
|
184
|
+
* @aigne/test-utils bumped to 0.5.69-beta.23
|
|
185
|
+
|
|
186
|
+
## [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)
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
### Bug Fixes
|
|
190
|
+
|
|
191
|
+
* 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))
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Dependencies
|
|
195
|
+
|
|
196
|
+
* The following workspace dependencies were updated
|
|
197
|
+
* dependencies
|
|
198
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.23
|
|
199
|
+
* @aigne/agent-library bumped to 1.24.0-beta.24
|
|
200
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.22
|
|
201
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.28
|
|
202
|
+
* @aigne/core bumped to 1.72.0-beta.22
|
|
203
|
+
* @aigne/default-memory bumped to 1.4.0-beta.21
|
|
204
|
+
* @aigne/observability-api bumped to 0.11.14-beta.6
|
|
205
|
+
* @aigne/openai bumped to 0.16.16-beta.22
|
|
206
|
+
* @aigne/secrets bumped to 0.1.6-beta.22
|
|
207
|
+
* devDependencies
|
|
208
|
+
* @aigne/test-utils bumped to 0.5.69-beta.22
|
|
209
|
+
|
|
210
|
+
## [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)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### Bug Fixes
|
|
214
|
+
|
|
215
|
+
* **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))
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Dependencies
|
|
219
|
+
|
|
220
|
+
* The following workspace dependencies were updated
|
|
221
|
+
* dependencies
|
|
222
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.22
|
|
223
|
+
* @aigne/agent-library bumped to 1.24.0-beta.23
|
|
224
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.21
|
|
225
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.27
|
|
226
|
+
* @aigne/core bumped to 1.72.0-beta.21
|
|
227
|
+
* @aigne/default-memory bumped to 1.4.0-beta.20
|
|
228
|
+
* @aigne/observability-api bumped to 0.11.14-beta.5
|
|
229
|
+
* @aigne/openai bumped to 0.16.16-beta.21
|
|
230
|
+
* @aigne/secrets bumped to 0.1.6-beta.21
|
|
231
|
+
* devDependencies
|
|
232
|
+
* @aigne/test-utils bumped to 0.5.69-beta.21
|
|
233
|
+
|
|
234
|
+
## [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)
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Dependencies
|
|
238
|
+
|
|
239
|
+
* The following workspace dependencies were updated
|
|
240
|
+
* dependencies
|
|
241
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.21
|
|
242
|
+
* @aigne/agent-library bumped to 1.24.0-beta.22
|
|
243
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.20
|
|
244
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.26
|
|
245
|
+
* @aigne/core bumped to 1.72.0-beta.20
|
|
246
|
+
* @aigne/default-memory bumped to 1.4.0-beta.19
|
|
247
|
+
* @aigne/openai bumped to 0.16.16-beta.20
|
|
248
|
+
* @aigne/secrets bumped to 0.1.6-beta.20
|
|
249
|
+
* devDependencies
|
|
250
|
+
* @aigne/test-utils bumped to 0.5.69-beta.20
|
|
251
|
+
|
|
252
|
+
## [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)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
### Features
|
|
256
|
+
|
|
257
|
+
* **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))
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
* **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))
|
|
263
|
+
* 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))
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Dependencies
|
|
267
|
+
|
|
268
|
+
* The following workspace dependencies were updated
|
|
269
|
+
* dependencies
|
|
270
|
+
* @aigne/afs bumped to 1.4.0-beta.9
|
|
271
|
+
* @aigne/afs-history bumped to 1.2.0-beta.10
|
|
272
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.20
|
|
273
|
+
* @aigne/agent-library bumped to 1.24.0-beta.21
|
|
274
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.19
|
|
275
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.25
|
|
276
|
+
* @aigne/core bumped to 1.72.0-beta.19
|
|
277
|
+
* @aigne/default-memory bumped to 1.4.0-beta.18
|
|
278
|
+
* @aigne/observability-api bumped to 0.11.14-beta.4
|
|
279
|
+
* @aigne/openai bumped to 0.16.16-beta.19
|
|
280
|
+
* @aigne/secrets bumped to 0.1.6-beta.19
|
|
281
|
+
* devDependencies
|
|
282
|
+
* @aigne/test-utils bumped to 0.5.69-beta.19
|
|
283
|
+
|
|
284
|
+
## [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)
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
### Dependencies
|
|
288
|
+
|
|
289
|
+
* The following workspace dependencies were updated
|
|
290
|
+
* dependencies
|
|
291
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.24
|
|
292
|
+
|
|
293
|
+
## [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)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Bug Fixes
|
|
297
|
+
|
|
298
|
+
* 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))
|
|
299
|
+
* **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))
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Dependencies
|
|
303
|
+
|
|
304
|
+
* The following workspace dependencies were updated
|
|
305
|
+
* dependencies
|
|
306
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.19
|
|
307
|
+
* @aigne/agent-library bumped to 1.24.0-beta.20
|
|
308
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.18
|
|
309
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.23
|
|
310
|
+
* @aigne/core bumped to 1.72.0-beta.18
|
|
311
|
+
* @aigne/default-memory bumped to 1.4.0-beta.17
|
|
312
|
+
* @aigne/observability-api bumped to 0.11.14-beta.3
|
|
313
|
+
* @aigne/openai bumped to 0.16.16-beta.18
|
|
314
|
+
* @aigne/secrets bumped to 0.1.6-beta.18
|
|
315
|
+
* devDependencies
|
|
316
|
+
* @aigne/test-utils bumped to 0.5.69-beta.18
|
|
317
|
+
|
|
318
|
+
## [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)
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
### Dependencies
|
|
322
|
+
|
|
323
|
+
* The following workspace dependencies were updated
|
|
324
|
+
* dependencies
|
|
325
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.18
|
|
326
|
+
* @aigne/agent-library bumped to 1.24.0-beta.19
|
|
327
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.17
|
|
328
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.22
|
|
329
|
+
* @aigne/core bumped to 1.72.0-beta.17
|
|
330
|
+
* @aigne/default-memory bumped to 1.4.0-beta.16
|
|
331
|
+
* @aigne/openai bumped to 0.16.16-beta.17
|
|
332
|
+
* @aigne/secrets bumped to 0.1.6-beta.17
|
|
333
|
+
* devDependencies
|
|
334
|
+
* @aigne/test-utils bumped to 0.5.69-beta.17
|
|
335
|
+
|
|
336
|
+
## [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)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Dependencies
|
|
340
|
+
|
|
341
|
+
* The following workspace dependencies were updated
|
|
342
|
+
* dependencies
|
|
343
|
+
* @aigne/afs bumped to 1.4.0-beta.8
|
|
344
|
+
* @aigne/afs-history bumped to 1.2.0-beta.9
|
|
345
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.17
|
|
346
|
+
* @aigne/agent-library bumped to 1.24.0-beta.18
|
|
347
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.16
|
|
348
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.21
|
|
349
|
+
* @aigne/core bumped to 1.72.0-beta.16
|
|
350
|
+
* @aigne/default-memory bumped to 1.4.0-beta.15
|
|
351
|
+
* @aigne/openai bumped to 0.16.16-beta.16
|
|
352
|
+
* @aigne/secrets bumped to 0.1.6-beta.16
|
|
353
|
+
* devDependencies
|
|
354
|
+
* @aigne/test-utils bumped to 0.5.69-beta.16
|
|
355
|
+
|
|
356
|
+
## [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)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Dependencies
|
|
360
|
+
|
|
361
|
+
* The following workspace dependencies were updated
|
|
362
|
+
* dependencies
|
|
363
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.16
|
|
364
|
+
* @aigne/agent-library bumped to 1.24.0-beta.17
|
|
365
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.15
|
|
366
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.20
|
|
367
|
+
* @aigne/core bumped to 1.72.0-beta.15
|
|
368
|
+
* @aigne/default-memory bumped to 1.4.0-beta.14
|
|
369
|
+
* @aigne/openai bumped to 0.16.16-beta.15
|
|
370
|
+
* @aigne/secrets bumped to 0.1.6-beta.15
|
|
371
|
+
* devDependencies
|
|
372
|
+
* @aigne/test-utils bumped to 0.5.69-beta.15
|
|
373
|
+
|
|
374
|
+
## [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)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
### Bug Fixes
|
|
378
|
+
|
|
379
|
+
* **cli:** cache approved commands in run-skill to avoid redundant prompts ([d07fe6d](https://github.com/AIGNE-io/aigne-framework/commit/d07fe6d049cd063e750e5b3fe231c74dae26bc9d))
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Dependencies
|
|
383
|
+
|
|
384
|
+
* The following workspace dependencies were updated
|
|
385
|
+
* dependencies
|
|
386
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.15
|
|
387
|
+
* @aigne/agent-library bumped to 1.24.0-beta.16
|
|
388
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.14
|
|
389
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.19
|
|
390
|
+
* @aigne/core bumped to 1.72.0-beta.14
|
|
391
|
+
* @aigne/default-memory bumped to 1.4.0-beta.13
|
|
392
|
+
* @aigne/openai bumped to 0.16.16-beta.14
|
|
393
|
+
* @aigne/secrets bumped to 0.1.6-beta.14
|
|
394
|
+
* devDependencies
|
|
395
|
+
* @aigne/test-utils bumped to 0.5.69-beta.14
|
|
396
|
+
|
|
397
|
+
## [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)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Bug Fixes
|
|
401
|
+
|
|
402
|
+
* **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))
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
### Dependencies
|
|
406
|
+
|
|
407
|
+
* The following workspace dependencies were updated
|
|
408
|
+
* dependencies
|
|
409
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.18
|
|
410
|
+
|
|
411
|
+
## [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)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Features
|
|
415
|
+
|
|
416
|
+
* **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))
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
### Bug Fixes
|
|
420
|
+
|
|
421
|
+
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
### Dependencies
|
|
425
|
+
|
|
426
|
+
* The following workspace dependencies were updated
|
|
427
|
+
* dependencies
|
|
428
|
+
* @aigne/afs bumped to 1.4.0-beta.7
|
|
429
|
+
* @aigne/afs-history bumped to 1.2.0-beta.8
|
|
430
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.14
|
|
431
|
+
* @aigne/agent-library bumped to 1.24.0-beta.15
|
|
432
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.13
|
|
433
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.17
|
|
434
|
+
* @aigne/core bumped to 1.72.0-beta.13
|
|
435
|
+
* @aigne/default-memory bumped to 1.4.0-beta.12
|
|
436
|
+
* @aigne/observability-api bumped to 0.11.14-beta.2
|
|
437
|
+
* @aigne/openai bumped to 0.16.16-beta.13
|
|
438
|
+
* @aigne/secrets bumped to 0.1.6-beta.13
|
|
439
|
+
* devDependencies
|
|
440
|
+
* @aigne/test-utils bumped to 0.5.69-beta.13
|
|
441
|
+
|
|
442
|
+
## [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)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
### Dependencies
|
|
446
|
+
|
|
447
|
+
* The following workspace dependencies were updated
|
|
448
|
+
* dependencies
|
|
449
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.13
|
|
450
|
+
|
|
451
|
+
## [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)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Dependencies
|
|
455
|
+
|
|
456
|
+
* The following workspace dependencies were updated
|
|
457
|
+
* dependencies
|
|
458
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.12
|
|
459
|
+
* @aigne/agent-library bumped to 1.24.0-beta.14
|
|
460
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.12
|
|
461
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.16
|
|
462
|
+
* @aigne/core bumped to 1.72.0-beta.12
|
|
463
|
+
* @aigne/default-memory bumped to 1.4.0-beta.11
|
|
464
|
+
* @aigne/openai bumped to 0.16.16-beta.12
|
|
465
|
+
* @aigne/secrets bumped to 0.1.6-beta.12
|
|
466
|
+
* devDependencies
|
|
467
|
+
* @aigne/test-utils bumped to 0.5.69-beta.12
|
|
468
|
+
|
|
469
|
+
## [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)
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
### Bug Fixes
|
|
473
|
+
|
|
474
|
+
* **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))
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Dependencies
|
|
478
|
+
|
|
479
|
+
* The following workspace dependencies were updated
|
|
480
|
+
* dependencies
|
|
481
|
+
* @aigne/afs bumped to 1.4.0-beta.6
|
|
482
|
+
* @aigne/afs-history bumped to 1.2.0-beta.7
|
|
483
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.11
|
|
484
|
+
* @aigne/agent-library bumped to 1.24.0-beta.13
|
|
485
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.11
|
|
486
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.15
|
|
487
|
+
* @aigne/core bumped to 1.72.0-beta.11
|
|
488
|
+
* @aigne/default-memory bumped to 1.4.0-beta.10
|
|
489
|
+
* @aigne/openai bumped to 0.16.16-beta.11
|
|
490
|
+
* @aigne/secrets bumped to 0.1.6-beta.11
|
|
491
|
+
* devDependencies
|
|
492
|
+
* @aigne/test-utils bumped to 0.5.69-beta.11
|
|
493
|
+
|
|
494
|
+
## [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)
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### Features
|
|
498
|
+
|
|
499
|
+
* **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))
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
### Bug Fixes
|
|
503
|
+
|
|
504
|
+
* **cli:** add askUserQuestion for run-skill command ([9c621e7](https://github.com/AIGNE-io/aigne-framework/commit/9c621e7c55501d129e71966da79514717a4579ab))
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Dependencies
|
|
508
|
+
|
|
509
|
+
* The following workspace dependencies were updated
|
|
510
|
+
* dependencies
|
|
511
|
+
* @aigne/afs-history bumped to 1.2.0-beta.6
|
|
512
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.10
|
|
513
|
+
* @aigne/agent-library bumped to 1.24.0-beta.12
|
|
514
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.10
|
|
515
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.14
|
|
516
|
+
* @aigne/core bumped to 1.72.0-beta.10
|
|
517
|
+
* @aigne/default-memory bumped to 1.4.0-beta.9
|
|
518
|
+
* @aigne/openai bumped to 0.16.16-beta.10
|
|
519
|
+
* @aigne/secrets bumped to 0.1.6-beta.10
|
|
520
|
+
* devDependencies
|
|
521
|
+
* @aigne/test-utils bumped to 0.5.69-beta.10
|
|
522
|
+
|
|
523
|
+
## [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)
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
### Features
|
|
527
|
+
|
|
528
|
+
* **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))
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Bug Fixes
|
|
532
|
+
|
|
533
|
+
* **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))
|
|
534
|
+
* **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))
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Dependencies
|
|
538
|
+
|
|
539
|
+
* The following workspace dependencies were updated
|
|
540
|
+
* dependencies
|
|
541
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.9
|
|
542
|
+
* @aigne/agent-library bumped to 1.24.0-beta.11
|
|
543
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.9
|
|
544
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.13
|
|
545
|
+
* @aigne/core bumped to 1.72.0-beta.9
|
|
546
|
+
* @aigne/default-memory bumped to 1.4.0-beta.8
|
|
547
|
+
* @aigne/openai bumped to 0.16.16-beta.9
|
|
548
|
+
* @aigne/secrets bumped to 0.1.6-beta.9
|
|
549
|
+
* devDependencies
|
|
550
|
+
* @aigne/test-utils bumped to 0.5.69-beta.9
|
|
551
|
+
|
|
552
|
+
## [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)
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Features
|
|
556
|
+
|
|
557
|
+
* 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))
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
### Dependencies
|
|
561
|
+
|
|
562
|
+
* The following workspace dependencies were updated
|
|
563
|
+
* dependencies
|
|
564
|
+
* @aigne/afs bumped to 1.4.0-beta.5
|
|
565
|
+
* @aigne/afs-history bumped to 1.2.0-beta.5
|
|
566
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.8
|
|
567
|
+
* @aigne/agent-library bumped to 1.24.0-beta.10
|
|
568
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.8
|
|
569
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.12
|
|
570
|
+
* @aigne/core bumped to 1.72.0-beta.8
|
|
571
|
+
* @aigne/default-memory bumped to 1.4.0-beta.7
|
|
572
|
+
* @aigne/openai bumped to 0.16.16-beta.8
|
|
573
|
+
* @aigne/secrets bumped to 0.1.6-beta.8
|
|
574
|
+
* devDependencies
|
|
575
|
+
* @aigne/test-utils bumped to 0.5.69-beta.8
|
|
576
|
+
|
|
577
|
+
## [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)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Dependencies
|
|
581
|
+
|
|
582
|
+
* The following workspace dependencies were updated
|
|
583
|
+
* dependencies
|
|
584
|
+
* @aigne/agent-library bumped to 1.24.0-beta.9
|
|
585
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.11
|
|
586
|
+
|
|
587
|
+
## [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)
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
### Features
|
|
591
|
+
|
|
592
|
+
* **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))
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
### Dependencies
|
|
596
|
+
|
|
597
|
+
* The following workspace dependencies were updated
|
|
598
|
+
* dependencies
|
|
599
|
+
* @aigne/afs bumped to 1.4.0-beta.4
|
|
600
|
+
* @aigne/afs-history bumped to 1.2.0-beta.4
|
|
601
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.7
|
|
602
|
+
* @aigne/agent-library bumped to 1.24.0-beta.8
|
|
603
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.7
|
|
604
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.10
|
|
605
|
+
* @aigne/core bumped to 1.72.0-beta.7
|
|
606
|
+
* @aigne/default-memory bumped to 1.4.0-beta.6
|
|
607
|
+
* @aigne/openai bumped to 0.16.16-beta.7
|
|
608
|
+
* @aigne/secrets bumped to 0.1.6-beta.7
|
|
609
|
+
* devDependencies
|
|
610
|
+
* @aigne/test-utils bumped to 0.5.69-beta.7
|
|
611
|
+
|
|
612
|
+
## [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)
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
### Dependencies
|
|
616
|
+
|
|
617
|
+
* The following workspace dependencies were updated
|
|
618
|
+
* dependencies
|
|
619
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.6
|
|
620
|
+
* @aigne/agent-library bumped to 1.24.0-beta.7
|
|
621
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.6
|
|
622
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.9
|
|
623
|
+
* @aigne/core bumped to 1.72.0-beta.6
|
|
624
|
+
* @aigne/default-memory bumped to 1.3.6-beta.6
|
|
625
|
+
* @aigne/openai bumped to 0.16.16-beta.6
|
|
626
|
+
* @aigne/secrets bumped to 0.1.6-beta.6
|
|
627
|
+
* devDependencies
|
|
628
|
+
* @aigne/test-utils bumped to 0.5.69-beta.6
|
|
629
|
+
|
|
630
|
+
## [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)
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
### Dependencies
|
|
634
|
+
|
|
635
|
+
* The following workspace dependencies were updated
|
|
636
|
+
* dependencies
|
|
637
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.8
|
|
638
|
+
|
|
639
|
+
## [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)
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
### Dependencies
|
|
643
|
+
|
|
644
|
+
* The following workspace dependencies were updated
|
|
645
|
+
* dependencies
|
|
646
|
+
* @aigne/agent-library bumped to 1.24.0-beta.6
|
|
647
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.7
|
|
648
|
+
|
|
649
|
+
## [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)
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
### Dependencies
|
|
653
|
+
|
|
654
|
+
* The following workspace dependencies were updated
|
|
655
|
+
* dependencies
|
|
656
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.5
|
|
657
|
+
* @aigne/agent-library bumped to 1.24.0-beta.5
|
|
658
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.5
|
|
659
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.6
|
|
660
|
+
* @aigne/core bumped to 1.72.0-beta.5
|
|
661
|
+
* @aigne/default-memory bumped to 1.3.6-beta.5
|
|
662
|
+
* @aigne/openai bumped to 0.16.16-beta.5
|
|
663
|
+
* @aigne/secrets bumped to 0.1.6-beta.5
|
|
664
|
+
* devDependencies
|
|
665
|
+
* @aigne/test-utils bumped to 0.5.69-beta.5
|
|
666
|
+
|
|
667
|
+
## [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)
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
### Features
|
|
671
|
+
|
|
672
|
+
* add Agent Skill support ([#787](https://github.com/AIGNE-io/aigne-framework/issues/787)) ([f04fbe7](https://github.com/AIGNE-io/aigne-framework/commit/f04fbe76ec24cf3c59c74adf92d87b0c3784a8f7))
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Bug Fixes
|
|
676
|
+
|
|
677
|
+
* **cli:** improve terminal outputs ([#847](https://github.com/AIGNE-io/aigne-framework/issues/847)) ([329e91b](https://github.com/AIGNE-io/aigne-framework/commit/329e91bc3323f72fc8a2d278ff5e6bba9adbd6e0))
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
### Dependencies
|
|
681
|
+
|
|
682
|
+
* The following workspace dependencies were updated
|
|
683
|
+
* dependencies
|
|
684
|
+
* @aigne/afs bumped to 1.4.0-beta.3
|
|
685
|
+
* @aigne/afs-history bumped to 1.2.0-beta.3
|
|
686
|
+
* @aigne/afs-local-fs bumped to 1.4.0-beta.4
|
|
687
|
+
* @aigne/agent-library bumped to 1.24.0-beta.4
|
|
688
|
+
* @aigne/agentic-memory bumped to 1.1.6-beta.4
|
|
689
|
+
* @aigne/aigne-hub bumped to 0.10.16-beta.5
|
|
690
|
+
* @aigne/core bumped to 1.72.0-beta.4
|
|
691
|
+
* @aigne/default-memory bumped to 1.3.6-beta.4
|
|
692
|
+
* @aigne/openai bumped to 0.16.16-beta.4
|
|
693
|
+
* @aigne/secrets bumped to 0.1.6-beta.4
|
|
694
|
+
* devDependencies
|
|
695
|
+
* @aigne/test-utils bumped to 0.5.69-beta.4
|
|
696
|
+
|
|
3
697
|
## [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
698
|
|
|
5
699
|
|