Skip to content

chore: update plugins for Claude Code v2.1.118–v2.1.123#35

Merged
cblecker merged 1 commit intomainfrom
feat/claude-code-v2.1.118-v2.1.123-updates
Apr 30, 2026
Merged

chore: update plugins for Claude Code v2.1.118–v2.1.123#35
cblecker merged 1 commit intomainfrom
feat/claude-code-v2.1.118-v2.1.123-updates

Conversation

@cblecker
Copy link
Copy Markdown
Owner

@cblecker cblecker commented Apr 30, 2026

Summary

  • github (1.1.0 → 1.2.0): Add alwaysLoad: true to .mcp.json so GitHub tools are always available at session start, bypassing tool-search deferral (v2.1.121 feature)
  • marketplace: Add $schema, version, and top-level description fields now supported as first-class manifest fields (v2.1.120 feature); remove metadata.description
  • gws (1.0.0 → 1.1.0): Add ${CLAUDE_EFFORT} awareness to gws-shared and three workflow skills (standup-report, weekly-digest, meeting-prep) to scale output verbosity (v2.1.120 feature)
  • docs: Remove defunct gofmt/ and sequential-thinking/ from the architecture tree in CLAUDE.md, fix the github plugin description in README.md, document alwaysLoad in github/README.md

Test plan

  • claude plugin validate . passes
  • claude plugin validate ./github passes
  • claude plugin validate ./gws passes
  • npx markdownlint-cli2 passes
  • uvx claudelint --strict passes
  • Start a new Claude Code session and verify GitHub MCP tools load immediately without waiting for tool-search

Summary by CodeRabbit

  • Documentation

    • Updated plugin marketplace documentation to reflect current configuration and availability.
    • Clarified GitHub tools are immediately available at session start.
  • Chores

    • Updated GitHub plugin to version 1.2.0.
    • Updated GWS plugin to version 1.1.0.
    • Refined plugin manifest structure and configuration.

- github: add alwaysLoad: true to MCP config so tools are always
  available at session start without tool-search deferral (v2.1.121);
  bump to 1.2.0
- marketplace: add $schema, version, and top-level description fields
  now supported as first-class fields (v2.1.120)
- gws: add ${CLAUDE_EFFORT} awareness to gws-shared and three workflow
  skills (standup-report, weekly-digest, meeting-prep) to scale output
  verbosity; bump to 1.1.0
- docs: remove defunct gofmt/sequential-thinking from architecture
  tree, fix github plugin description, document alwaysLoad behavior

Assisted-by: Claude:claude-sonnet-4-6[1m]
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

📝 Walkthrough

Walkthrough

The pull request updates plugin marketplace metadata with schema and version fields, bumps version numbers for GitHub and GWS plugins, configures GitHub plugin for always-load behavior, removes documentation references to deprecated plugins, and updates README descriptions to reflect new GitHub plugin configuration.

Changes

Cohort / File(s) Summary
Marketplace metadata and schema
.claude-plugin/marketplace.json
Adds $schema field for validation, introduces top-level version: "1.0.0", and moves description from nested metadata.description to top-level description field.
GitHub plugin alwaysLoad configuration
github/.claude-plugin/plugin.json, github/.mcp.json, github/README.md
Bumps GitHub plugin version to 1.2.0, enables alwaysLoad: true in MCP configuration to ensure tools are always available at session start, and updates documentation to reflect this behavior change.
Documentation updates and plugin cleanup
CLAUDE.md, README.md
Removes architecture documentation references to gofmt/ and sequential-thinking/ plugin directories; updates GitHub plugin description to emphasize all toolsets enabled and persistent availability instead of insiders mode.
Plugin version update
gws/.claude-plugin/plugin.json
Bumps GWS plugin version from 1.0.0 to 1.1.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • PR #19: Updates github/.claude-plugin/plugin.json version field, indicating sequential version bumps for the GitHub plugin.
  • PR #10: Modifies the same GitHub plugin files (manifest and .mcp.json) for configuration and documentation consistency.
  • PR #22: Removes gofmt plugin references from marketplace and documentation, aligning with the cleanup in CLAUDE.md and .claude-plugin/marketplace.json.

Poem

🐰 The plugins hop in line so neat,
With versions bumped and schemas sweet,
GitHub loads forevermore,
Old paths cleaned from every door! 🌟

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main changes: updating multiple plugins for specific Claude Code versions with version bumps and configuration improvements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/claude-code-v2.1.118-v2.1.123-updates

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cblecker cblecker merged commit c817a2c into main Apr 30, 2026
8 checks passed
@cblecker cblecker deleted the feat/claude-code-v2.1.118-v2.1.123-updates branch April 30, 2026 19:15
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.

1 participant