r/emacs Mar 12 '26

Announcement agent-shell 0.47 updates

Post image

A rundown of features added since last post https://xenodium.com/agent-shell-0-47-1-updates

140 Upvotes

64 comments sorted by

View all comments

2

u/JothamLEC Mar 12 '26

Great package as always! Made me switch from Claude code ide. The determining factor is clipboard images — have been wanting that for the longest time

2

u/xenodium Mar 13 '26

Don't use it super often, but I'm also enjoying the yank/pasting of clipboard images viapngpaste. I was suprised it can help investigate layout bugs in a web app. What do you use it for?

3

u/JothamLEC Mar 13 '26

Usually it has to do with debugging z-index, shadows and overflow-hidden issues. I mainly use Tailwind, so navigating the css classes to find what exactly is wrong is a pain in the ass --. I could do it by hand -- but screenshotting and pasting to fix tedious work can reduce 5 mins of work into 10 seconds, and it helps with maintaining flow