docs: Claude Code v2.1.267 - local MCP in org plugins, effort frontmatter fix, auto-mode agent blocking - #1270
Merged
Conversation
…tter fix, auto-mode agent blocking 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: Four Claude Code feature docs landed tonight alongside a significant expansion of what org-plugin
.mcp.jsonfiles can do. The biggest is local MCP server support in org plugins (requires Claude Desktop 1.49585.0+), which lets organizations ship plugins that bundle their own stdio servers — Claude Desktop starts them automatically. The effort frontmatter fix in v2.1.267 resolves a quiet footgun where the model's default-effort hold was silently overriding per-skilleffortLevelsettings on Fable 5, Opus 4.8, and Opus 4.7.HIGHLIGHTS:
extensions.md):.mcp.jsonnow accepts local entries withcommand,args,env, andtype: "stdio". Claude Desktop launches them itself, even whenisLocalDevMcpEnabledisfalse. Paths may use${CLAUDE_PLUGIN_ROOT}. Requires Claude Desktop 1.49585.0+. Entries referencing${user_config.<key>}are skipped (per-user settings unavailable to org plugins). Diagnostic report's MCP section lists skipped servers with reasons.model-config.md): On Fable 5, Opus 4.8, and Opus 4.7, skill/subagent frontmattereffortLevelnow applies correctly while the model's default-effort hold is active. Before v2.1.267 the hold silently won, causing skills that seteffortLevel: lowto run at a higher effort than intended.agent()calls (workflows.md): In auto mode, the permission classifier can now block anagent()call before the subagent starts — the blocked call resolves tonulland shows in the progress view with a reason. Doc previously only described mid-run stops and API errors as null sources.fullscreen.md): While scrolled up in a conversation, a dim header row now shows the most recent prompt that's scrolled above the view. Click it to jump to that prompt.plugin-marketplaces.md): On macOS and Linux, Claude Code now refuses marketplace entry paths containing backslashes. Always write path separators as/across platforms.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning