Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions knowledge/procedures/claude-code-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Force multiplier discoveries for 1000x Claude Code productivity. Default to one-

- **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)

## MCP Server Permissions

- **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

## Model Configuration

- **Default model**: Set in `.claude/settings.json` with `"model": "claude-opus-4-20250514"`
- **Environment variable**: Alternatively use `ANTHROPIC_MODEL` environment variable
- **CLI flag**: Override per-session with `claude --model opus` or `claude --model claude-opus-4-20250514`
- **Set in settings.json**: Configure with `"model": "claude-opus-4-20250514"`