mirror of
https://github.com/andrepimenta/claude-code-chat.git
synced 2025-12-08 16:59:42 +00:00
Thinking intensity
This commit is contained in:
@@ -168,6 +168,12 @@
|
||||
"type": "string",
|
||||
"default": "/usr/local/bin/claude",
|
||||
"description": "Path to Claude executable in the WSL distribution"
|
||||
},
|
||||
"claudeCodeChat.thinking.intensity": {
|
||||
"type": "string",
|
||||
"enum": ["think", "think-hard", "think-harder", "ultrathink"],
|
||||
"default": "think",
|
||||
"description": "Thinking mode intensity level. Higher levels provide more detailed reasoning but consume more tokens."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user