setting reports updated

This commit is contained in:
Shayan Rais
2026-02-06 11:23:49 +05:00
parent 314edb412d
commit 48927fc441
2 changed files with 21 additions and 41 deletions
+1 -40
View File
@@ -1,44 +1,5 @@
{
"windowColor.mainColor": "#f8a735",
"window.title": "claude-code-best-practice",
"workbench.colorCustomizations": {
"statusBarItem.warningBackground": "#f8a735",
"statusBarItem.warningForeground": "#000000",
"statusBarItem.warningHoverBackground": "#f8a735",
"statusBarItem.warningHoverForeground": "#00000090",
"statusBarItem.remoteBackground": "#ffb442",
"statusBarItem.remoteForeground": "#000000",
"statusBarItem.remoteHoverBackground": "#ffc14f",
"statusBarItem.remoteHoverForeground": "#00000090",
"statusBar.background": "#f8a735",
"statusBar.foreground": "#000000",
"statusBar.border": "#f8a735",
"statusBar.debuggingBackground": "#f8a735",
"statusBar.debuggingForeground": "#000000",
"statusBar.debuggingBorder": "#f8a735",
"statusBar.noFolderBackground": "#f8a735",
"statusBar.noFolderForeground": "#000000",
"statusBar.noFolderBorder": "#f8a735",
"statusBar.prominentBackground": "#f8a735",
"statusBar.prominentForeground": "#000000",
"statusBar.prominentHoverBackground": "#f8a735",
"statusBar.prominentHoverForeground": "#00000090",
"focusBorder": "#f8a73599",
"progressBar.background": "#f8a735",
"textLink.foreground": "#ffe775",
"textLink.activeForeground": "#fff482",
"selection.background": "#eb9a28",
"list.highlightForeground": "#f8a735",
"list.focusAndSelectionOutline": "#f8a73599",
"button.background": "#f8a735",
"button.foreground": "#000000",
"button.hoverBackground": "#ffb442",
"tab.activeBorderTop": "#ffb442",
"pickerGroup.foreground": "#ffb442",
"list.activeSelectionBackground": "#f8a7354d",
"panelTitle.activeBorder": "#ffb442",
"activityBar.activeBorder": "#f8a735",
"activityBarBadge.foreground": "#000000",
"activityBarBadge.background": "#f8a735"
}
"workbench.colorCustomizations": {}
}
+20 -1
View File
@@ -459,7 +459,7 @@ Configure Claude Code plugins and marketplaces.
|-------|-------------|
| `"default"` | Recommended for your account type |
| `"sonnet"` | Latest Sonnet model (Claude 4.5) |
| `"opus"` | Latest Opus model (Claude 4.5) |
| `"opus"` | Latest Opus model (Claude 4.6) |
| `"haiku"` | Fast Haiku model |
| `"sonnet[1m]"` | Sonnet with 1M token context |
| `"opusplan"` | Opus for planning, Sonnet for execution |
@@ -471,6 +471,24 @@ Configure Claude Code plugins and marketplaces.
}
```
### Effort Level (Opus 4.6)
When Opus 4.6 is selected, the `/model` command exposes an **effort level** control that adjusts how much reasoning the model applies per response. Use the ← → arrow keys in the `/model` UI to cycle through effort levels.
| Effort Level | Description |
|-------------|-------------|
| High (default) | Full reasoning depth, best for complex tasks |
| Medium | Balanced reasoning, good for everyday tasks |
| Low | Minimal reasoning, fastest responses |
**How to use:**
1. Run `/model` in Claude Code
2. Select **Default (recommended)** — Opus 4.6
3. Use **← →** arrow keys to adjust the effort level
4. The setting applies to the current session and future sessions
**Note:** Effort level is only available for Opus 4.6. Other models (Sonnet, Haiku) do not expose this control.
### Model Environment Variables
Configure via `env` key:
@@ -625,6 +643,7 @@ Set environment variables for all Claude Code sessions.
| Command | Description |
|---------|-------------|
| `/model` | Switch models and adjust Opus 4.6 effort level |
| `/config` | Interactive configuration UI |
| `/memory` | View/edit all memory files |
| `/agents` | Manage subagents |