https://github.com/metaglm/glm-cc
Integrate GLM-4.5 with Vibe Coding tools such as Claude Code
https://github.com/metaglm/glm-cc
Last synced: 8 months ago
JSON representation
Integrate GLM-4.5 with Vibe Coding tools such as Claude Code
- Host: GitHub
- URL: https://github.com/metaglm/glm-cc
- Owner: MetaGLM
- License: apache-2.0
- Created: 2025-09-05T16:04:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T16:37:15.000Z (8 months ago)
- Last Synced: 2025-09-19T19:34:53.227Z (8 months ago)
- Size: 16.6 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glm-cc
Integrating GLM-4.5 with Vibe Coding tools like Claude Code
## Quick Setup for Claude Code
1. Install and run the one-click setup script
```bash
curl -o glm_claude_setup.sh "http://bigmodel-us3-prod-marketplace.cn-wlcb.ufileos.com/1753683727739-0b3a4f6e84284f1b9afa951ab7873c29.sh?ufileattname=claude_code_prod.sh"
chmod +x glm_claude_setup.sh
./glm_claude_setup.sh
```
2. Enter your ZhipuAI API Key here
```shell
🚀 Starting glm_claude_setup.sh
✅ Node.js is already installed: v20.18.3
🔹 Installing Claude Code...
added 3 packages in 2s
2 packages are looking for funding
run `npm fund` for details
✅ Claude Code installed successfully
🔹 Configuring Claude Code...
You can get your API key from: https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys
🔑 Please enter your ZHIPU API key: `Enter your ZhipuAI API Key here`
```
After entering the key and pressing Enter, you should see:
```shell
✅ Claude Code configured successfully
✅ 🎉 Installation completed successfully!
🚀 You can now start using Claude Code with:
claude
```
This indicates successful installation. Running `claude` should display:
```
â•───────────────────────────────────────────────────╮
│ ✻ Welcome to Claude Code! │
│ │
│ /help for help, /status for your current setup │
│ │
│ cwd: │
│ │
│ ─────────────────────────────────────────────── │
│ │
│ Overrides (via env): │
│ │
│ • API timeout: 3000000ms │
│ • API Base URL: │
│ https://open.bigmodel.cn/api/anthropic │
╰───────────────────────────────────────────────────╯
```
This confirms successful setup.
## More Content
+ [GLM-4.5 + Claude Code](glm-4.5-claude-code-integration.md): Replace Claude Code's model with GLM-4.5, supporting one-click script installation.
+ [GLM-4.5 + Kcode](glm-4.5-kcode-integration.md): Add GLM-4.5 support to the open-source project [Kode](https://github.com/shareAI-lab/Kode).
+ [GLM-CookBook](https://github.com/MetaGLM/glm-cookbook): Examples and guides for using the GLM APIs