docs: Claude Code v2.1.222 - Inference Hooks beta, Claude Tag, Skills docs overhaul - #1140
Merged
Merged
Conversation
… docs overhaul Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: Inference Hooks is the headliner — it's the first Anthropic-native mechanism that lets Enterprise orgs intercept and block prompts before the model ever sees them. Every governed request across claude.ai, Cowork, and Claude Code gets held at Anthropic's servers, signed, and forwarded to the org's AI security server for an allow/deny verdict. This is what DLP vendors have been asking for. On top of that, Claude Tag gives Team/Enterprise orgs a proper shared Slack identity (vs. the existing per-user Claude Code in Slack), and a new Skills doc formalizes the skills system with
SKILL.mdfrontmatter, invocation control, and subagent execution.HIGHLIGHTS:
inference-hooks.md,inference-hooks-configuration.md,inference-hooks-endpoint.md.@Claudeas the org's shared identity with admin-configured access. Team/Enterprise only. Added toplatforms.mdintegrations table and a newclaude-tag.mdstub doc.skills.mdformally documents the skills system:SKILL.mdformat, invocation control (user vs. Claude), subagent execution, dynamic context injection. Clarifies that custom commands (/commands/) and skills are now unified. Documents bundled skills like/verifyand/code-reviewno longer auto-run (requires explicit invocation since v2.1.215).PreToolUseandPostToolUsenow document that file-tool paths arrive absolute with native separators (backslashes on Windows). Explicit guidance on normalizing before matching (FILE_PATH="${FILE_PATH//\\//}"in Bash). Important for hook authors targeting cross-platform setups.PostToolUseto surface warnings to Claude after a tool already ran.troubleshoot-install.md— new Claude Code troubleshooting doc for install issues.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning