docs: sync plugin-dev with Claude Code v2.1.89-v2.1.92#5
Merged
kylesnowschwartz merged 1 commit intomainfrom Apr 4, 2026
Merged
docs: sync plugin-dev with Claude Code v2.1.89-v2.1.92#5kylesnowschwartz merged 1 commit intomainfrom
kylesnowschwartz merged 1 commit intomainfrom
Conversation
Document new Claude Code features from versions 2.1.89 through 2.1.92: - hook-development: PreToolUse `defer` permission decision for pausing tool execution in headless sessions (CC 2.1.89) - mcp-integration: `_meta["anthropic/maxResultSizeChars"]` annotation for large MCP tool results up to 500K characters (CC 2.1.91) - skill-development/command-development: `disableSkillShellExecution` setting for organizations to disable inline shell execution (CC 2.1.91) - plugin-structure: Plugin `bin/` directory for shipping executables that can be invoked as bare commands (CC 2.1.91) Verified via four-stage update-from-upstream pipeline with independent verification agents. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.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.
Summary
Sync plugin-dev documentation with Claude Code releases v2.1.89 through v2.1.92.
Changes documented:
deferpermission decision for pausing tool execution in headless sessions_meta["anthropic/maxResultSizeChars"]annotation for large MCP tool results (up to 500K characters)disableSkillShellExecutionsetting for disabling inline shell executiondisableSkillShellExecutionsetting (same feature, documented in both skills)bin/directory support for shipping executablesCC version range: 2.1.89 - 2.1.92
Updated Files
plugins/plugin-dev/skills/hook-development/SKILL.md- Addeddeferto permissionDecisionplugins/plugin-dev/skills/mcp-integration/SKILL.md- Added maxResultSizeChars documentationplugins/plugin-dev/skills/skill-development/SKILL.md- Added disableSkillShellExecutionplugins/plugin-dev/skills/command-development/SKILL.md- Added disableSkillShellExecutionplugins/plugin-dev/skills/plugin-structure/SKILL.md- Added bin/ directory documentationdocs/claude-code-compatibility.md- Updated audit logCHANGELOG.md- Added v0.10.0 entryCLAUDE.md- Version bumpplugins/plugin-dev/.claude-plugin/plugin.json- Version bump.claude-plugin/marketplace.json- Version bump.agent-history/upstream-changes.md- Stage 1/2 manifestTest plan
🤖 Generated with Claude Code