Thanks for this amazing package! Have just updated to the latest version of agent-shell and have hit some snags.
My config is quite minimal, pretty much just relying on the defaults.
After updating to the latest version of both, I now get the following backtrace when trying to open the sidebar. The error seems obvious enough, so I try and fix it to use something else e.g. thread-last or just manual consing and when I do, no more error but it creates a sidebar and occupies another frame, but both of these frames are tied together.
Trying to close one of them I get:
Window #<window 24 on Claude Code Agent @ user> has same side right as window #<window 22 on Claude Code Agent @ user> but no common parent
So I'm a bit stumped now. It looks like it's spawning an agent-shell buffer then somehow cloning it weirdly and linking them together.
Any ideas?
Thanks for this amazing package! Have just updated to the latest version of agent-shell and have hit some snags.
My config is quite minimal, pretty much just relying on the defaults.
After updating to the latest version of both, I now get the following backtrace when trying to open the sidebar. The error seems obvious enough, so I try and fix it to use something else e.g.
thread-lastor just manualconsing and when I do, no more error but it creates a sidebar and occupies another frame, but both of these frames are tied together.Trying to close one of them I get:
So I'm a bit stumped now. It looks like it's spawning an
agent-shellbuffer then somehow cloning it weirdly and linking them together.Any ideas?