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.63 adds HTTP hooks, /simplify & /batch slash commands, and cross-worktree config sharing.
$ git clone --branch v2.1.63 https://github.com/anthropics/claude-code.git # already have the repo? check out this version: $ git checkout v2.1.63
$ ENABLE_CLAUDEAI_MCP_SERVERS=false claude - ›Adds
/simplifyand/batchbundled slash commands. - ›Adds HTTP hooks: POST JSON to a URL and receive JSON back, as an alternative to shell command hooks.
- ›Adds
ENABLE_CLAUDEAI_MCP_SERVERS=falseenvironment variable to opt out of claude.ai MCP servers. - ›Improves
/modelcommand to display the currently active model in the slash command menu. - ›Project configs and auto memory are now shared across git worktrees of the same repository.
+3 moreshow less
- ›Adds manual URL paste fallback during MCP OAuth authentication when the automatic localhost redirect fails.
- ›Adds 'Always copy full response' option to the
/copypicker, skipping the code block picker for future/copycalls. - ›VSCode: Adds session rename and remove actions to the sessions list.