@aigne/cli 1.59.0-beta.9 → 1.59.1-beta

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 CHANGED
@@ -1,5 +1,620 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.59.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0...cli-v1.59.1-beta) (2026-01-17)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/aigne-hub bumped to 0.10.17-beta
11
+
12
+ ## [1.59.0](https://github.com/AIGNE-io/aigne-framework/compare/cli-v1.59.0-beta.31...cli-v1.59.0) (2026-01-16)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @aigne/afs bumped to 1.4.0
20
+ * @aigne/afs-explorer bumped to 1.1.0
21
+ * @aigne/afs-history bumped to 1.2.0
22
+ * @aigne/afs-local-fs bumped to 1.4.0
23
+ * @aigne/agent-library bumped to 1.24.0
24
+ * @aigne/agentic-memory bumped to 1.1.6
25
+ * @aigne/aigne-hub bumped to 0.10.16
26
+ * @aigne/core bumped to 1.72.0
27
+ * @aigne/default-memory bumped to 1.4.0
28
+ * @aigne/observability-api bumped to 0.11.14
29
+ * @aigne/openai bumped to 0.16.16
30
+ * @aigne/secrets bumped to 0.1.6
31
+ * devDependencies
32
+ * @aigne/test-utils bumped to 0.5.69
33
+
34
+ ## [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)
35
+
36
+
37
+ ### Features
38
+
39
+ * add Agent Skill support ([#787](https://github.com/AIGNE-io/aigne-framework/issues/787)) ([f04fbe7](https://github.com/AIGNE-io/aigne-framework/commit/f04fbe76ec24cf3c59c74adf92d87b0c3784a8f7))
40
+ * 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))
41
+ * 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))
42
+ * 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))
43
+ * 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))
44
+ * 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))
45
+ * **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))
46
+ * **afs:** add AFSJSON module support mount a JSON/yaml file to AFS ([6adedc6](https://github.com/AIGNE-io/aigne-framework/commit/6adedc624bedb1bc741da8534f2fbb41e1bc6623))
47
+ * **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))
48
+ * **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))
49
+ * **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))
50
+ * **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))
51
+ * **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))
52
+ * **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))
53
+ * **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))
54
+ * **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))
55
+ * **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))
56
+ * **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))
57
+ * **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))
58
+ * **cli:** start AFS explorer when agent running ([d532ff6](https://github.com/AIGNE-io/aigne-framework/commit/d532ff65d08fb295b3b68390f303f23cd9c266db))
59
+ * **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))
60
+ * **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))
61
+ * **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))
62
+ * **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))
63
+ * **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))
64
+ * **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))
65
+ * **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
66
+ * **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))
67
+ * 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))
68
+ * 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))
69
+ * 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))
70
+ * 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))
71
+ * 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))
72
+ * 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))
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * 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))
78
+ * 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))
79
+ * 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))
80
+ * 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))
81
+ * **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))
82
+ * **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))
83
+ * 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))
84
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
85
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
86
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
87
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
88
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
89
+ * **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))
90
+ * **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))
91
+ * **cli:** add askUserQuestion for run-skill command ([9c621e7](https://github.com/AIGNE-io/aigne-framework/commit/9c621e7c55501d129e71966da79514717a4579ab))
92
+ * **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))
93
+ * **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))
94
+ * **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))
95
+ * **cli:** cache approved commands in run-skill to avoid redundant prompts ([d07fe6d](https://github.com/AIGNE-io/aigne-framework/commit/d07fe6d049cd063e750e5b3fe231c74dae26bc9d))
96
+ * **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))
97
+ * **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))
98
+ * **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))
99
+ * **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))
100
+ * **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))
101
+ * **cli:** improve terminal outputs ([#847](https://github.com/AIGNE-io/aigne-framework/issues/847)) ([329e91b](https://github.com/AIGNE-io/aigne-framework/commit/329e91bc3323f72fc8a2d278ff5e6bba9adbd6e0))
102
+ * **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))
103
+ * **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))
104
+ * **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))
105
+ * **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))
106
+ * **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))
107
+ * **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))
108
+ * **cli:** options.prompts should always available ([44ca0a6](https://github.com/AIGNE-io/aigne-framework/commit/44ca0a65d910fbd327b89d2f3dfe38ab7d1be7df))
109
+ * **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))
110
+ * **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))
111
+ * **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))
112
+ * **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))
113
+ * **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))
114
+ * **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))
115
+ * **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))
116
+ * **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))
117
+ * **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))
118
+ * **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))
119
+ * **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))
120
+ * **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))
121
+ * **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))
122
+ * 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))
123
+ * 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))
124
+ * 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))
125
+ * 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))
126
+ * 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))
127
+ * 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))
128
+ * 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))
129
+ * improved number formatting for credit balance display in hub commands ([c5ec419](https://github.com/AIGNE-io/aigne-framework/commit/c5ec41910435b58957611fe48105ed3c69c56e17))
130
+ * 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))
131
+ * 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))
132
+ * **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))
133
+ * **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))
134
+ * **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))
135
+ * 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))
136
+ * 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))
137
+ * 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))
138
+ * 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))
139
+ * **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))
140
+ * **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))
141
+ * 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))
142
+ * 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))
143
+ * 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))
144
+ * **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))
145
+ * update deps ([#802](https://github.com/AIGNE-io/aigne-framework/issues/802)) ([2bedc5c](https://github.com/AIGNE-io/aigne-framework/commit/2bedc5c01ac3b17ba00552ed8878e220fecbc0f0))
146
+ * 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))
147
+ * update package to latest ([#699](https://github.com/AIGNE-io/aigne-framework/issues/699)) ([9877f6d](https://github.com/AIGNE-io/aigne-framework/commit/9877f6d1975362338db4eb47a2bf3564114c3cf8))
148
+ * update package to latest ([#720](https://github.com/AIGNE-io/aigne-framework/issues/720)) ([4386549](https://github.com/AIGNE-io/aigne-framework/commit/43865497e71f86478bc75d7d6e181c4fac80eae5))
149
+ * update package to latest ([#790](https://github.com/AIGNE-io/aigne-framework/issues/790)) ([69c77b3](https://github.com/AIGNE-io/aigne-framework/commit/69c77b353667acc72a2f35eadca7892fb99838b6))
150
+ * 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))
151
+ * 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))
152
+
153
+
154
+ ### Dependencies
155
+
156
+ * The following workspace dependencies were updated
157
+ * dependencies
158
+ * @aigne/afs bumped to 1.4.0-beta.11
159
+ * @aigne/afs-explorer bumped to 1.1.0-beta
160
+ * @aigne/afs-history bumped to 1.2.0-beta.12
161
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.26
162
+ * @aigne/agent-library bumped to 1.24.0-beta.27
163
+ * @aigne/agentic-memory bumped to 1.1.6-beta.25
164
+ * @aigne/aigne-hub bumped to 0.10.16-beta.31
165
+ * @aigne/core bumped to 1.72.0-beta.25
166
+ * @aigne/default-memory bumped to 1.4.0-beta.24
167
+ * @aigne/openai bumped to 0.16.16-beta.25
168
+ * @aigne/secrets bumped to 0.1.6-beta.25
169
+ * devDependencies
170
+ * @aigne/test-utils bumped to 0.5.69-beta.25
171
+
172
+ ## [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)
173
+
174
+
175
+ ### Features
176
+
177
+ * **afs:** add AFSJSON module support mount a JSON/yaml file to AFS ([6adedc6](https://github.com/AIGNE-io/aigne-framework/commit/6adedc624bedb1bc741da8534f2fbb41e1bc6623))
178
+ * **cli:** start AFS explorer when agent running ([d532ff6](https://github.com/AIGNE-io/aigne-framework/commit/d532ff65d08fb295b3b68390f303f23cd9c266db))
179
+
180
+
181
+ ### Dependencies
182
+
183
+ * The following workspace dependencies were updated
184
+ * dependencies
185
+ * @aigne/afs bumped to 1.4.0-beta.10
186
+ * @aigne/afs-explorer bumped to 1.0.0
187
+ * @aigne/afs-history bumped to 1.2.0-beta.11
188
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.25
189
+ * @aigne/agent-library bumped to 1.24.0-beta.26
190
+ * @aigne/agentic-memory bumped to 1.1.6-beta.24
191
+ * @aigne/aigne-hub bumped to 0.10.16-beta.30
192
+ * @aigne/core bumped to 1.72.0-beta.24
193
+ * @aigne/default-memory bumped to 1.4.0-beta.23
194
+ * @aigne/openai bumped to 0.16.16-beta.24
195
+ * @aigne/secrets bumped to 0.1.6-beta.24
196
+ * devDependencies
197
+ * @aigne/test-utils bumped to 0.5.69-beta.24
198
+
199
+ ## [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)
200
+
201
+
202
+ ### Dependencies
203
+
204
+ * The following workspace dependencies were updated
205
+ * dependencies
206
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.24
207
+ * @aigne/agent-library bumped to 1.24.0-beta.25
208
+ * @aigne/agentic-memory bumped to 1.1.6-beta.23
209
+ * @aigne/aigne-hub bumped to 0.10.16-beta.29
210
+ * @aigne/core bumped to 1.72.0-beta.23
211
+ * @aigne/default-memory bumped to 1.4.0-beta.22
212
+ * @aigne/openai bumped to 0.16.16-beta.23
213
+ * @aigne/secrets bumped to 0.1.6-beta.23
214
+ * devDependencies
215
+ * @aigne/test-utils bumped to 0.5.69-beta.23
216
+
217
+ ## [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)
218
+
219
+
220
+ ### Bug Fixes
221
+
222
+ * 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))
223
+
224
+
225
+ ### Dependencies
226
+
227
+ * The following workspace dependencies were updated
228
+ * dependencies
229
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.23
230
+ * @aigne/agent-library bumped to 1.24.0-beta.24
231
+ * @aigne/agentic-memory bumped to 1.1.6-beta.22
232
+ * @aigne/aigne-hub bumped to 0.10.16-beta.28
233
+ * @aigne/core bumped to 1.72.0-beta.22
234
+ * @aigne/default-memory bumped to 1.4.0-beta.21
235
+ * @aigne/observability-api bumped to 0.11.14-beta.6
236
+ * @aigne/openai bumped to 0.16.16-beta.22
237
+ * @aigne/secrets bumped to 0.1.6-beta.22
238
+ * devDependencies
239
+ * @aigne/test-utils bumped to 0.5.69-beta.22
240
+
241
+ ## [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)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * **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))
247
+
248
+
249
+ ### Dependencies
250
+
251
+ * The following workspace dependencies were updated
252
+ * dependencies
253
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.22
254
+ * @aigne/agent-library bumped to 1.24.0-beta.23
255
+ * @aigne/agentic-memory bumped to 1.1.6-beta.21
256
+ * @aigne/aigne-hub bumped to 0.10.16-beta.27
257
+ * @aigne/core bumped to 1.72.0-beta.21
258
+ * @aigne/default-memory bumped to 1.4.0-beta.20
259
+ * @aigne/observability-api bumped to 0.11.14-beta.5
260
+ * @aigne/openai bumped to 0.16.16-beta.21
261
+ * @aigne/secrets bumped to 0.1.6-beta.21
262
+ * devDependencies
263
+ * @aigne/test-utils bumped to 0.5.69-beta.21
264
+
265
+ ## [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)
266
+
267
+
268
+ ### Dependencies
269
+
270
+ * The following workspace dependencies were updated
271
+ * dependencies
272
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.21
273
+ * @aigne/agent-library bumped to 1.24.0-beta.22
274
+ * @aigne/agentic-memory bumped to 1.1.6-beta.20
275
+ * @aigne/aigne-hub bumped to 0.10.16-beta.26
276
+ * @aigne/core bumped to 1.72.0-beta.20
277
+ * @aigne/default-memory bumped to 1.4.0-beta.19
278
+ * @aigne/openai bumped to 0.16.16-beta.20
279
+ * @aigne/secrets bumped to 0.1.6-beta.20
280
+ * devDependencies
281
+ * @aigne/test-utils bumped to 0.5.69-beta.20
282
+
283
+ ## [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)
284
+
285
+
286
+ ### Features
287
+
288
+ * **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))
289
+
290
+
291
+ ### Bug Fixes
292
+
293
+ * **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))
294
+ * 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))
295
+
296
+
297
+ ### Dependencies
298
+
299
+ * The following workspace dependencies were updated
300
+ * dependencies
301
+ * @aigne/afs bumped to 1.4.0-beta.9
302
+ * @aigne/afs-history bumped to 1.2.0-beta.10
303
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.20
304
+ * @aigne/agent-library bumped to 1.24.0-beta.21
305
+ * @aigne/agentic-memory bumped to 1.1.6-beta.19
306
+ * @aigne/aigne-hub bumped to 0.10.16-beta.25
307
+ * @aigne/core bumped to 1.72.0-beta.19
308
+ * @aigne/default-memory bumped to 1.4.0-beta.18
309
+ * @aigne/observability-api bumped to 0.11.14-beta.4
310
+ * @aigne/openai bumped to 0.16.16-beta.19
311
+ * @aigne/secrets bumped to 0.1.6-beta.19
312
+ * devDependencies
313
+ * @aigne/test-utils bumped to 0.5.69-beta.19
314
+
315
+ ## [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)
316
+
317
+
318
+ ### Dependencies
319
+
320
+ * The following workspace dependencies were updated
321
+ * dependencies
322
+ * @aigne/aigne-hub bumped to 0.10.16-beta.24
323
+
324
+ ## [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)
325
+
326
+
327
+ ### Bug Fixes
328
+
329
+ * 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))
330
+ * **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))
331
+
332
+
333
+ ### Dependencies
334
+
335
+ * The following workspace dependencies were updated
336
+ * dependencies
337
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.19
338
+ * @aigne/agent-library bumped to 1.24.0-beta.20
339
+ * @aigne/agentic-memory bumped to 1.1.6-beta.18
340
+ * @aigne/aigne-hub bumped to 0.10.16-beta.23
341
+ * @aigne/core bumped to 1.72.0-beta.18
342
+ * @aigne/default-memory bumped to 1.4.0-beta.17
343
+ * @aigne/observability-api bumped to 0.11.14-beta.3
344
+ * @aigne/openai bumped to 0.16.16-beta.18
345
+ * @aigne/secrets bumped to 0.1.6-beta.18
346
+ * devDependencies
347
+ * @aigne/test-utils bumped to 0.5.69-beta.18
348
+
349
+ ## [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)
350
+
351
+
352
+ ### Dependencies
353
+
354
+ * The following workspace dependencies were updated
355
+ * dependencies
356
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.18
357
+ * @aigne/agent-library bumped to 1.24.0-beta.19
358
+ * @aigne/agentic-memory bumped to 1.1.6-beta.17
359
+ * @aigne/aigne-hub bumped to 0.10.16-beta.22
360
+ * @aigne/core bumped to 1.72.0-beta.17
361
+ * @aigne/default-memory bumped to 1.4.0-beta.16
362
+ * @aigne/openai bumped to 0.16.16-beta.17
363
+ * @aigne/secrets bumped to 0.1.6-beta.17
364
+ * devDependencies
365
+ * @aigne/test-utils bumped to 0.5.69-beta.17
366
+
367
+ ## [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)
368
+
369
+
370
+ ### Dependencies
371
+
372
+ * The following workspace dependencies were updated
373
+ * dependencies
374
+ * @aigne/afs bumped to 1.4.0-beta.8
375
+ * @aigne/afs-history bumped to 1.2.0-beta.9
376
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.17
377
+ * @aigne/agent-library bumped to 1.24.0-beta.18
378
+ * @aigne/agentic-memory bumped to 1.1.6-beta.16
379
+ * @aigne/aigne-hub bumped to 0.10.16-beta.21
380
+ * @aigne/core bumped to 1.72.0-beta.16
381
+ * @aigne/default-memory bumped to 1.4.0-beta.15
382
+ * @aigne/openai bumped to 0.16.16-beta.16
383
+ * @aigne/secrets bumped to 0.1.6-beta.16
384
+ * devDependencies
385
+ * @aigne/test-utils bumped to 0.5.69-beta.16
386
+
387
+ ## [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)
388
+
389
+
390
+ ### Dependencies
391
+
392
+ * The following workspace dependencies were updated
393
+ * dependencies
394
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.16
395
+ * @aigne/agent-library bumped to 1.24.0-beta.17
396
+ * @aigne/agentic-memory bumped to 1.1.6-beta.15
397
+ * @aigne/aigne-hub bumped to 0.10.16-beta.20
398
+ * @aigne/core bumped to 1.72.0-beta.15
399
+ * @aigne/default-memory bumped to 1.4.0-beta.14
400
+ * @aigne/openai bumped to 0.16.16-beta.15
401
+ * @aigne/secrets bumped to 0.1.6-beta.15
402
+ * devDependencies
403
+ * @aigne/test-utils bumped to 0.5.69-beta.15
404
+
405
+ ## [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)
406
+
407
+
408
+ ### Bug Fixes
409
+
410
+ * **cli:** cache approved commands in run-skill to avoid redundant prompts ([d07fe6d](https://github.com/AIGNE-io/aigne-framework/commit/d07fe6d049cd063e750e5b3fe231c74dae26bc9d))
411
+
412
+
413
+ ### Dependencies
414
+
415
+ * The following workspace dependencies were updated
416
+ * dependencies
417
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.15
418
+ * @aigne/agent-library bumped to 1.24.0-beta.16
419
+ * @aigne/agentic-memory bumped to 1.1.6-beta.14
420
+ * @aigne/aigne-hub bumped to 0.10.16-beta.19
421
+ * @aigne/core bumped to 1.72.0-beta.14
422
+ * @aigne/default-memory bumped to 1.4.0-beta.13
423
+ * @aigne/openai bumped to 0.16.16-beta.14
424
+ * @aigne/secrets bumped to 0.1.6-beta.14
425
+ * devDependencies
426
+ * @aigne/test-utils bumped to 0.5.69-beta.14
427
+
428
+ ## [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)
429
+
430
+
431
+ ### Bug Fixes
432
+
433
+ * **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))
434
+
435
+
436
+ ### Dependencies
437
+
438
+ * The following workspace dependencies were updated
439
+ * dependencies
440
+ * @aigne/aigne-hub bumped to 0.10.16-beta.18
441
+
442
+ ## [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)
443
+
444
+
445
+ ### Features
446
+
447
+ * **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))
448
+
449
+
450
+ ### Bug Fixes
451
+
452
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
453
+
454
+
455
+ ### Dependencies
456
+
457
+ * The following workspace dependencies were updated
458
+ * dependencies
459
+ * @aigne/afs bumped to 1.4.0-beta.7
460
+ * @aigne/afs-history bumped to 1.2.0-beta.8
461
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.14
462
+ * @aigne/agent-library bumped to 1.24.0-beta.15
463
+ * @aigne/agentic-memory bumped to 1.1.6-beta.13
464
+ * @aigne/aigne-hub bumped to 0.10.16-beta.17
465
+ * @aigne/core bumped to 1.72.0-beta.13
466
+ * @aigne/default-memory bumped to 1.4.0-beta.12
467
+ * @aigne/observability-api bumped to 0.11.14-beta.2
468
+ * @aigne/openai bumped to 0.16.16-beta.13
469
+ * @aigne/secrets bumped to 0.1.6-beta.13
470
+ * devDependencies
471
+ * @aigne/test-utils bumped to 0.5.69-beta.13
472
+
473
+ ## [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)
474
+
475
+
476
+ ### Dependencies
477
+
478
+ * The following workspace dependencies were updated
479
+ * dependencies
480
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.13
481
+
482
+ ## [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)
483
+
484
+
485
+ ### Dependencies
486
+
487
+ * The following workspace dependencies were updated
488
+ * dependencies
489
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.12
490
+ * @aigne/agent-library bumped to 1.24.0-beta.14
491
+ * @aigne/agentic-memory bumped to 1.1.6-beta.12
492
+ * @aigne/aigne-hub bumped to 0.10.16-beta.16
493
+ * @aigne/core bumped to 1.72.0-beta.12
494
+ * @aigne/default-memory bumped to 1.4.0-beta.11
495
+ * @aigne/openai bumped to 0.16.16-beta.12
496
+ * @aigne/secrets bumped to 0.1.6-beta.12
497
+ * devDependencies
498
+ * @aigne/test-utils bumped to 0.5.69-beta.12
499
+
500
+ ## [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)
501
+
502
+
503
+ ### Bug Fixes
504
+
505
+ * **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))
506
+
507
+
508
+ ### Dependencies
509
+
510
+ * The following workspace dependencies were updated
511
+ * dependencies
512
+ * @aigne/afs bumped to 1.4.0-beta.6
513
+ * @aigne/afs-history bumped to 1.2.0-beta.7
514
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.11
515
+ * @aigne/agent-library bumped to 1.24.0-beta.13
516
+ * @aigne/agentic-memory bumped to 1.1.6-beta.11
517
+ * @aigne/aigne-hub bumped to 0.10.16-beta.15
518
+ * @aigne/core bumped to 1.72.0-beta.11
519
+ * @aigne/default-memory bumped to 1.4.0-beta.10
520
+ * @aigne/openai bumped to 0.16.16-beta.11
521
+ * @aigne/secrets bumped to 0.1.6-beta.11
522
+ * devDependencies
523
+ * @aigne/test-utils bumped to 0.5.69-beta.11
524
+
525
+ ## [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)
526
+
527
+
528
+ ### Features
529
+
530
+ * **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))
531
+
532
+
533
+ ### Bug Fixes
534
+
535
+ * **cli:** add askUserQuestion for run-skill command ([9c621e7](https://github.com/AIGNE-io/aigne-framework/commit/9c621e7c55501d129e71966da79514717a4579ab))
536
+
537
+
538
+ ### Dependencies
539
+
540
+ * The following workspace dependencies were updated
541
+ * dependencies
542
+ * @aigne/afs-history bumped to 1.2.0-beta.6
543
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.10
544
+ * @aigne/agent-library bumped to 1.24.0-beta.12
545
+ * @aigne/agentic-memory bumped to 1.1.6-beta.10
546
+ * @aigne/aigne-hub bumped to 0.10.16-beta.14
547
+ * @aigne/core bumped to 1.72.0-beta.10
548
+ * @aigne/default-memory bumped to 1.4.0-beta.9
549
+ * @aigne/openai bumped to 0.16.16-beta.10
550
+ * @aigne/secrets bumped to 0.1.6-beta.10
551
+ * devDependencies
552
+ * @aigne/test-utils bumped to 0.5.69-beta.10
553
+
554
+ ## [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)
555
+
556
+
557
+ ### Features
558
+
559
+ * **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))
560
+
561
+
562
+ ### Bug Fixes
563
+
564
+ * **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))
565
+ * **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))
566
+
567
+
568
+ ### Dependencies
569
+
570
+ * The following workspace dependencies were updated
571
+ * dependencies
572
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.9
573
+ * @aigne/agent-library bumped to 1.24.0-beta.11
574
+ * @aigne/agentic-memory bumped to 1.1.6-beta.9
575
+ * @aigne/aigne-hub bumped to 0.10.16-beta.13
576
+ * @aigne/core bumped to 1.72.0-beta.9
577
+ * @aigne/default-memory bumped to 1.4.0-beta.8
578
+ * @aigne/openai bumped to 0.16.16-beta.9
579
+ * @aigne/secrets bumped to 0.1.6-beta.9
580
+ * devDependencies
581
+ * @aigne/test-utils bumped to 0.5.69-beta.9
582
+
583
+ ## [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)
584
+
585
+
586
+ ### Features
587
+
588
+ * 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))
589
+
590
+
591
+ ### Dependencies
592
+
593
+ * The following workspace dependencies were updated
594
+ * dependencies
595
+ * @aigne/afs bumped to 1.4.0-beta.5
596
+ * @aigne/afs-history bumped to 1.2.0-beta.5
597
+ * @aigne/afs-local-fs bumped to 1.4.0-beta.8
598
+ * @aigne/agent-library bumped to 1.24.0-beta.10
599
+ * @aigne/agentic-memory bumped to 1.1.6-beta.8
600
+ * @aigne/aigne-hub bumped to 0.10.16-beta.12
601
+ * @aigne/core bumped to 1.72.0-beta.8
602
+ * @aigne/default-memory bumped to 1.4.0-beta.7
603
+ * @aigne/openai bumped to 0.16.16-beta.8
604
+ * @aigne/secrets bumped to 0.1.6-beta.8
605
+ * devDependencies
606
+ * @aigne/test-utils bumped to 0.5.69-beta.8
607
+
608
+ ## [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)
609
+
610
+
611
+ ### Dependencies
612
+
613
+ * The following workspace dependencies were updated
614
+ * dependencies
615
+ * @aigne/agent-library bumped to 1.24.0-beta.9
616
+ * @aigne/aigne-hub bumped to 0.10.16-beta.11
617
+
3
618
  ## [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)
4
619
 
5
620