fix(coding-agent): restore extension input source semantics

This commit is contained in:
Mario Zechner
2026-03-29 19:28:04 +02:00
parent 1ee0d28d7b
commit 7e1dd8880c
6 changed files with 42 additions and 18 deletions

View File

@@ -1299,7 +1299,7 @@ export class AgentSession {
expandPromptTemplates: false,
streamingBehavior: options?.deliverAs,
images,
source: "interactive",
source: "extension",
});
}