What kagent-dev/kagent shipped
Generated by FoxPlug from public activity — not affiliated with Kagent.
Week of September 14, 2026
What shipped
- v1.0.0-alpha1 released with agent namespace in list view, controller affinity configuration, responses API support in harness, and topology improvements. Release
- Model and MCP secrets now use Substrate gateway credential injection instead of literal environment variables across all compilers. Pull request #2868
- Substrate actors and workers now load server-side with pagination, sorting, and search for clusters too large for single inventory reads. Pull request #2771
- Actor egress policies now provisioned with Substrate v0.0.30 to prevent HTTP 403 failures on model and MCP requests. Pull request #2839
- Go runtime now honors context compaction settings from the Agent CRD spec, matching Python runtime behavior. Pull request #2790
- AgentInstance lifecycle execution serialized to prevent concurrent retries from issuing duplicate mutations. Pull request #2857
- Snapshots now have names, and snapshot marks in chat carry Fork, Rename, and Delete actions. Pull request #2847
- Scoped authorization added for AgentTemplate, Harness, and ModelConfig resources using Kubernetes metadata. Pull request #2710
- Helm chart now supports global values for image registry, pull config, and namespace scope across all subcharts. Pull request #2817
- Python runtime now supports Azure foundry models for both OpenAI and Anthropic types with unified Azure auth. Pull request #2512
Why it matters
v1.0.0-alpha1 marks a significant milestone with improved scalability for large clusters, better credential handling, and refined UI workflows. Security improvements include scoped authorization and proper egress policy provisioning, while Go and Python runtimes achieve feature parity on context compaction and Azure model support.
Changelog entry
- v1.0.0-alpha1 released Release
- Go runtime honors context compaction settings Pull request #2790
- AgentInstance lifecycle execution serialized to prevent duplicate mutations Pull request #2857
- Substrate gateway credential injection replaces literal environment variables Pull request #2868
- Substrate actors and workers support server-side pagination and search Pull request #2771
- Egress policies provisioned with Substrate v0.0.30 Pull request #2839
- Scoped authorization for AgentTemplate, Harness, and ModelConfig Pull request #2710
- Python runtime adds Azure foundry model support Pull request #2512
- Helm chart adds global values for registry and namespace scope Pull request #2817
- UI snapshots now named with Fork, Rename, Delete actions Pull request #2847
v1.0.0-alpha1 ships with server-side pagination for large inventories, gateway credential injection, scoped authorization, and runtime parity improvements across Go and Python.
Kagent v1.0.0-alpha1 is out. This release brings significant infrastructure improvements: server-side pagination and search for large cluster inventories, secure gateway credential injection replacing environment variables, scoped authorization for catalog resources, and full feature parity between Go and Python runtimes. The UI now supports named snapshots with inline actions, and Azure foundry models work across all compilers.