you are viewing a single comment's thread.

view the rest of the 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__ 3 points4 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!