-
Notifications
You must be signed in to change notification settings - Fork 28
Update Claude Code CLI version from 2.0.50 to 2.0.51 #4703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Claude Code CLI version from 2.0.50 to 2.0.51, a routine patch release with no breaking changes. The update includes version constant changes, test updates, and regeneration of 27 Claude-based workflow lock files. However, the PR also contains unrelated documentation changes that are not mentioned in the description.
Key Changes
- Version constant updated from
2.0.50to2.0.51in constants package - All Claude-based workflow lock files regenerated with new CLI version (27 files)
- Unrelated documentation modifications in labs.mdx and frontmatter-full.md
Reviewed changes
Copilot reviewed 31 out of 31 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/constants/constants.go | Updated DefaultClaudeCodeVersion constant from "2.0.50" to "2.0.51" |
| pkg/constants/constants_test.go | Updated test expectation to match new version "2.0.51" |
| docs/src/content/docs/labs.mdx | |
| docs/src/content/docs/reference/frontmatter-full.md | |
| .github/workflows/*.lock.yml (27 files) | Regenerated Claude workflow lock files with npm install command using @anthropic-ai/claude-code@2.0.51 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
| # disabled via 'strict: false'. CLI flag takes precedence over frontmatter (gh aw | ||
| # compile --strict enforces strict mode). Defaults to true. See: |
Copilot
AI
Nov 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change appears to be unrelated to the Claude Code CLI version bump. The documentation update changes the description of strict mode behavior, but this is not mentioned in the PR description and doesn't seem related to updating Claude Code from 2.0.50 to 2.0.51.
If this is an intentional documentation fix, it should be mentioned in the PR description. Otherwise, it should be reverted to keep this PR focused on the version update.
See below for a potential fix:
# Enable strict mode validation for enhanced security and compliance.
# Strict mode enforces: (1) Write Permissions - refuses contents:write, issues:write,
# pull-requests:write; requires safe-outputs instead, (2) Network Configuration -
# requires explicit network configuration with no wildcard '*' in allowed domains,
# (3) Action Pinning - enforces actions pinned to commit SHAs instead of tags/branches,
# (4) MCP Network - requires network configuration for custom MCP servers with containers,
# (5) Deprecated Fields - refuses deprecated frontmatter fields.
# Can be enabled per-workflow via 'strict: true' in frontmatter, or disabled via 'strict: false'.
# CLI flag takes precedence over frontmatter (gh aw compile --strict enforces strict mode).
# Defaults to true.
# See: https://githubnext.github.io/gh-aw/reference/frontmatter/#strict-mode-strict
|
✅ Agentic Changeset Generator completed successfully. |
|
@copilot make the smoke agentic workflow non draft in safe outputs. They should create a super short comment in the PR. Enable reaction, each a different symbol. |
Routine version bump for Claude Code CLI. GitHub Copilot CLI was already at target version 0.0.363.
Changes
DefaultClaudeCodeVersionfrom2.0.50to2.0.51inpkg/constants/constants.gopkg/constants/constants_test.goNo breaking changes or migration required per upstream release notes.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/user/usr/bin/gh gh api user --jq .login(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.