get_context_usage takes a detail parameter, where summary answers without extra token-counting API calls.
The get_context_usage tool call now accepts an optional detail parameter of 'summary' or 'full'. 'full' is the default and performs per-category token-count API calls, while 'summary' answers from the last response's usage plus local estimates without extra API calls.
The internal tool.call hooks API, used by plugin- and skill-authored tool invocations, now also accepts an optional consent string, which is injected as a synthetic human-origin message into the session context before the tool call runs.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
From the directory that contains `my-marketplace`, start Claude Code and run the following commands. The install command opens a plugin details view where you select an installation scope to confirm the install. Check the install summary: …plugin-marketplaces see the edit
When the install asks for an installation scope, choose the user scope option so the plugin is available across all your projects. Check the install summary: if it reports `Run /reload-plugins to activate.`, see [Apply plugin changes witho…channels see the edit
* Fixed the conversation summary produced by `/compact` and auto-compact mangling text that contained `$` sequenceschangelog see the edit
* **Use Claude's published identity** (recommended): the server reads Claude's client details from a URL Anthropic hosts (Client ID Metadata Document). Nothing to set up; the server must support it.connectors/custom/remote-mcp see the edit
Local-command connectors run inside the sandbox with the same network limits as Claude's code and a per-connector writable directory. Environment variables for local connectors are saved unencrypted in a configuration file readable by your…claude-science/custom-connectors see the edit
Click any conversation to resume it with the full message history. If the conversation is already open in another tab of the current window, clicking it switches to that tab. For more on resuming sessions, see [Manage sessions](/docs/en/se…vs-code see the edit
Anthropic's documentation has since written up full, on Use Claude Code in VS Code.