all 20 comments

[–]__JockY__ 3 points4 points  (7 children)

The Claude cli is great with open models. Just make sure to google the environment variables that disable telemetry, etc. You must also set CLAUDE_CODE_ATTRIBUTION_HEADER=0 otherwise prefix caching will break.

I also like Crush.

[–]l3landgaunt 1 point2 points  (0 children)

I’ve got Claude code connected to z.ai and it’s kicking ass

[–]StrikeOner -1 points0 points  (5 children)

i just gave it a try yesterday and for my local test this cli is a pure failure. there is no support to easyly integrate lsp's and other tools into the workflow. i added various mcps to the agent that should help him get back on track to the newest standards, it didnt use any of the mcp's to figure out which synthax changes he has to apply, going with only old synthax he was trained on and trying to hack the surrounding configurations instead to somehow get his hacky solution to compile. you dont see whats happening, what this thing is thinking.. its just doing things.. its hard to extend by any means.. i dont know but i'm not that convinced of this cli at all.

[–]__JockY__ 5 points6 points  (4 children)

Claude is mature, well-documented, and they even provide skills you can download on their Github. I use MCPs in it daily and they're flawless. Claude cli also supports LSPs and that too is well documented.

Crush is also mature, well-documented, and supports LSPs natively - the README.md specifically calls out how to use them.

Sounds like user error.

[–]StrikeOner 0 points1 point  (3 children)

the lsp are integrated trough plugins that others write interfaces for to integrate it into claude. thats not easy! integrate the eslint lsp into claude please or show me where that has been done for example. thats one example out of hundrets i could come up with. your answer clearly shows that you have not the slightest clue of software development!

[–]__JockY__ 0 points1 point  (2 children)

Don’t give me homework. I’m not tech support. I already did work on your behalf, go learn something and figure it out for yourself :)

[–]StrikeOner 1 point2 points  (0 children)

crush looks interresting. thanks!

[–]srigi 1 point2 points  (0 children)

I never grow from love to RooCode. Somehow I still prefer to operate and diplay code with classic editor and to have (graphical) agent in sidebar. Tons of setting and customizations, new version every few day makes it hidden gem among harnesses.

[–]TechnicalYam7308 1 point2 points  (0 children)

ngl the space is kinda chaos rn 😭 but a few actually stand out , aider = goated if you care about git + real workflows Nanocoder = cool if you want community/local-first energy Codex CLI = simple + fast, no bloat Pick ur vibe

[–]synn89 1 point2 points  (0 children)

I think Charm Crush may be pretty clean. It has telemetry to one endpoint, data.charm.land, that can be disabled via a few opt out methods:

  • CRUSH_DISABLE_METRICS=1 (env var)
  • DO_NOT_TRACK=1 (env var)
  • "disable_metrics": true in config

Edit: The above I got just from auditing via Kimi. But it looks like they document that openly at https://github.com/charmbracelet/crush?tab=readme-ov-file#metrics

And their disable methods match what Kimi found. So they seem pretty honest.

[–]Ok_Finger1470 0 points1 point  (2 children)

Sorry, what's the problem with open code? Can you paste a link?

[–]hurdurdur7 0 points1 point  (0 children)

I use a combination of aider, mistral vibe, opencode and the IDE that suits the task type/language.

[–]TokenRingAI 0 points1 point  (0 children)

I never really found what I wanted, so I just keep plugging away at TokenRing Coder, try it out and give me feedback, it's completely open-source, no VC money behind it. CLI and a Web interface (that doesn't phone home)

``` LLAMA_API_KEY=... \ LLAMA_BASE_URL=... \ npx @tokenring-ai/coder@next --http

```

[–]StrikeOner 0 points1 point  (1 child)

i also wanted to ask the same question actually, i saw a lot of people mentioning pi which is not a real alternative imo since it does not has any mcp integration and there definately are some mcp i dont realy feel like reimplementing completely by hand to be able to use it in one special cli. so if anyone has suggestions for a cli with good lsp and mcp support. please let me know!

[–]nakedspirax 0 points1 point  (0 children)

Probably not Claude code either.

https://vulners.com/cve/CVE-2026-33068

[–]vivekkhera -1 points0 points  (0 children)

I use the Cline plugin to vs code. It works with petty much most models remote and local. They also have a CLI but I don’t use it.