telexed ~ c / 7c26d4da-c3bradar:70 · agent_toolLIVE
← back
NO.
#7c26d4da
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-04-23 00:42:21
Importance
★ 7/10 — radar 70
`Claude Code` `v2.1.118` adds visual mode, `/usage`, and direct MCP hooks
FIG-0721:1

`Claude Code` `v2.1.118` adds visual mode, `/usage`, and direct MCP hooks

Editing and ops got sharper at once: Vim visual mode landed, theme/plugin workflows expanded, and hooks can call MCP tools directly. This is a practical quality jump if you script Claude Code heavily or run it across managed environments.

[ KEY POINTS ]
  1. Vim v and V visual modes now support selection, operators, and visual feedback, cutting friction for keyboard-first editing inside the CLI.
  2. /cost and /stats are folded into /usage, while old commands still work as shortcuts, so telemetry gets simpler without breaking muscle memory.
  3. Hooks can invoke MCP tools via type: "mcp_tool", which opens cleaner automation paths than shell-only hook chains.
  4. DISABLE_UPDATES blocks all update paths, and WSL can inherit Windows-managed settings, making locked-down team setups easier to enforce.
  5. A long list of MCP OAuth and credential fixes targets re-auth churn, token races, and broken auth states, so integrations should fail less often.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.118Read original →

// related