Skip to content

Commit c65e8da

Browse files
stephentoubCopilot
andcommitted
Update mode_handlers snapshot to canonical exit_plan_mode action order
The E2E tests were updated to expect the canonical action order [autopilot, interactive, exit_only], but the replay snapshot still supplied [interactive, autopilot, exit_only] as the model's exit_plan_mode tool-call arguments, which the CLI forwards verbatim to the SDK handler. Align the snapshot with the tests so request.actions matches across all language SDKs. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 446b10a1-29f6-4155-bf3a-ac1241c742f3
1 parent b959952 commit c65e8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/snapshots/mode_handlers/should_invoke_exit_plan_mode_handler_when_model_uses_tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ conversations:
1313
function:
1414
name: exit_plan_mode
1515
arguments: '{"summary":"Greeting file implementation
16-
plan","actions":["interactive","autopilot","exit_only"],"recommendedAction":"interactive"}'
16+
plan","actions":["autopilot","interactive","exit_only"],"recommendedAction":"interactive"}'
1717
- role: tool
1818
tool_call_id: toolcall_0
1919
content: >-

0 commit comments

Comments
 (0)