Update Claude Code CLI to v2.0.71 and disable Chrome integration#6699
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
|
@copilot use --no-chrome |
|
📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing... |
|
🔮 The ancient spirits stir... Smoke Codex awakens to divine this pull request... |
|
💥 WHOOSH! Smoke Claude springs into action on this pull request! [Panel 1 begins...] |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
Smoke Test Results - Run #20292980373Last 2 merged PRs:
✅ GitHub MCP: Working Overall: PASS All tests passed successfully for Copilot engine.
|
|
PRs reviewed (last 2 merged):
|
Smoke Test Results (Claude Sonnet 4.5)Last 2 Merged PRs:
Test Results:
Overall Status: PASS (5/6 tests passed)
|
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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: BumpDefaultClaudeCodeVersionto"2.0.71"pkg/constants/constants_test.go: Update test expectationpkg/workflow/claude_engine.go: Add--no-chromeflag to Claude CLI invocations to disable Chrome integration for security and deterministic execution in CI environments--no-chromeflag:npm install -g @anthropic-ai/claude-code@2.0.71agent_version: "2.0.71"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.
Original prompt
<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:
--chromeflag to enable Claude in Chrome integration--no-chromeflag to disable Claude in Chrome integrationBreaking Changes: None
Bug Fixes: None explicitly documented
Security: None explicitly documented
Performance: None explicitly documented
CLI Discovery
New Command-Line Flags (2 total):
--chrome- Enable Claude in Chrome integration--no-chrome- Disable Claude in Chrome integrationThese 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- UpdatedDefaultClaudeCodeVersionfrom "2.0.70" to "2.0.71".lock.ymlfiles updated viamake recompileTesting
make recompilecompleted successfully (0 errors, 83 warnings)/tmp/gh-aw/cache-memory/claude-code-2.0.71-help.txt</issue_description>
Comments on the Issue (you are @copilot in this section)
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.
Changeset
2.0.70to2.0.71. Workflows that install or reference the Claude Code CLI now use v2.0.71.