/recommendations

# highest-value actions to enable now

claude-codefeatured v2.1 ⭐ high

Enable MCP tool search

Massive context savings by lazy-loading MCP tools instead of preloading everything.

how: Upgrade to 2.1+ and keep default MCP search behavior enabled.

performancecost-saving
claude-codefeatured v2.1 medium

Use wildcard permissions

Simplify permission policy maintenance for autonomous workflows.

how: Use patterns like Bash(pnpm *) instead of listing each command.

configsecurity
openclawfeatured vlatest ⭐ high

Pin model aliases by task

Reduces drift and surprise cost spikes across agents.

how: Define explicit model alias usage by workflow and cron jobs.

opscostreliability
cursor v0.45 ⭐ high

Enable Composer agent mode

Unlocks full multi-file autonomous coding flows.

how: Enable Composer Agent in Cursor settings.

featureproductivity
aider v0.82 medium

Separate model settings

Cleaner per-provider tuning and easier sharing across projects.

how: Split model-specific options into dedicated config blocks.

configorganization