It's interesting how Anthropic haven't shipped their own IDE for more vertical integration. All it would take is implementing their own forked version of VSCode (like Cursor did) and making Claude the default choice. Obviously I'm simplifying here, but they definitely have the capability to do it.
Show HN: Claudraband – Claude Code for the Power User
41–48 of 48 posts
Re: Show HN: Claudraband – Claude Code for the Power User
#42I’m very dumb. How is this different than starting Claude Code in a tmux and then connecting to that?
Re: Show HN: Claudraband – Claude Code for the Power User
#43Earlier quoted context omitted.
I would simply ask the claude code to use the hooks and custom commands and agent teams for me.
In order to ask it to use them, you should be first aware of them. Non-power users aren't.
Re: Show HN: Claudraband – Claude Code for the Power User
#44It's interesting how Anthropic haven't shipped their own IDE for more vertical integration. All it would take is implementing their own forked version of VSCode (like Cursor did) and making Claude the default choice. Obviously I'm simplifying here, but they definitely have the capability to do it.
Re: Show HN: Claudraband – Claude Code for the Power User
#45Earlier quoted context omitted.
It looks like it shouldn’t be an issue… it is just a wrapper around CLI calls to the official Claude code. It would be indistinguishable from the Anthropic side, and it isn’t even doing anything hacky or impersonating the official client.
This is my interpretation as well, Anthropic wants to be in full control of the connection between the client and their servers, and that's compatible with what I'm trying to do.
Re: Show HN: Claudraband – Claude Code for the Power User
#46That's cool but by only supporting Claude Code you are contributing to the Anthropic lock-in problem. This needs to support at least Gemini CLI, Codex and OpenCode as well, preferably by being generic as much as possible.
https://github.com/ehrlich-b/wingthing - Here's my version of this idea which is agent agnostic. Not exactly the same idea, "sandbox'ed persistent agent", in my case available over the web with xterm.js (though you can also just run locally).
Re: Show HN: Claudraband – Claude Code for the Power User
#47That's cool but by only supporting Claude Code you are contributing to the Anthropic lock-in problem. This needs to support at least Gemini CLI, Codex and OpenCode as well, preferably by being generic as much as possible.
https://github.com/ehrlich-b/wingthing - Here's my version of this idea which is agent agnostic. Not exactly the same idea, "sandbox'ed persistent agent", in my case available over the web with xterm.js (though you can also just run locally).