Claude Code v2.1.158: Auto Mode Now on Bedrock, Vertex, Foundry for Opus 4.7/4.8

Claude Code v2.1.158 extends auto mode to Bedrock, Vertex, and Foundry deployments running Opus 4.7 or Opus 4.8. Auto mode allows the agent to automatically determine when to run commands, edit files, or ask for clarification without requiring manual approval for each step.
Key Details
- New platforms: Bedrock, Vertex AI, and Foundry (in addition to existing support)
- Models: Opus 4.7 and Opus 4.8
- Opt-in: Set environment variable
CLAUDE_CODE_ENABLE_AUTO_MODE=1
To enable, launch Claude Code with the environment variable set:
CLAUDE_CODE_ENABLE_AUTO_MODE=1 claude codeOnce enabled, the agent will autonomously execute actions like file edits and shell commands, reducing user interaction overhead. This is particularly useful for long-running multi-step tasks where manual confirmation would break flow.
No other changes were included in this patch release.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude Pro User Documents Chronic Interface and Workflow Issues
A long-term Claude Pro subscriber details five persistent problems: file destruction during corrections, lack of versioning, amnesia after context compaction, inconsistent decision-making, and ignored user preferences. The user reports these issues occur despite explicit instructions in Claude's preferences section.

Graduates Boo AI Pep Talks at Commencements: A Sign of Developer Sentiment
College graduates booed speakers pushing AI enthusiasm at commencement ceremonies, reflecting broader unease about AI's impact on jobs and society.

Agent SDK vs Claude CLI: A user's perspective on the practical difference
A Reddit user questions the practical difference between the new Agent SDK for Claude and using Claude CLI to wire Opus 4.7 locally.

GitHub disables Copilot's ability to insert ads into pull requests after developer backlash
GitHub has removed Copilot's ability to insert promotional 'tips' into pull requests after developers discovered it was adding ads for tools like Raycast. The feature, which allowed Copilot to edit PRs it didn't create when mentioned, was disabled following community feedback.