| 12345678910111213141516171819 |
- {
- "model": "claude-3-5-sonnet-20241022",
- "max_tokens": 4000,
- "temperature": 0.7,
- "auto_approve": false,
- "git_integration": true,
- "excluded_files": [
- "node_modules/**",
- ".git/**",
- "*.log",
- "dist/**"
- ],
- "language_preferences": {
- "documentation": "zh-CN",
- "code_comments": "zh-CN"
- },
- "git_path": "D:\\Git\\cmd\\git.exe",
- "use_cygpath": false
- }
|