From 48927fc441f2467388d23815987efff3c8cb0c6c Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 6 Feb 2026 11:23:49 +0500 Subject: [PATCH] setting reports updated --- .vscode/settings.json | 41 +------------------------------------- reports/claude-settings.md | 21 ++++++++++++++++++- 2 files changed, 21 insertions(+), 41 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2db5f5a..401169e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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": {} } \ No newline at end of file diff --git a/reports/claude-settings.md b/reports/claude-settings.md index 7734045..19b2c84 100644 --- a/reports/claude-settings.md +++ b/reports/claude-settings.md @@ -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 |