Skip to main content

Release 0.4.8 — AWS MCP Server and PSS Baseline

Released: 2026-05-06 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.8 Previous release: 0.4.7

Highlights

0.4.8 introduces a new AWS MCP server, configurable call-limit middlewares for the supervisor, and Kubernetes Pod Security Standards Baseline compliance across all Helm charts. A tracing fix resolves silent OTLP batch drops to Langfuse caused by oversized spans, and several long-standing compatibility and correctness bugs are resolved.

Release 0.4.6 — Installer UX and Runtime Simplification

Released: 2026-05-05 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.6 Previous release: 0.4.5

Highlights

0.4.6 significantly improves the setup-caipe.sh installer experience with Docker auto-detection, back-navigation, and upgrade-aware prompts. The dynamic agents runtime is simplified with a shared-client memory model, lazy provider loading, and a single-flight init pattern that prevents duplicate runtime startup. Several UI agent editor polish items round out the release.

Release 0.4.7 — Skills Platform Overhaul

Released: 2026-05-05 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.7 Previous 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.

Release 0.4.5 — DocumentDB Compatibility Fix

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

Highlights

0.4.5 is a focused bug-fix release. The most impactful change is a DocumentDB/CosmosDB compatibility fix that removes $facet aggregation from conversation list and audit log routes — operators running CAIPE against Amazon DocumentDB or Azure CosmosDB will see these admin views work correctly for the first time. RAG server JavaScript rendering is also repaired on x86_64.

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.

Release 0.4.2 — Skills Bootstrap Fix

Released: 2026-04-27 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.2 Previous release: 0.4.1

Highlights

0.4.2 fixes a critical caipe-skills.py bootstrap issue that caused the Skills Gateway helper file to always serve an error stub, and cleans up the gateway UI. The CI/CD pipeline gains an automatic PR labeler and several robustness fixes.

Release 0.4.3 — Slack Config and Integrations Docs

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

Highlights

0.4.3 completes the 0.4.0 Slack bot config migration by shipping the flat agents list schema, and adds integrations documentation for the Backstage plugin, Webex bot, and CAIPE CLI. A macOS bash 3.2 compatibility fix prevents setup script failures on stock macOS terminals.

Release 0.4.1 — Skills Gateway Fixes

Released: 2026-04-24 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.1 Previous release: 0.4.0

Highlights

0.4.1 is a targeted hotfix addressing the Skills Gateway install experience. Skills catalog XML comment markers were leaking into API responses, breaking agent recognition of skill metadata; per-hub recrawl was missing a manual trigger; and several layout and history UX issues were fixed.

Release 0.4.0 — AG-UI Protocol Unification

Released: 2026-04-23 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.4.0 Previous release: 0.3.x

Highlights

0.4.0 is a major release that fundamentally restructures the platform around the AG-UI protocol, unifying streaming across the web UI, Slack bot, and dynamic agents under a single event model. All traffic now routes through the Next.js gateway, dynamic agents no longer own OIDC auth, and a shared conversation API replaces scattered per-client storage. Helm values for all three components have been restructured — see the Upgrade Guide below for the full before/after mapping.