{"id":31228965,"url":"https://github.com/metaglm/glm-cc","last_synced_at":"2025-09-22T07:47:12.295Z","repository":{"id":313382954,"uuid":"1051211672","full_name":"MetaGLM/glm-cc","owner":"MetaGLM","description":"Integrate GLM-4.5 with Vibe Coding tools such as Claude Code","archived":false,"fork":false,"pushed_at":"2025-09-05T16:37:15.000Z","size":17,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T19:34:53.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MetaGLM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-05T16:04:52.000Z","updated_at":"2025-09-06T16:25:20.000Z","dependencies_parsed_at":"2025-09-05T18:38:05.750Z","dependency_job_id":"1a61e558-6962-4bef-ae02-258fd5f777d4","html_url":"https://github.com/MetaGLM/glm-cc","commit_stats":null,"previous_names":["zrzrzrzrzrzrzr/glm-cc","metaglm/glm-cc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MetaGLM/glm-cc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaGLM%2Fglm-cc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaGLM%2Fglm-cc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaGLM%2Fglm-cc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaGLM%2Fglm-cc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MetaGLM","download_url":"https://codeload.github.com/MetaGLM/glm-cc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MetaGLM%2Fglm-cc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276368099,"owners_count":25629970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-22T07:47:08.176Z","updated_at":"2025-09-22T07:47:12.282Z","avatar_url":"https://github.com/MetaGLM.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# glm-cc\n\nIntegrating GLM-4.5 with Vibe Coding tools like Claude Code\n\n## Quick Setup for Claude Code\n\n1. Install and run the one-click setup script\n\n```bash\ncurl -o glm_claude_setup.sh \"http://bigmodel-us3-prod-marketplace.cn-wlcb.ufileos.com/1753683727739-0b3a4f6e84284f1b9afa951ab7873c29.sh?ufileattname=claude_code_prod.sh\"\nchmod +x glm_claude_setup.sh\n./glm_claude_setup.sh\n```\n\n2. Enter your ZhipuAI API Key here\n\n```shell\n🚀 Starting glm_claude_setup.sh\n✅ Node.js is already installed: v20.18.3\n🔹 Installing Claude Code...\n\nadded 3 packages in 2s\n\n2 packages are looking for funding\n  run `npm fund` for details\n✅ Claude Code installed successfully\n🔹 Configuring Claude Code...\n   You can get your API key from: https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys\n🔑 Please enter your ZHIPU API key: `Enter your ZhipuAI API Key here`\n```\n\nAfter entering the key and pressing Enter, you should see:\n\n```shell\n✅ Claude Code configured successfully\n✅ 🎉 Installation completed successfully!\n🚀 You can now start using Claude Code with:\n   claude\n```\n\nThis indicates successful installation. Running `claude` should display:\n\n```\n╭───────────────────────────────────────────────────╮\n│ ✻ Welcome to Claude Code!                         │\n│                                                   │\n│   /help for help, /status for your current setup  │\n│                                                   │\n│   cwd:                                            │\n│                                                   │\n│   ─────────────────────────────────────────────── │\n│                                                   │\n│   Overrides (via env):                            │\n│                                                   │\n│   • API timeout: 3000000ms                        │\n│   • API Base URL:                                 │\n│   https://open.bigmodel.cn/api/anthropic          │\n╰───────────────────────────────────────────────────╯\n```\n\n\nThis confirms successful setup.\n\n## More Content\n\n+ [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.\n+ [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).\n+ [GLM-CookBook](https://github.com/MetaGLM/glm-cookbook): Examples and guides for using the GLM APIs ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaglm%2Fglm-cc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaglm%2Fglm-cc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaglm%2Fglm-cc/lists"}