←back to thread

210 points vincirufus | 3 comments | | HN request time: 0.001s | 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 #
1. 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 #
2. 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
3. laiso ◴[] No.45179684[source]
>Surprised that Qwen didn’t do the same,

It can be used with the following endpoint, but it's not particularly good

export ANTHROPIC_BASE_URL=https://dashscope-intl.aliyuncs.com/api/v2/apps/claude-code-...

By the way, I'm benchmarking these comparisons: https://github.com/laiso/ts-bench/blob/main/src/agents/build...