Live data from Hacker News

Show HN: Claudraband – Claude Code for the Power User

github.com

11–20 of 48 posts

Re: Show HN: Claudraband – Claude Code for the Power User

#12
post #8
post #4

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.

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

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

Re: Show HN: Claudraband – Claude Code for the Power User

#15
post #4

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.

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.

Re: Show HN: Claudraband – Claude Code for the Power User

#16
post #8

Earlier quoted context omitted.

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

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 gu…

MIT License added

Re: Show HN: Claudraband – Claude Code for the Power User

#18
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`)

Re: Show HN: Claudraband – Claude Code for the Power User

#19
post #9
post #5

Earlier quoted context omitted.

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…

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.

Is there an example of this?
Post reply on HN