Thinking intensity

This commit is contained in:
andrepimenta
2025-06-20 19:00:30 +01:00
parent a0286f017e
commit eb3252548a
4 changed files with 176 additions and 6 deletions

View File

@@ -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."
}
}
}