NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Show HN: Claudraband – Claude Code for the Power User (github.com)
lifis 57 minutes ago [-]
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.

halfwhey 50 minutes ago [-]
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.

lifis 35 minutes ago [-]
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.
halfwhey 31 minutes ago [-]
That's a good point, I'll look into tackling this soon
obmelvin 43 minutes ago [-]
It isn't ones duty to develop for everybody. If someone makes something for their own use case and shares it, that's fine.
godelski 28 minutes ago [-]
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

colobas 1 hours ago [-]
Any idea of how this interacts with Anthropic's ToS for subscription-based use?
cortesoft 1 hours ago [-]
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.
halfwhey 48 minutes ago [-]
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.
j45 46 minutes ago [-]
Nor is it flooding servers with open claw type use.
mikeroySoft 28 minutes ago [-]
License? I see none listed in the repo.
halfwhey 17 minutes ago [-]
Fixed
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 20:40:42 GMT+0000 (Coordinated Universal Time) with Vercel.