Skip to main content

Release 0.5.16 — Platform Health Dashboard and Automated IdP Sync

Released: 2026-06-17 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.16 Previous release: 0.5.15

Highlights

0.5.16 ships two long-awaited capabilities: a platform health dashboard so you can see at a glance whether every component is up, and a working background scheduler for identity provider sync so your directory groups stay current automatically without manual intervention.

What's New

Platform Health

  • Platform health dashboard — the header status chip now links to a health panel showing the live status of each platform component: Keycloak, the authorization service, AgentGateway, and the config bridge. Each probe shows a clear up/down/degraded state so you can spot connectivity issues without digging through logs
  • Health status in the header — the header chip reflects the aggregate health of all probes, changing color when any critical component is unreachable

Identity & Directory Sync

  • Automated background IdP sync — the "Enable background sync" toggle and sync schedule in Admin → Identity Group Sync now actually trigger automatic syncs. Previously the settings were saved but never acted on; enabling this feature now keeps your directory groups and team memberships current on the configured interval without manual runs
  • Large directory pagination — the Teams & Users admin surfaces are now paginated server-side, so installations with tens of thousands of synced users and teams load quickly instead of timing out

Workflows

  • Visibility dropdown fixed — the workflow portal visibility dropdown in the editor toolbar was clipped by the canvas container and often unreachable; it now renders above the canvas and is always accessible

Feedback

  • Opt out of response regeneration — when the platform offers to regenerate a response, a new checkbox lets you keep your existing response as-is without triggering a regeneration

Bug Fixes

  • Super-admin conversations — platform super-admins could be unexpectedly blocked from starting conversations or granting tools; these surfaces are now consistently unblocked for super-admins
  • OpenFGA drift self-healing — the admin Teams & Users panel now detects and repairs stale OpenFGA membership entries automatically rather than showing a permanent "drifted" warning badge

Breaking Changes

No breaking changes. Drop-in upgrade from 0.5.15.

Upgrade

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

No Helm values changes between 0.5.15 and 0.5.16. No data migrations required.