Created
November 17, 2025 01:38
-
-
Save rijieli/a03057b1171499b23ec194d3d4e67eed to your computer and use it in GitHub Desktop.
Kimi K2 uses Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "env": { | |
| "ANTHROPIC_AUTH_TOKEN": "{YOUR-API-KEY-HERE}", | |
| "ANTHROPIC_BASE_URL": "https://api.kimi.com/coding/", | |
| "ANTHROPIC_DEFAULT_HAIKU_MODEL": "kimi-k2-thinking-turbo", | |
| "ANTHROPIC_DEFAULT_OPUS_MODEL": "kimi-k2-thinking-turbo", | |
| "ANTHROPIC_DEFAULT_SONNET_MODEL": "kimi-k2-thinking-turbo", | |
| "ANTHROPIC_MODEL": "kimi-k2-thinking-turbo" | |
| }, | |
| "permissions": { | |
| "allow": [ | |
| "Edit(*)", | |
| "Write(*)", | |
| "Run(xcodebuild)", | |
| "Bash(xcodebuild)" | |
| ], | |
| "deny": [ | |
| "Read(./.env)", | |
| "Read(secrets/**)" | |
| ], | |
| "defaultMode": "acceptEdits" | |
| }, | |
| "alwaysThinkingEnabled": true | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace the
settings.jsonfile's{YOUR-API-KEY-HERE}with your Kimi API key, then edit or override the local~/.claude/settings.jsonfile.