| ▲ | Aeolun 7 hours ago | |
Well, I’m glad I’m not using my google account for much any more. Is OpenAI the only one that allows this? Because Codex without codex is fantastic. | ||
| ▲ | fractorial 7 hours ago | parent | next [-] | |
> Because Codex without codex is fantastic. Seriously: I roll my own harness over OpenRouter and GPT 5.6, and it is genuinely better than CC+Fable for my maths and programming use cases. The one thing Fable 5.1 still tops out on is the ability to take a simple "Let's engage in an interactive complexity-removing session" and materialize abstractions and semantics quickly. | ||
| ▲ | verdverm 31 minutes ago | parent | prev | next [-] | |
I believe you can use an OpenCode Go sub with any tool, was stated as such last time I looked at their docs. per token pay-go is typically unrestricted aiui | ||
| ▲ | dnautics 5 hours ago | parent | prev [-] | |
You can wrap claude code in a harness without -p, it works fine. I think most of the concern was that -p resubmits the entire chat history on each prompt which is really bad for kv caching, and when Anthropic announced that they were ok with 3rd party harnesses that DO use -p I think they had figured out the routing and caching for thinking token hash ids | ||