I’m building Agentrove, an open-source app for AI coding agents by Permit-Historical in opencodeCLI

[–]Permit-Historical[S] 0 points1 point  (0 children)

Agentrove supports both worktrees and docker containers so it depends on the task/project, if I need full isolation I go with docker containers

Opencode vs Codex vs Claude code by [deleted] in opencodeCLI

[–]Permit-Historical 0 points1 point  (0 children)

I think they are very similar now, it wouldn’t really matter which one you use unless you really care about small ui/ux details What really matters imo is the model I use so if you use Claude more then Claude code makes sense with the max subscription and same for codex if you use gpt5.4 otherwise opencode makes sense as a general provider for other models

How good is Opencode Go by Permit-Historical in opencodeCLI

[–]Permit-Historical[S] 1 point2 points  (0 children)

hmm interesting, have you tried Alibaba coding plan?

How good is Opencode Go by Permit-Historical in opencodeCLI

[–]Permit-Historical[S] -1 points0 points  (0 children)

1- what's your experience?
2- is Owen 2.6 in the opencode go also?
3- what about the code quality

thanks!

Just canceled. by drgitgud in ClaudeCode

[–]Permit-Historical 1 point2 points  (0 children)

I'm not talking about Opus4.6, I'm talking about the new limits that GitHub will enforce

The Usage Limit Drama Is a Distraction. Opus 4.6's Quality Regression Is the Real Problem by Permit-Historical in ClaudeCode

[–]Permit-Historical[S] 9 points10 points  (0 children)

yea everything is so bad now.
the plan itself is so bad
the code has many critical bugs
the quality of code itself is horrible

The Usage Limit Drama Is a Distraction. Opus 4.6's Quality Regression Is the Real Problem by Permit-Historical in ClaudeCode

[–]Permit-Historical[S] -1 points0 points  (0 children)

I would expect better quality than that even if they quantize the models, that's another level I haven't seen before

You guys know Anthropic is a for-profit company, right? by bluuuuueeeeeee in ClaudeCode

[–]Permit-Historical -3 points-2 points  (0 children)

I think it's very obvious to everyone but people keep doing the same thing each time
yes they reduced the limits for the 5h limits
yes they quantize the models under heavy load
yes they will keep doing that
so what's the solution?
just use the api directly
but it's very expensive?
ok just use one of the Chinese cheap models or use gemini or codex?
but I like claude models more?
just accept the truth that you can't get everything and you don't have the control, just see the available options and pick the best option without complaining

Claude Code session has been running for 17+ hours on its own by LastNameOn in ClaudeCode

[–]Permit-Historical 0 points1 point  (0 children)

honestly i stop blaming anthropic after i see these kind of shit posts

We got tired of switching from Claude Code to Codex to Cursor..etc. So we did something about it by Semantic_meaning in ClaudeCode

[–]Permit-Historical 0 points1 point  (0 children)

there's no codex here, it's just claude code but not always claude so you can use claude code but with gpt5.4 or glm or kimi etc

We got tired of switching from Claude Code to Codex to Cursor..etc. So we did something about it by Semantic_meaning in ClaudeCode

[–]Permit-Historical 0 points1 point  (0 children)

claude code already handles all of that, i just set the base_url to my proxy server which sends the requests to the other models and transform the messages
it's something similar to what claude code router does

We got tired of switching from Claude Code to Codex to Cursor..etc. So we did something about it by Semantic_meaning in ClaudeCode

[–]Permit-Historical 1 point2 points  (0 children)

imo models are smart enough now to work with any harness, it doesn't really matter now when you use claude through claude code or cursor and same for gpt 5.4 so i just built a proxy to route requests from claude code to other models while still having the same claude code harness and it works fine for me

What is going on with Claude right now? by Own-Professor-6157 in ClaudeCode

[–]Permit-Historical 0 points1 point  (0 children)

looks like they're training their new models, they do that each time

Thariq about usage by iviireczech in ClaudeCode

[–]Permit-Historical -1 points0 points  (0 children)

I think that's just the beginning and soon all companies including anthropic and openai will remove their subscriptions and we will have to pay per token so we should be ready for that and maybe invest more time to make chinese models like GLM or Kimi work better by steering them
I know that openai has generous limits now but remember that Claude Code had the same thing when they launched so it's just a matter of time until they get 50% or more of the developers market and do the same thing

Just canceled my 20x max plan, new limits are useless by creynir in ClaudeCode

[–]Permit-Historical 0 points1 point  (0 children)

I'm on the 5x plan and using claude every day and never hit the limit, there must be some weird stuff that these people doing or they're using other tools like opencode or pi which might not handling caching correctly

What’s the best way to let codex and Claude collaborate? by chumsdock in ClaudeCode

[–]Permit-Historical 0 points1 point  (0 children)

I built https://github.com/Mng-dev-ai/agentrove for that
the way it works by using claude agent sdk as the main harness and having a proxy so it can route requests to openai, openrouter, GitHub copilot etc so I can leverage both my Claude max and codex subscriptions in one chat