Skip to content

Update Claude Code CLI to v2.0.71 and disable Chrome integration#6699

Merged
pelikhan merged 4 commits into
mainfrom
copilot/update-claude-code-cli-v2-0-71
Dec 17, 2025
Merged

Update Claude Code CLI to v2.0.71 and disable Chrome integration#6699
pelikhan merged 4 commits into
mainfrom
copilot/update-claude-code-cli-v2-0-71

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 17, 2025

Updates the default Claude Code CLI version from 2.0.70 to 2.0.71 (published 2025-12-16). This release adds optional Chrome integration flags (--chrome / --no-chrome) with no breaking changes.

Changes

  • pkg/constants/constants.go: Bump DefaultClaudeCodeVersion to "2.0.71"
  • pkg/constants/constants_test.go: Update test expectation
  • pkg/workflow/claude_engine.go: Add --no-chrome flag to Claude CLI invocations to disable Chrome integration for security and deterministic execution in CI environments
  • 30 workflow lock files: Recompiled to reference new version and include --no-chrome flag:
    • NPM install commands: npm install -g @anthropic-ai/claude-code@2.0.71
    • Agent metadata: agent_version: "2.0.71"
    • CLI invocations: claude --print --disable-slash-commands --no-chrome ...

All workflows using the Claude Code engine now install v2.0.71 and run with Chrome integration disabled.

[!WARNING]

Original prompt

This section details on the original issue you should resolve

<filter_complete></filter_complete>

<issue_title>[ca] Update Claude Code CLI to v2.0.71</issue_title>
<issue_description>## Update Claude Code CLI

Previous: 2.0.70 → New: 2.0.71
Timeline: Published 2025-12-16 21:30:39 UTC (22 hours after 2.0.70)

Changes

Features:

  • Added --chrome flag to enable Claude in Chrome integration
  • Added --no-chrome flag to disable Claude in Chrome integration

Breaking Changes: None

Bug Fixes: None explicitly documented

Security: None explicitly documented

Performance: None explicitly documented

CLI Discovery

New Command-Line Flags (2 total):

  1. --chrome - Enable Claude in Chrome integration
  2. --no-chrome - Disable Claude in Chrome integration

These flags were discovered by comparing help output between versions 2.0.70 and 2.0.71.

Impact Assessment

Risk Level: Low
Affected Features: None (new optional features only)
Migration Required: No

The update adds optional Chrome integration flags that don't affect existing functionality. No breaking changes or deprecations detected. Backward compatible with all existing workflows.

Package Links

Release Notes

No public GitHub repository or release notes available for Claude Code. Changes discovered via NPM package metadata and CLI help output comparison.

Files Modified

  • pkg/constants/constants.go - Updated DefaultClaudeCodeVersion from "2.0.70" to "2.0.71"
  • 115 workflow .lock.yml files updated via make recompile

Testing

  • make recompile completed successfully (0 errors, 83 warnings)
  • ✅ Help output captured and cached at /tmp/gh-aw/cache-memory/claude-code-2.0.71-help.txt
  • ✅ Version diff validated

AI generated by CLI Version Checker

</issue_description>

Comments on the Issue (you are @copilot in this section)

Original prompt

This section details on the original issue you should resolve

<issue_title>[ca] Update Claude Code CLI to v2.0.71</issue_title>
<issue_description>## Update Claude Code CLI

Previous: 2.0.70 → New: 2.0.71
Timeline: Published 2025-12-16 21:30:39 UTC (22 hours after 2.0.70)

Changes

Features:

  • Added --chrome flag to enable Claude in Chrome integration
  • Added --no-chrome flag to disable Claude in Chrome integration

Breaking Changes: None

Bug Fixes: None explicitly documented

Security: None explicitly documented

Performance: None explicitly documented

CLI Discovery

New Command-Line Flags (2 total):

  1. --chrome - Enable Claude in Chrome integration
  2. --no-chrome - Disable Claude in Chrome integration

These flags were discovered by comparing help output between versions 2.0.70 and 2.0.71.

Impact Assessment

Risk Level: Low
Affected Features: None (new optional features only)
Migration Required: No

The update adds optional Chrome integration flags that don't affect existing functionality. No breaking changes or deprecations detected. Backward compatible with all existing workflows.

Package Links

Release Notes

No public GitHub repository or release notes available for Claude Code. Changes discovered via NPM package metadata and CLI help output comparison.

