Checklist
What I'm trying to do
I'm trying to paste images or send them with agent-shell-send-screenshot to the viewport. I tried (setq agent-shell-prefer-viewport-interaction t) and it works for sending images, but working in this mode is quite unstable in my setting (every 20 minutes I get stuck with lots of error messages about shell in viewport, and I can't even close the buffer). So I'm trying to achieve pasting images in the viewport when (setq agent-shell-prefer-viewport-interaction nil) .
What actually happens
When in (setq agent-shell-prefer-viewport-interaction nil) when I go toggle viewport I can't paste images, every image pasted goes to the normal view and takes me out of the viewport.
Question / Request
Is there a way to paste images in the viewport toggle view, without forcing my default to viewport interaction? I like agent-shell as the default: start in normal view and toggle with C-c C-o when needed. But I would love to control where images get pasted.
Checklist
What I'm trying to do
I'm trying to paste images or send them with agent-shell-send-screenshot to the viewport. I tried
(setq agent-shell-prefer-viewport-interaction t)and it works for sending images, but working in this mode is quite unstable in my setting (every 20 minutes I get stuck with lots of error messages about shell in viewport, and I can't even close the buffer). So I'm trying to achieve pasting images in the viewport when(setq agent-shell-prefer-viewport-interaction nil).What actually happens
When in
(setq agent-shell-prefer-viewport-interaction nil)when I go toggle viewport I can't paste images, every image pasted goes to the normal view and takes me out of the viewport.Question / Request
Is there a way to paste images in the viewport toggle view, without forcing my default to viewport interaction? I like agent-shell as the default: start in normal view and toggle with C-c C-o when needed. But I would love to control where images get pasted.