Skip to content

docs: Claude Code v2.1.240 - synced plugins, Chrome tab groups, new error docs - #1204

Merged
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.240-20260822-1610
Aug 22, 2026
Merged

docs: Claude Code v2.1.240 - synced plugins, Chrome tab groups, new error docs#1204
claude-yolo[bot] merged 1 commit into
mainfrom
docs/claude-code-v2.1.240-20260822-1610

Conversation

@claude-yolo

@claude-yolo claude-yolo Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Night shift report

WHY THIS MATTERS: v2.1.240 brings a new plugin syncing mechanism that lets Cowork and cloud session users automatically load plugins they've enabled on claude.ai — no per-repo settings file edit required. The Chrome browser integration gets cleaner tab group lifecycle management. Two new error entries document real user pain points: an MCP OAuth security check (RFC 9207 issuer mismatch) that was previously silent-failing, and a much friendlier error when you launch Claude Code from a deleted directory instead of the raw ENOENT uv_cwd crash.

HIGHLIGHTS:

  • Synced plugins (plugins-reference.md): Plugins enabled for your claude.ai account now auto-download into ~/.claude/plugins/synced/ in Cowork and cloud sessions, loaded as <name>@synced. Replaces the old @inline identity (v2.1.239+). Cloud session users can now use plugins without touching .claude/settings.json. Conflict resolution: a same-named marketplace install wins over the synced copy.
  • Chrome tab groups (chrome.md): Documents when /clear closes the tab group (closes it, including open pages, unless live work survives the clear) vs. session exit//resume (closes group only if it holds nothing but empty new tabs — preserves pages you might still be reading).
  • MCP OAuth issuer mismatch error (errors.md): New entry for Issuer mismatch in authorization response (RFC 9207) — an authorization server mix-up attack defense added in the v2 MCP runtime. Documents the workaround (MCP_SDK_GENERATION=v1) and directs users to report to server operators.
  • Deleted CWD error (errors.md): New entry for The current directory no longer exists. Before v2.1.239 this was a raw minified-bundle crash. Now a clean exit with actionable instructions including the cd "$PWD" shell trick for re-entering a recreated directory.
  • Desktop plugin docs (desktop.md): Clarifies that cloud session plugins can now be loaded via the synced mechanism (claude.ai account enablement) in addition to enabledPlugins in settings.json.
  • CHANGELOG: "Bug fixes and reliability improvements" (understates the synced plugins feature).
  • 60+ support article freshness updates (noise, no content changes).

Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning

…rror docs

Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
@claude-yolo
claude-yolo Bot merged commit 3f1ef7c into main Aug 22, 2026
1 check passed
@claude-yolo
claude-yolo Bot deleted the docs/claude-code-v2.1.240-20260822-1610 branch August 22, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants