mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 08:02:31 +00:00
* Show dispatch task preview and refresh generated titles when orchestrati - Worker panes now display the task block from the dispatch preamble instead of the raw prompt until orchestration metadata resolves - Once orchestration displayName/taskTitle arrives, replace the previously generated tab title instead of leaving the stale one * fix: harden dispatch title preview and replace paths Bound preamble scans, match orchestration labels to live task IDs, and skip expensive title derivation when auto-title will not write. * fix: accept orchestration labels when live task id is unparseable Agent-status prompts are often truncated and omit the task-id line. Only reject sticky labels when both ids are present and disagree.