Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Claude Code v2.1.4 adds env var to fully disable background tasks and the Ctrl+B shortcut.
$ git clone --branch v2.1.4 https://github.com/anthropics/claude-code.git # already have the repo? check out this version: $ git checkout v2.1.4
$ CLAUDE_CODE_DISABLE_BACKGROUND_TASKS=1 claude - ›New
CLAUDE_CODE_DISABLE_BACKGROUND_TASKSenvironment variable disables all background task functionality, including auto-backgrounding and the Ctrl+B shortcut.