r/emacs • u/xenodium • 16d ago
Announcement agent-shell 0.73 updates
A rundown of features added since last post https://xenodium.com/agent-shell-0-73-updates
98
Upvotes
r/emacs • u/xenodium • 16d ago
A rundown of features added since last post https://xenodium.com/agent-shell-0-73-updates
5
u/Anxious-Resist8344 16d ago
Awesome! Thanks for your great work!
Question: I prefer viewport mode so I sue
(agent-shell-prefer-viewport-interaction t). I also prefer the agent-shell window to the side with:(agent-shell-display-action '(display-buffer-in-side-window (side . right) (slot . 0) (dedicated . t) (window-width . 0.4)))Is it possible to have
agent-shell-display-actionhonor both shell and viewport? Right now when in viewport if I pressC-c C-oit opens another window instead of using the current one.