You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -309,6 +324,15 @@ export default function FeaturesTab() {
309
324
tooltip:
310
325
'When enabled, the editor will automatically switch to show each file as the AI edits it. When disabled, you can stay in preview mode while the AI works.',
311
326
},
327
+
{
328
+
id: 'enableThinkingToggle',
329
+
title: 'Extended Thinking',
330
+
description: 'Enable extended thinking for Anthropic Claude and Google Gemini models',
331
+
icon: 'i-ph:brain',
332
+
enabled: enableThinking,
333
+
tooltip:
334
+
'When enabled, supported models will use extended thinking/reasoning for deeper analysis. Uses ~25% of output token budget for thinking.',
0 commit comments