Skip to main content

Release 0.4.4 — Skills Builder for Dynamic Agents

Released: 2026-04-28 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.4 Previous release: 0.4.3

Highlights

0.4.4 brings Skills Builder integration to dynamic agents — agents can now leverage user-authored skills from the agent_skills MongoDB collection at runtime. Several subagent stability bugs are fixed and the agent editor UI receives a polish pass.

What's New

Dynamic Agents: Skills Integration

  • Skills integration — dynamic agents can now use skills authored in the Skills Builder; at runtime the backend loads selected skills, converts them to SKILL.md files, and injects them into the agent's system context
  • Agent editor UX — subagent fixes and UI polish for the agent configuration editor (#1299)

Bug Fixes

Breaking Changes

No breaking changes. Drop-in upgrade from 0.4.3.

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.4 \
-f your-values.yaml

Upgrade Guide: 0.4.3 → 0.4.4

Overview

0.4.4 adds Skills Builder integration to dynamic agents. No Helm values changes are required.

Helm Values Changes

No Helm values changes between 0.4.3 and 0.4.4. Drop-in upgrade — no values.yaml edits required.

Upgrade Runbook

1. Update chart version

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

2. Verify

kubectl get pods -n <namespace>

Dynamic agent editors should now show a "Skills" section for selecting from the agent_skills collection.