Skip to main content

Release 0.5.14 — Admin UX Polish and Deep-Link Navigation

Released: 2026-06-15 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.14 Previous release: 0.5.13

Highlights

0.5.14 is a quality-of-life release focused on the admin experience. Admin panel sub-tabs now reflect in the URL so you can bookmark or share a direct link to any settings page. Agent creation is less noisy about required fields, and transferring agent ownership is now a single save action instead of a separate workflow.

What's New

Admin Panel

  • Deep-linkable admin tabs — every sub-tab in the admin panel now updates the URL, so you can bookmark, share, or reload to return to exactly the page you were on. Previously, reloading the page always dropped you back to the top-level tab
  • Settings tab as default — opening /admin now lands you on the Settings → General tab instead of the Security & Policy permissions view
  • "General" replaces "Default Agent" — the agent defaults settings tab has been renamed to General to better describe what it contains

Agent Editor

  • Inline ownership transfer — to move an agent to a different team, select the new owner in the Owner Team dropdown and save. The separate "Transfer ownership" button is gone; the same save action handles it
  • Quieter required-field warnings — the Owner Team field on the agent creation form now shows a single clear indicator instead of multiple overlapping error styles, making the form less visually alarming when the field is empty

Bug Fixes

  • Unlinked access description — the "Unlinked Access" setting in the admin panel now has clearer copy explaining what an unlinked user is and what enabling this feature does
  • AgentGateway token passthrough — provider token forwarding is now declared in the MCP route config rather than inferred from provider names, making it work reliably across all provider types
  • Chart: removed duplicate app.kubernetes.io/name label that could cause Helm upgrade conflicts

Breaking Changes

No breaking changes. Drop-in upgrade from 0.5.13.

Upgrade

helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.14 \
-f your-values.yaml

No Helm values changes between 0.5.13 and 0.5.14. No data migrations required.