pi-mono/packages
Vegard Stikbakke ec857fece5 fix(coding-agent): set executionMode: sequential on question example tool
The question extension tool blocks on ctx.ui.custom() but omitted
executionMode, so multiple question calls in one assistant turn ran
under the default parallel mode and raced on the editor slot. Only the
last question rendered; earlier calls hung pending forever.

Set executionMode: "sequential" so the agent loop serializes the
batch. Wrappers already propagate the field to the core.

closes #6189
2026-07-02 09:01:15 +02:00
..
agent fix(coding-agent): serialize split-turn compaction summaries 2026-07-01 15:37:00 +02:00
ai fix(ai): remove Copilot Sonnet 5 fallback in generate-models 2026-07-01 23:01:33 +02:00
coding-agent fix(coding-agent): set executionMode: sequential on question example tool 2026-07-02 09:01:15 +02:00
orchestrator Add [Unreleased] section for next cycle 2026-06-30 22:29:44 +02:00
tui Add [Unreleased] section for next cycle 2026-06-30 22:29:44 +02:00