This is an unusual L for Anthropic. The unfortunate truth is that the engineering in opencode is so far ahead of Claude Code. Obviously, CC is a great tool, but that's more about the magic of the model than the engineering of the CLI. The opencode team[^1][^2] built an entire custom TUI backend that supports a good subset of HTML/CSS and the TypeScript ecosystem (i.e. not tied to Opencode, a generic TUI renderer). Th…
My favorite is running CC in a screen session. There if I type out a prompt and then just start holding down the backspace key to delete a bunch of characters, at some point they key press refresh rate outruns CC’s brains and it just starts acting like it moved the cursor but didn’t delete anything. It is an embarrassing bug, but one that I suspect wouldn’t be found in automated testing.
Anthropic blocks third-party use of Claude Code subscriptions
91–100 of 533 posts
Re: Anthropic blocks third-party use of Claude Code subscriptions
#92Earlier quoted context omitted.
That's not up to you or me. I think it's pretty clear by the phrase "Claude Code subscription" that it's meant for only "Claude Code". Why are you confused? This could be so easily abused by companies who spend thousands of dollars per month for API costs you could just reverse engineer it and use the subscription tokens to get that down to a few hundred
IDK if Anthropic wants to offer a service at below cost, I don't think they should gate keep which client you access that service over. Or in other terms, I won't use a service that locks me into a client I don't like.
Then don't! Or just use the API which doesn't lock you into any client.
Re: Anthropic blocks third-party use of Claude Code subscriptions
#93I know this will sound strange, but SOTA model companies will eventually allow subscription based usage through third-party tools. For any usage whatsoever. Models are pretty much democratized. I use Claude Code and opencode and I get more work done these days with GLM or Grok Code (using opencode). Z.ai (GLM) subscription is so worth it. Also, mixing models, small and large ones, is the way to go. Different models f…
If all the models are interchangeable at the API layer, wouldn't they be incentivized to add value at the next level up and lock people in there to prevent customers from moving to competitors on a whim.
Re: Anthropic blocks third-party use of Claude Code subscriptions
#94This headline is misleading. EDIT: Or rather was, at it has now been edited to be accurate. You can still bring your own Anthropic API key and use Claude in OpenCode. What you can no longer do is reverse engineer undocumented Anthropic APIs and spoof being a Claude Code client to use an OAuth token from a subscription-based Anthropic account. This really sucks for people who want a thriving competitive market of open…
The API key is not a subscription. The title says subscriptions are blocked from using third-party tools. Or am I misunderstanding?
Re: Anthropic blocks third-party use of Claude Code subscriptions
#95Earlier quoted context omitted.
Because the value proposition that has people pay Anthropic is that it's the best LLM-coding tool around. When you're competing on "we can ban you from using the model we use with the same rate limits we use" everyone knows you have failed to do so. They might or might not currently have the best coding LLM - but they're admitting that whatever moat they thought they were building with claude code is worthless. The b…
> Because the value proposition that has people pay Anthropic is that it's the best LLM-coding tool around. Why not just use a local LLM instead? That way you don't have to pay anyone.
Re: Anthropic blocks third-party use of Claude Code subscriptions
#96This is an unusual L for Anthropic. The unfortunate truth is that the engineering in opencode is so far ahead of Claude Code. Obviously, CC is a great tool, but that's more about the magic of the model than the engineering of the CLI. The opencode team[^1][^2] built an entire custom TUI backend that supports a good subset of HTML/CSS and the TypeScript ecosystem (i.e. not tied to Opencode, a generic TUI renderer). Th…
inb4 Anthropic acquires Opencode
Re: Anthropic blocks third-party use of Claude Code subscriptions
#97Earlier quoted context omitted.
> A Claude Code subscription should not work with other software. why not though? aren't you paying for the model usage regardless of the client you use?
That's not up to you or me. I think it's pretty clear by the phrase "Claude Code subscription" that it's meant for only "Claude Code". Why are you confused? This could be so easily abused by companies who spend thousands of dollars per month for API costs you could just reverse engineer it and use the subscription tokens to get that down to a few hundred
Re: Anthropic blocks third-party use of Claude Code subscriptions
#98Earlier quoted context omitted.
My favorite is running CC in a screen session. There if I type out a prompt and then just start holding down the backspace key to delete a bunch of characters, at some point they key press refresh rate outruns CC’s brains and it just starts acting like it moved the cursor but didn’t delete anything. It is an embarrassing bug, but one that I suspect wouldn’t be found in automated testing.
Have you tried tmux?
Re: Anthropic blocks third-party use of Claude Code subscriptions
#99In ACP, you auth directly to the underlying agent (eg Claude Code SDK) rather than a third-party tool (eg OpenCode) that then calls an inference endpoint on your behalf. If you're logged into Claude Code, you're already logged into Claude Code through any ACP client.
Re: Anthropic blocks third-party use of Claude Code subscriptions
#100And it already has a workaround. https://github.com/anomalyco/opencode/issues/7410#issuecomme... I really don't understand why they thought this is a good idea. I mean I know why they wish to do this, but it's obviously not going to last.