Release 0.4.7 — Skills Platform Overhaul
Released: 2026-05-05 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.7Previous release: 0.4.6
Highlights
0.4.7 delivers a comprehensive end-to-end overhaul of the Skills platform and a new unsaved-changes guard in the dynamic agent editor. The Skills Workspace is redesigned with a standalone scanner microservice, multi-source hub support, install history, ZIP export, and AI Assist — resolving four pre-existing UX bugs rooted in architectural mismatches.
What's New
Skills Platform Overhaul
- Unified Workspace — skills from all hubs (GitHub, GitLab, local) are browsable in a single view
- Standalone scanner microservice — skill discovery is decoupled from the gateway for reliability and scalability
- Installer rewrite — more robust install flow with per-skill history tracking
- Multi-source hubs — configure multiple GitHub/GitLab skill sources under a single hub
- ZIP export — download skill bundles as ZIP archives
- AI Assist — generate or refine skill content with AI assistance (#1327)
Dynamic Agent Editor
- Unsaved-changes guard — confirm dialog shown before navigating away from a dirty agent editor; guards back-button, tab switches, and top-level header links (#1328)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.4.6.
Known Issues
None known beyond those noted in 0.4.0.
Upgrade
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.4.7 \
-f your-values.yaml
Upgrade Guide: 0.4.6 → 0.4.7
Overview
0.4.7 overhauled the Skills platform (new scanner microservice, multi-source hubs, ZIP export, AI Assist) and added an unsaved-changes guard to the agent editor. No Helm values changes are required. The Skills scanner runs as a new internal service — no extra configuration is needed for default deployments.
Helm Values Changes
No Helm values changes between 0.4.6 and 0.4.7. Drop-in upgrade — no values.yaml edits required.
Data Migrations
No MongoDB schema or data migrations required.
Upgrade Runbook
1. Update chart version
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.4.7 \
-f your-values.yaml
2. Verify
kubectl get pods -n <namespace>
The admin Skills page should show the new Workspace view with unified multi-hub browsing and the Live Crawl console.
