Releases: kagent-dev/kagent
v0.4.5
v0.4.4
fix a2a client broken (#624) * fix #622, a2a client broken Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> * remove log Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> * fix unit tests Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> --------- Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
v0.4.3
v0.4.2
What's Changed
- feat(all): migrate away from Python state into go by @EItanya in #611
- ci: add github-mcp-server helm chart by @sbx0r in #610
- eitanya/fix-gemini-with-query-doc by @EItanya in #616
- fix(build): use build metadata instead of prerelease identifier in Makefile VERSION fallback by @sbx0r in #615
- [FIX] session messages handler by @EItanya in #618
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Add autogen loglevel to app container by @antonioberben in #601
- make OPENAI_API_KEY optional for tools container by @EItanya in #614
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- [BUG] [UI] Fix tool server creation modal scrollability by @inFocus7 in #563
- (feat) implement namespace dropdown selection ux when creating resources by @inFocus7 in #540
- filter out the current agent name from the list of agents by @peterj in #564
- fix(makefile): edit port-forward command by @Matcham89 in #558
- Feature/move built in tools go by @dimetron in #552
- [FEATURE] Clean up the tool-list in the yaml when adding MCP server tools by @sbx0r in #569
- arrange the badges to the top, below the logo; update the readme by @peterj in #576
- ci: add automatic labeling for enhancement proposals (EP) PullRequests by @sbx0r in #579
- ci: fix labeler configuration by @sbx0r in #583
- doc: add star history by @marcinkubica in #582
- feat(tools): add resource generation tools to golang tool server by @EItanya in #574
- ci: fix labeler rules by @sbx0r in #588
- Add Ask Deepwiki by @marcinkubica in #590
- bump-a2a-0.2.0 by @EItanya in #567
- fix(models): update model names and add new model info for gemini-2.5… by @franpinedab in #603
- Need to also run tool-server for local dev by @umeshkaul in #604
- [Feat] Tools migrated https://github.com/kagent-dev/tools by @dimetron in #600
- [Reopened] [Fix] Add OwnerReferences to secrets created by controller's API by @sbx0r in #594
Breaking Changes
There was one major breaking change in this release, and that was the removal of what were formerly called BuiltIn
tools. As a result of #552, all of our tools are now running in a separate container, and accessible via MCP. This means that now kagent
has only 2 tool types, MCP, and Agent
. All of the tools which could be accessed as BuiltIn
tools are still accessible via the kagent-tool-server
MCP server, which will always be deployed in the namespace kagent
is deployed in. Here is an example of how to switch, for more examples please take a look at the agent helm charts before and after the 0.4.0
release.
A BuiltIn
tool was previously defined like so:
- type: Builtin
builtin:
name: kagent.tools.k8s.GetAvailableAPIResources
To access the same tool after the release can be done like so:
- type: McpServer
mcpServer:
toolServer: kagent-tool-server
toolNames:
- k8s_get_available_api_resources
New Contributors
- @Matcham89 made their first contribution in #558
- @franpinedab made their first contribution in #603
- @umeshkaul made their first contribution in #604
Full Changelog: v0.3.19...v0.4.0
v0.3.19
toggle servers, sort them (#561) Signed-off-by: Peter Jausovec <peter.jausovec@solo.io> Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
v0.3.18
What's Changed
Full Changelog: v0.3.17...v0.3.18
v0.3.17
v0.3.16
What's Changed
- add paths to default URLs by @peterj in #522
- Remove stored team from session to allow for dynamic conversations by @EItanya in #516
- fix formatting and circular dependency issue by @peterj in #520
- fix-workflow-target by @EItanya in #527
- Multi namespace support by @sbx0r in #405
- Revert "fix-workflow-target (#527)" by @EItanya in #529
- revert-streamable-http-revert by @EItanya in #531
- Critical CVE fixes python by @dimetron in #533
- add a preview button for html by @peterj in #532
- CVE fixes / image size reduction by @dimetron in #534
- Non root UI port by @EItanya in #538
Full Changelog: v0.3.15...v0.3.16