alt.hn

4/12/2026 at 4:55:20 PM

Show HN: Claudraband – Claude Code for the Power User

https://github.com/halfwhey/claudraband

by halfwhey

4/12/2026 at 7:32:16 PM

Any idea of how this interacts with Anthropic's ToS for subscription-based use?

by colobas

4/12/2026 at 7:39:00 PM

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.

by cortesoft

4/12/2026 at 7:52:47 PM

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.

by halfwhey

4/12/2026 at 7:54:59 PM

Nor is it flooding servers with open claw type use.

by j45

4/13/2026 at 3:13:18 AM

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.

by alun

4/13/2026 at 4:00:35 AM

What cursor has learned, very painfully, is that making a complex gui, even with the help of ai, is a lot fucking harder than a cli tool. Anthropic is wisely staying out of that space and sticking to more basic ui’s like cowork.

There is a LOT of work buried in your statement “all it would take”.

All one has to do is look at the evolution of cursor to confirm my statement. Compare v1 of cursor to v3 and see how much more insanely simplified the ui has become in v3 - it’s essentially a glorified cowork interface now

by SOLAR_FIELDS

4/13/2026 at 5:11:39 AM

Is that something anyone wants? It seems like being able to plug into other editors works well. What are the experiences people are trying to get but currently can't build because ACP sucks or whatever?

by pxc

4/13/2026 at 3:51:00 AM

> they definitely have the capability to do it.

You'd think so, but I guess they don't.

by throwadobe

4/12/2026 at 10:21:32 PM

Using Claude Channels can make it easy to inject prompts and get just the response back without having to identify it in the terminal output or fight with the TUI.

But they're not well designed, and some things just have to go in through the terminal interface like slash commands (i.e. `/clear`)

by dragonfax

4/12/2026 at 7:43:54 PM

That'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.

by lifis

4/12/2026 at 7:57:54 PM

It isn't ones duty to develop for everybody. If someone makes something for their own use case and shares it, that's fine.

by obmelvin

4/12/2026 at 8:12:43 PM

And that's the beauty of open source and code. You can share it freely and easily. There's no thing that can be made for everyone.

Maybe some irony is everyone tells me they "just care that it works". Yet it can work and you'll always have the comments like above because it works for the reason it was made but not for things it wasn't made for. But it's open, so modify the code and put in what you want ¯\_(ツ)_/¯

I guess I should clarify its source available, not "Open Source". There's no license on the project so it's default theirs. But no harm if you're just editing it yourself. @OP should put up some license to let others know how what is allowed and what isn't

by godelski

4/12/2026 at 11:52:58 PM

Agree on the source-available clarification — this exact distinction matters on HN and I learned it the hard way recently.

I just went through the licensing decision for my own project and landed on BSL 1.1 with a 4-year conversion to Apache 2.0. Framing it as "source-available, auto-converts to Apache 2.0 in 2030" reads as transparent intent rather than "fake open source."

That said, BSL/FSL really only make sense if you plan to monetize a hosted version yourself. For wrapper tools like Claudraband that sit on top of an existing product ecosystem, MIT or Apache 2.0 might fit better — you're not protecting a competing SaaS, you're just sharing code.

by harthor

4/12/2026 at 9:42:18 PM

MIT License added

by halfwhey

4/12/2026 at 7:50:30 PM

Codex and Gemini have ACP servers already:

https://github.com/zed-industries/codex-acp https://geminicli.com/docs/cli/acp-mode/

In fact Codex, in OpenAI fashion, have their own protocol as well:

https://developers.openai.com/codex/app-server

Opencode too. These tools are already so programmable and embeddable, it's just Claude Code is a sticking point. But maybe it would be useful to provide a unified CLI and Daemon for all of them.

by halfwhey

4/12/2026 at 8:05:18 PM

They have ACP servers but they might apply different rate limits or policies if they notice ACP use, while a solution like yours would not trigger that unless it becomes popular enough to specifically detect. It also seems this provides more features them just an ACP server.

by lifis

4/13/2026 at 1:15:37 AM

> they might apply different rate limits or policies if they notice ACP use

Is there any evidence that supports this claim?

by stingraycharles

4/12/2026 at 8:10:08 PM

That's a good point, I'll look into tackling this soon

by halfwhey

4/12/2026 at 10:40:17 PM

Is there an example of this?

by BoorishBears

4/12/2026 at 11:53:23 PM

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).

by behrlich

4/13/2026 at 12:07:09 AM

Can't you just tell your AI tool of choice to just port it? One thing I like about AI is that now I can easily roll my own or take an open-source project and customize it really fast with very little commitment on my end. Instead of everyone having to use the exact same tools, now we can customize it to our liking--at least for now

by d4v3

4/13/2026 at 4:10:34 AM

For someone paying nothing for something that costs nothing, you have way more than nothing to complain about. Not appropriate.

by sunir

4/12/2026 at 9:18:39 PM

I’ve made something very similar that is almost backend-agnostic: https://github.com/ayourtch-llm/tttt - and it does auto inject the MCP in case of Claude, but it is trivial to adapt to other backends.

by ay

4/13/2026 at 12:35:39 AM

Opencode already supports continuing old sessions with ctrl-x, l.

by keyle

4/13/2026 at 12:29:17 AM

If xterm.js is slower than tmux, why don't you just use tmux for the headless sessions as well? How is tmux not headless enough?

by pxc

4/13/2026 at 12:48:36 AM

Not everyone has tmux. I default to tmux if you have it and fallback to xterm.js

by halfwhey

4/13/2026 at 5:06:32 AM

Ah, ah, got it. So you get a kind of graceful degradation if the optional dependency is missing. Nice!

And, I guess, it's headless in the sense that you can't attach to it even if you want to. I get what you meant now.

by pxc

4/12/2026 at 8:12:30 PM

License? I see none listed in the repo.

by mikeroySoft

4/12/2026 at 8:24:05 PM

Fixed

by halfwhey

4/13/2026 at 3:58:54 AM

I’m very dumb. How is this different than starting Claude Code in a tmux and then connecting to that?

by SV_BubbleTime

4/13/2026 at 2:42:01 AM

[dead]

by eddie-wang

4/12/2026 at 8:44:12 PM

[dead]

by mr_johnson123

4/12/2026 at 10:18:14 PM

Isn't "Claude Code power user" an oxymoron or am I confused?

by beepbooptheory

4/12/2026 at 10:40:56 PM

Are you asking if it is possible to be a power user of Claude Code? Because it very much is - what's the oxymoron?

by sudb

4/12/2026 at 10:58:09 PM

I thought Claude Code _is_ for power users. How much more powerful do you need to be to use this?

by ghiculescu

4/12/2026 at 11:10:45 PM

Some people open a claude code session and just talk with it. And some use hooks, custom commands, agent-teams..and so on. You can definitely be a power user. But I’m sure whether that translates to actual “power” is up for debate.

by halfwhey

4/13/2026 at 12:57:00 AM

I would simply ask the claude code to use the hooks and custom commands and agent teams for me.

by beepbooptheory

4/13/2026 at 3:09:07 AM

In order to ask it to use them, you should be first aware of them. Non-power users aren't.

by selcuka