←back to thread

210 points vincirufus | 1 comments | | HN request time: 0.199s | source
Show context
arjie ◴[] No.45145744[source]
Okay, I'm going to try it, but why didn't you link the information on how to integrate it with Claude Code: https://docs.z.ai/scenario-example/develop-tools/claude

Chinese software always has such a design language:

- prepaid and then use credit to subscribe

- strange serif font

- that slider thing for captcha

But I'm going to try it out now.

replies(6): >>45145985 #>>45146764 #>>45146977 #>>45147778 #>>45148478 #>>45155380 #
d4rkp4ttern ◴[] No.45148478[source]
For models available via Anthropic-compatible (currently Kimi-K2, GLM, Deepseek), the simplest way to use them with CC is by setting up a function in .zshrc:

https://github.com/pchalasani/claude-code-tools/tree/main?ta...

Surprised that Qwen didn’t do the same, (though I know they have their own CLI-coding agent).

replies(2): >>45154921 #>>45179684 #
1. renewiltord ◴[] No.45154921[source]
That's what I did to try it out but you don't have to export the vars.

   VAR=value cmd
Will work to run cmd with value for VAR. Honestly it works pretty well. I wonder how much of the magic is in Claude code the tool and prompts vs the LLM