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 = `

+ + +