We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4815d53 commit 6c06f86Copy full SHA for 6c06f86
1 file changed
pi/glance.ts
@@ -248,8 +248,8 @@ export default function (pi: ExtensionAPI) {
248
imageCount++;
249
// Dispatch to any blocking tool call first
250
dispatchToWaiters(image);
251
- // Also inject into conversation
252
- pi.sendUserMessage(`Screenshot: ${image.url}`);
+ // Inject into conversation — use followUp so it queues if agent is busy
+ pi.sendUserMessage(`Screenshot: ${image.url}`, { deliverAs: "followUp" });
253
}
254
255
// Start background listener when session starts
0 commit comments