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

Linux kernel developers propose removing legacy code due to LLM-generated bug reports
Linux kernel developers are proposing to remove several legacy subsystems including ISA/PCMCIA Ethernet drivers, amateur radio protocols, ATM, and ISDN to reduce the burden of handling security bug reports generated by large language models.

OpenClaw 2026.3.22-beta.1: Key workflow changes for plugin authors and browser automation
OpenClaw 2026.3.22-beta.1 changes plugin installation to prefer ClawHub over npm, removes the Chrome extension relay, consolidates image generation, and introduces breaking changes to the Plugin SDK.

Claude Opus 4.7 Analysis: Top Intelligence but High Cost and Verbosity
Claude Opus 4.7 (Adaptive Reasoning, Max Effort) ranks #1 in intelligence among 133 models with a score of 57 on the Artificial Analysis Intelligence Index, but costs $5 per 1M input tokens and $25 per 1M output tokens, making it significantly more expensive than average.

Developer's experience with Claude AI: From thinking partner to cognitive outsourcing
A developer shares an 8-month experience using Claude AI daily, noting a shift from using it to refine existing thinking to outsourcing initial thinking entirely. The post describes two distinct cognitive approaches: AI as a thinking partner versus AI as a first-pass generator.