Added clarification that contribution metrics only cover users within your claude.ai organization. Usage through the Claude Console API or third-party integrations is not included. [line 22] [Source]
Added disclaimer that metrics are deliberately conservative and represent an underestimate of Claude Code's actual impact. [line 60] [Source]
Added new --from-pr flag to resume sessions linked to a specific GitHub PR. Accepts a PR number or URL. Sessions are automatically linked when created via gh pr create. [line 37] [Source]
Added documentation for automatic PR session linking: when you create a PR using gh pr create, the session is automatically linked to that PR and can be resumed later with claude --from-pr <number>. [line 520] [Source]
Added claude --from-pr 123 as a new option for resuming sessions linked to a specific pull request. [line 780] [Source]
Expanded hooks description to clarify they fire at specific lifecycle events like tool execution, session boundaries, prompt submission, permission requests, and compaction. [line 151] [Source]
Updated hooks link title from "Run scripts on Claude Code events" to "Automate workflows with hooks" and changed target to hooks-guide.md. [line 169] [Source]
Updated hook example to show hooks receive JSON on stdin: changed from "command": "npm run lint:fix $FILE" to using jq to extract file path from JSON input: "command": "jq -r '.tool_input.file_path' | xargs npm run lint:fix". [line 428] [Source]
Added new network.allowAllUnixSockets setting: "Allow all Unix socket connections in sandbox. Default: false". [line 259] [Source]
Added new network.allowedDomains setting: "Array of domains to allow for outbound network traffic. Supports wildcards (e.g., *.example.com)". [line 261] [Source]
Clarified ANTHROPIC_CUSTOM_HEADERS environment variable: added "newline-separated for multiple headers" to the description. [line 868] [Source]
Updated hook example link from generic "markdown formatting hook example" to specific "Auto-format code after edits" section reference. [line 425] [Source]
Removed Granola MCP server from the list. [line 63] [Source]
Added Google Cloud BigQuery MCP server: "BigQuery: Advanced analytical insights for agents" (URL: https://bigquery.googleapis.com/mcp). [line 367] [Source]
Added LILT MCP server: "High-quality translation with human verification" (URL: https://mcp.lilt.com/mcp). [line 455] [Source]
Added Make MCP server: "Run Make scenarios and manage your Make account" (URL: https://mcp.make.com). [line 471] [Source]
Added Wyndham Hotels and Resorts MCP server: "Discover the right Wyndham Hotel for you, faster" (URL: https://mcp.wyndhamhotels.com/claude/mcp). [line 679] [Source]