From 42a3488194e9dd8dbec7f333dda92f31ebfde0dc Mon Sep 17 00:00:00 2001 From: AlexRV12 <71396855+AlexRV12@users.noreply.github.com> Date: Thu, 3 Sep 2026 19:10:06 +0200 Subject: [PATCH] fix: stop a test run form loading options from the deployed script --- .../components/copilot/chat/RunArgsFormDisplay.svelte | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte b/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte index 34d2b9c215..2a286b41d2 100644 --- a/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte +++ b/frontend/src/lib/components/copilot/chat/RunArgsFormDisplay.svelte @@ -143,10 +143,16 @@ + does not undo it. Everything else waits for the user; keep it that way. + + Withheld for a test run, where the code is the draft the model is still writing. + `deployed` would resolve the wrong version — stale options, or nothing at all for a + draft never deployed — and `inline` would hand that unreviewed draft to the backend + to execute on mount, which is the one thing this form exists to ask about first. + DynamicInput falls back to a plain value editor, as it does under plan mode. -->