Skip to content

v3.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 06:34
v3.4.0
2c917ef

What's new in 3.4.0

Workflows survive Pi reload

/reload no longer strands active workflow runs. The live manager hands off to the new extension generation (same-version reloads keep runs going untouched); if the extension version changed, running workflows pause onto the journal-recovery path and resume cleanly. An unclaimed handoff now also pauses its runs instead of letting them burn tokens unobserved. Contributed by @yycholla (#122, #124).

Richer workflow detail pager

The /workflows navigator's detail view gained a proper pager: browse each agent's history, see edit diffs rendered with syntax highlighting, and page through long output without losing your place. Cold-read journal fallback now uses namespaced call identities, so parent and nested workflow results can't be confused. Contributed by @yycholla (#92).

Named built-in patterns work on every provider bridge

The args parameter of the workflow tool is now declared as an explicit object schema. Previously its typeless declaration made some tool-calling bridges flatten the value, breaking all five built-in patterns when invoked by name. Contributed by @bruschill (#123).