You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(agent): keep conversation on cancel; strip delegation tools from PTC
Interrupting a turn (cancel) dropped it entirely: the internal history only
updates on a COMPLETED stream, so the next turn forgot what was just asked.
Now a cancelled llm-turn returns Ok(state.finish_interrupted()) — the
accumulated conversation (the user's message above all) is committed, ending
on an assistant marker so the next user turn still alternates.
Also strip task/parallel_task from the PTC script_allowed_tools: child agents
can't fan out on the program tool's single-thread runtime, so force direct
calls. Bumps to 4.2.3.
0 commit comments