Use /statusline to show model, git branch, and context usage at the bottom of every session.This matters most when running parallel sessions — you can glance at any tab and immediately see:
Which model you’re on
Which branch you’re working in
How much context budget remains
Context awareness prevents the most common mistake in long sessions: not realizing you’ve burned through your context window until Claude starts forgetting things.
Disable auto-updates — Pin to a stable version for consistency, especially on long-running tasks. Test new releases on a side project first.Lazy-load MCP tools — MCP tool definitions load into every conversation by default, consuming context before you’ve typed a single prompt. This happens automatically when descriptions exceed 10% of context, but setting it explicitly ensures consistent behavior.Disable attribution — Cleaner commits without the Co-Authored-By trailer. Useful when your team’s commit conventions don’t include AI attribution.
Auto-updates can change behavior mid-project. Pin your version and update deliberately.
Claude Code team’s favorite. Fast, minimal, good defaults
iTerm2
Tab coloring, split panes, profiles for different projects
Kitty
GPU-accelerated, highly configurable
Windows Terminal
Best option on Windows, tab support, customizable
The key features to look for: tab support, customizable colors, and a terminal that stays out of your way. Avoid terminals that intercept keyboard shortcuts Claude Code needs.← Prev:MCP Wiring · Next:Agentic Engineering →