mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
fix(coding-agent): restore extension input source semantics
This commit is contained in:
@@ -1299,7 +1299,7 @@ export class AgentSession {
|
||||
expandPromptTemplates: false,
|
||||
streamingBehavior: options?.deliverAs,
|
||||
images,
|
||||
source: "interactive",
|
||||
source: "extension",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user