Files Modified

  • pkg/constants/constants.go - Updated DefaultClaudeCodeVersion from "2.0.70" to "2.0.71"
  • 115 workflow .lock.yml files updated via make recompile

Testing

  • make recompile completed successfully (0 errors, 83 warnings)
  • ✅ Help output captured and cached at /tmp/gh-aw/cache-memory/claude-code-2.0.71-help.txt
  • ✅ Version diff validated

AI generated by CLI Version Checker

Comments on the Issue (you are @copilot in this section)


💡 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.


Changeset

  • Type: patch
  • Description: Bump default Claude Code CLI version from 2.0.70 to 2.0.71. Workflows that install or reference the Claude Code CLI now use v2.0.71.

Ahoy! This treasure was crafted by 🏴‍☠️ Changeset Generator

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Claude Code CLI to v2.0.71 Update Claude Code CLI to v2.0.71 Dec 17, 2025
Copilot AI requested a review from mnkiefer December 17, 2025 05:29
@pelikhan
Copy link
Copy Markdown
Collaborator

@copilot use --no-chrome

@github-actions
Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Copy Markdown
Contributor

🔮 The ancient spirits stir... Smoke Codex awakens to divine this pull request...

@github-actions
Copy link
Copy Markdown
Contributor

💥 WHOOSH! Smoke Claude springs into action on this pull request! [Panel 1 begins...]

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 17, 2025

🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰

5e33644

@github-actions
Copy link
Copy Markdown
Contributor

Smoke Test Results - Run #20292980373

Last 2 merged PRs:

✅ GitHub MCP: Working
✅ File Writing: /tmp/gh-aw/agent/smoke-test-copilot-20292980373.txt created successfully
✅ Bash Tool: File read back successfully
✅ get_me NOT available: Confirmed - tool returns 403 error with default toolsets (expected behavior)
✅ Cache Memory: /tmp/gh-aw/cache-memory/smoke-test-20292980373.txt created successfully

Overall: PASS

All tests passed successfully for Copilot engine.

📰 BREAKING: Report filed by Smoke Copilot fer issue #6699 🗺️

@github-actions
Copy link
Copy Markdown
Contributor

PRs reviewed (last 2 merged):

  • Fix intermittent test failure in Safe Inputs API key generation
  • Verify secure Copilot CLI installation rollout is complete
    Tests:
  • GitHub MCP PR fetch ✅
  • File write/read /tmp/gh-aw/agent ✅
  • Playwright title check ✅
  • Cache memory file ✅
  • safeinputs-gh gh issues list ❌ (command not found in env)
    Overall status: FAIL

🔮 The oracle has spoken through Smoke Codex fer issue #6699 🗺️

@github-actions
Copy link
Copy Markdown
Contributor

Smoke Test Results (Claude Sonnet 4.5)

Last 2 Merged PRs:

Test Results:

  • ✅ GitHub MCP: Fetched PRs successfully
  • ✅ File Writing: Created test file in /tmp/gh-aw/agent/
  • ✅ Bash Tool: Verified file creation
  • ✅ Playwright MCP: Navigated to GitHub, title contains "GitHub"
  • ✅ Cache Memory: Created test file in /tmp/gh-aw/cache-memory/
  • ❌ Safe Inputs gh Tool: Tool not available in this workflow

Overall Status: PASS (5/6 tests passed)

💥 [THE END] — Illustrated by Smoke Claude fer issue #6699 🗺️

github-actions Bot and others added 2 commits December 17, 2025 05:48
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Dec 17, 2025

@copilot use --no-chrome

Added --no-chrome flag to Claude Code CLI invocations in commit 90aea18. All Claude workflows now run with Chrome integration disabled for security and deterministic execution.

Copilot AI changed the title Update Claude Code CLI to v2.0.71 Update Claude Code CLI to v2.0.71 and disable Chrome integration Dec 17, 2025
Copilot AI requested a review from pelikhan December 17, 2025 05:51
@pelikhan pelikhan marked this pull request as ready for review December 17, 2025 05:54
@pelikhan pelikhan merged commit 8eb8956 into main Dec 17, 2025
82 checks passed
@pelikhan pelikhan deleted the copilot/update-claude-code-cli-v2-0-71 branch December 17, 2025 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] Update Claude Code CLI to v2.0.71

3 participants