Release 0.5.43 — Inline HITL Form in Chat, Slack Bot Fix
Released: 2026-07-09 Chart:
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.43Previous release: 0.5.42
Highlights
0.5.43 delivers the inline HITL (human-in-the-loop) input form directly in the chat timeline and fixes a Slack bot crash introduced by a stale keyword argument.
New Features
Inline HITL input form in WorkflowRunCard
Workflow runs that reach a waiting_for_input interrupt state now render the input form inline inside the chat message card — no page navigation required. The form matches the agent HITL panel style and submits via the existing interrupt resume API.
(#2148)
Bug Fixes
Slack bot: remove stale user_allowed kwarg
SlackChannelRebacDecision was being called with a user_allowed keyword argument that no longer exists in the updated signature, causing a TypeError crash on channel-authorization checks.
(#2152)
Breaking Changes
No breaking changes. Drop-in upgrade from 0.5.42.
Upgrade Guide: 0.5.42 → 0.5.43
helm upgrade ai-platform-engineering \
oci://ghcr.io/cnoe-io/charts/ai-platform-engineering \
--version 0.5.43 \
-f your-values.yaml

