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. -->