Releases: kagent-dev/kagent
Releases · kagent-dev/kagent
v0.2.2
v0.2.1
What's Changed
- update to latest autogen by @peterj in #276
- add preliminary E2e testing framework by @ilackarms in #239
- Nested agents by @EItanya in #265
- fake-key-for-ci by @EItanya in #280
- chore: add issue templates by @sbx0r in #278
- handle stdio mcp tools by @peterj in #281
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- add current date/time tool by @peterj in #260
- fix the issue with unclickable buttons by @peterj in #256
- Split CRDs into a different chart so they could be fully managed by helm by @gossion in #252
- roadmap-update by @EItanya in #261
- Added a new
bug-report
command to the kagent CLI to help gather debug information. by @Mukund-cpu in #259 - add model creation to the UI + nav fixes to accommodate for new funct… by @peterj in #262
- clean CRDs when uninstalling kagent by @gossion in #263
New Contributors
- @gossion made their first contribution in #252
- @Mukund-cpu made their first contribution in #259
Full Changelog: v0.1.16...v0.2.0
v0.1.16
fixes for the UI (#258) * use mcp server name as a category Signed-off-by: Peter Jausovec <[email protected]> * improve ux of the tool selection page Signed-off-by: Peter Jausovec <[email protected]> * fix the issue where the tool wasn't configurable :| Signed-off-by: Peter Jausovec <[email protected]> * remove unused component Signed-off-by: Peter Jausovec <[email protected]> * include error details in the response Signed-off-by: Peter Jausovec <[email protected]> * improve errors, use toast Signed-off-by: Peter Jausovec <[email protected]> * type updates, session list display Signed-off-by: Peter Jausovec <[email protected]> * update/reset the chat status in case of an error Signed-off-by: Peter Jausovec <[email protected]> * update the tool display to match the one in the dialog Signed-off-by: Peter Jausovec <[email protected]> * fix failing tests Signed-off-by: Peter Jausovec <[email protected]> --------- Signed-off-by: Peter Jausovec <[email protected]> Co-authored-by: Eitan Yarmush <[email protected]>
v0.1.15
ensure correct server name on selected tools (#246) Signed-off-by: Peter Jausovec <[email protected]>
v0.1.14
v0.1.13
What's Changed
- fix: cli improvements to handle port forward correctly by @harmindersinghk in #216
- add form field validation to happen on blur by @peterj in #237
- use value types instead of pointers by @peterj in #238
New Contributors
- @harmindersinghk made their first contribution in #216
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- add the NEXT_PUBLIC_WS_URL in case it needs to be overwritten; also c… by @peterj in #207
- Add toolserver crd by @ilackarms in #198
- Update README.md by @peterj in #211
- fix: show an error if agentID is invalid or not found by @davidgarc in #213
- Update README.md by @peterj in #215
- feat(controller): add comprehensive logging to HTTP handlers by @zanuka in #208
- Prevent pypi.org to be accessed at runtime by @iocanel in #219
- create the toolserver CRD from UI by @peterj in #220
- Api enum by @EItanya in #212
- make mcp work by @peterj in #221
New Contributors
- @davidgarc made their first contribution in #213
- @zanuka made their first contribution in #208
- @iocanel made their first contribution in #219
Full Changelog: v0.1.11...v0.1.12
v0.1.11
v0.1.10
fix-streaming-usage-bug (#196)