Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.76 Home All releases olderv2.1.75 v2.1.77newer
Claude Code v2.1.76

Hooks UI Redesigned as Read-Only Viewer

The /hooks command has been redesigned from a full hook management interface (add, edit, delete) to a read-only viewer. Users can browse hook events, matchers, and see hook details, but can no longer modify hooks through the UI.

What changed:

  • Removed: "Add new hook", "Delete hook?", "Delete matcher?", "Save hook configuration", "Where should this hook be saved?" dialogs
  • Added: "Hook details" detail view showing event, matcher, type, source, command/prompt, and status message
  • Added: "This menu is read-only. To add or modify hooks, edit settings.json directly or ask Claude."
  • Added: "To re-enable hooks, remove disableAllHooks from settings.json or ask Claude."
  • Navigation: "Esc to go back" / "Esc to close" guides
  • Description changed from "Manage hook configurations" to "View hook configurations"
Evidence

Read-only hooks viewer (search for "View hook configurations", "This menu is read-only", "Hook details")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.76 →