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
Copy file name to clipboardExpand all lines: knowledge/procedures/claude-code-tips.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,10 @@ Force multiplier discoveries for 1000x Claude Code productivity. Default to one-
14
14
15
15
-**ThinkPad conversation navigation**: Hold Escape to view conversation history and fork from any previous message. (ThinkPad users: if Fn Lock is on, toggle with Fn+Esc first)
16
16
17
+
## MCP Server Permissions
18
+
19
+
-**No wildcards**: Use server names only in permissions (e.g., `"mcp__git"` not `"mcp__git*"`) - wildcards aren't supported despite appearing to work for servers without hyphens
20
+
17
21
## Model Configuration
18
22
19
-
-**Default model**: Set in `.claude/settings.json` with `"model": "claude-opus-4-20250514"`
20
-
-**Environment variable**: Alternatively use `ANTHROPIC_MODEL` environment variable
21
-
-**CLI flag**: Override per-session with `claude --model opus` or `claude --model claude-opus-4-20250514`
23
+
-**Set in settings.json**: Configure with `"model": "claude-opus-4-20250514"`
0 commit comments