Hacker News new | ask | show | jobs
by ryanolsonx 44 days ago
How do you use it in relation to claude?
3 comments

Not the person you're replying to, and I have no idea what they were referring to, but I use agent-shell.el and it is incredible:

https://github.com/xenodium/agent-shell

xenodium is doing some amazing work (and not just on agent-shell, either!)

Agent-shell.el for the CLI experience that's integrated with emacs. You can send things from emacs to your Claude code prompt and it will include the file and line numbers.

There's also claude-code-ide.el that gives you more of a cursor like experience with autocomplete, simple chat, etc.

claude-code-ide runs the claude TUI inside a term inside emacs with a little bit of editor integration on top. It's closer to the standard CLI experience than agent-shell is.
Agent-shell.el and claude-code-ide.el

Agent-shell is like the Claude code CLI. Claude-code-ide is like cursor with ghost completions/auto complete, chat, etc.