From 3bd35f0685b4dafa58af3efb463aafef4a8fad5f Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 23 Jun 2025 23:52:25 +0100 Subject: [PATCH] Change thinking mode modal to when it is enabled --- src/ui-styles.ts | 11 ++++ src/ui.ts | 140 ++++++++++++++++++++++++++++++----------------- 2 files changed, 101 insertions(+), 50 deletions(-) diff --git a/src/ui-styles.ts b/src/ui-styles.ts index e9f7aba..6df5ac7 100644 --- a/src/ui-styles.ts +++ b/src/ui-styles.ts @@ -1052,6 +1052,17 @@ const styles = ` } + /* Thinking intensity modal */ + .thinking-modal-description { + padding: 0px 20px; + font-size: 12px; + color: var(--vscode-descriptionForeground); + line-height: 1.5; + text-align: center; + margin: 20px; + margin-bottom: 0px; + } + /* Slash commands modal */ .slash-commands-info { padding: 12px 16px; diff --git a/src/ui.ts b/src/ui.ts index a14fb4b..589c501 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -195,25 +195,7 @@ const html = `
-

Thinking Mode Configuration

-
-
-

- Configure the intensity of thinking mode. Higher levels provide more detailed reasoning but consume more tokens. -

-
-
- -
-
Think
-
Think Hard
-
Think Harder
-
Ultrathink
-
-
-
- -

WSL Configuration

+

WSL Configuration

WSL integration allows you to run Claude Code from within Windows Subsystem for Linux. @@ -327,6 +309,30 @@ const html = `

+ + +