Skip to main content

Release 0.5.46 — Subagent HITL Resume Fix

Released: 2026-07-09 Chart: oci://ghcr.io/cnoe-io/charts/ai-platform-engineering:0.5.46 Previous release: 0.5.45

Highlights

0.5.46 fixes the subagent human-in-the-loop resume path, a follow-up to the inline HITL form shipped in 0.5.45.

Bug Fixes

Subagent HITL timelines resume correctly

Nested LangGraph interrupts in subagent workflows were being treated as tool failures by the parent tool-retry middleware, causing the subagent to relaunch up to four times instead of resuming from the interrupt state. The fix preserves nested interrupts through the middleware so subagent HITL timelines resume correctly when the user submits the inline form.

(#2162)

Breaking Changes

No breaking changes. Drop-in upgrade from 0.5.45.


Upgrade Guide: 0.5.45 → 0.5.46

No values changes required.

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