Live data from Hacker News

OpenCode – Open source AI coding agent

opencode.ai

311–320 of 700 posts

Re: OpenCode – Open source AI coding agent

#311
post #255
post #247

Earlier quoted context omitted.

> they're constantly releasing at an extremely high cadence, where they don't even spend the time to test or fix things Tbf, this seems exactly like Claude Code, they are releasing about one new version per day, sometimes even multiple per day. It’s a bit annoying constantly getting those messages saying to upgrade cc to the latest version

Oh wow. I got multiple messages in a day and just assumed it was a cache bug. It's annoying how I always get that "claude code has a native installer xyz please upgrade" message

I've never gotten that message?

Re: OpenCode – Open source AI coding agent

#312
post #2

The Agent that is blacklisted from Anthropic AI, soon more to come. I really like how their subagents work, as a bonus I get to choose which model is in which agent. Sadly I have to resort to the mess that Anthropic calls Claude Code

More what to come?

probably more agents to be blocked by anthropic. i've seen theo from t3.gg go through a bunch of loopholes to support claude in his t3code app just so anthropic doesn't sue their asses.

Re: OpenCode – Open source AI coding agent

#313

Have they "squatted" the name? It's the same name for the digital Sovereignty initiative in Germany https://opencode.de/

you'll be surprised the name was actually a controversy on x/twitter since opencode was originally another dev's idea who joined the charmcli team. they wanted to keep that name but dax somehow (?) ended up squatting it. the charmcli team has renamed their tool to "crush" which matches their other tools a lot better than "opencode"

Re: OpenCode – Open source AI coding agent

#316

I started my own fully containerized coding agent 100% in Go recently. Looking for testers: https://github.com/aduermael/herm

i like the containerization idea. i wish you used the opencode cli as the actual underlying agent.

What do you like particularly about the opencode cli?

Re: OpenCode – Open source AI coding agent

#317
I use this. I run it in a sandbox[0]. I run it inside Emacs vterm so it's really quick for me to jump back and forth between this and magit, which I use to review what it's done.

I really should look into more "native" Emacs options as I find using vterm a bit of a clunky hack. But I'm just not that excited about this stuff right now. I use it because I'm lazy, that's all. Right now I'm actually getting into woodwork.

[0] https://blog.gpkb.org/posts/ai-agent-sandbox/

Re: OpenCode – Open source AI coding agent

#318

OpenCode was the first open source agent I used, and my main workhorse after experimenting briefly with Claude Code and realizing the potential of agentic coding. Due to that, and because it's a popular an open source alternative, I want to be able to recommend it and be enthusiastic about it. The problem for me is that the development practices of the people that are working on it are suboptimal at best; they're con…

I’ve been testing opencode and it feels TUI in appearance only. I prefer commandline and TUIs and in my mind TUI idea is to be low level, extremely portable interface and to get out of the way. Opencode does not have low color, standard terminal theme so had to switch to a proper terminal program. Copy paste is hijacked so I need to write code out to file in order to get a snippet. The enter key (as in the return by the keypad) does not work for sending a line. I have not tested but don’t think this would work over SSH even. I have been googling around to find if I am holding it wrong but it feels to break expectations of a terminal app in a way that I wish they would have made it a gui. Makes me sad because I think the goods are there and it’s otherwise good.

Re: OpenCode – Open source AI coding agent

#319
post #46

I don't use it for coding but as an agent backend. Maybe opencode was thought for coding mainly, but for me, it's incredibly good as an agent, especially when paired with skills, a fastapi server, and opencode go(minimax) is just so much intelligence at an incredibly cheap price. Plus, you can talk to it via channels if you use a claw.

By "agent" you mean what?

Coding is mostly "agentic" so I'm bit puzzled.

Post reply on HN