Remix.run Logo
margalabargala 2 hours ago

You misunderstand. The user didn't take an action that was "against the TOS".

The TOS simply allows Anthropic to decline to fulfill a request at any time for any reason.

schubidubiduba 2 hours ago | parent [-]

TOS are not laws. They often conflict with actual laws, and are then void. So you can't just say "It's in the TOS", you do have to look at actual laws and whether they may be violated (Because it is anticompetitive or whatever else)

margalabargala 2 hours ago | parent [-]

Sorry, are you claiming that it's illegal (in the US, where Anthropic operates) for Anthropic to decline to operate on a repo that contains commits relating to OpenClaw?

Or just that in your opinion, it should be illegal?

Simply doing something anticompetitive is not inherently illegal, despite a lot of people thinking it is.

nickthegreek an hour ago | parent [-]

It doesnt decline if you have API billing enabled, it straight up charges your request to API instead of Quota if setup (see $200 charge example below). This is happening if you have the words HERMES.md or OpenClaw apparently in the commit. In OP's example, it immediately depleted his session quota because of the words. That is not 'declining to operate'. Also, remember, it is the presence of the words. So if the commit was 'we dont do this, we arent openclaw', you are affected.

https://github.com/anthropics/claude-code/issues/53262#issue...

margalabargala 17 minutes ago | parent [-]

No, you're discussing a different issue. Related, sure, but not the same one.

We're discussing the comment with repro by abdullin:

> Immediate disconnect *and session usage went to 100%*

Emphasis mine.

I ran the commands and did not see session usage go to 100%. I simply got an error message.

I don't have extra usage/API billing enabled. If I did, I wouldn't expect a "hi" to use all of my extra usage. In the link you sent, they genuinely used $200 of credits, they were just billed as credits not as subscription quota.

So we have a couple different behaviors:

- If API/extra usage billing is enabled, it uses that.

- If API/extra usage billing is disabled, abdullin reports session quota going to 100%

- If API/extra usage billing is disabled, margalabargala reports session usage not changing and errors refusing to do anything.