llm-kb
← Back to releases
Tool Release

Claude Code auto mode now available without opt-in on Bedrock, Vertex AI, and Foundry

Anthropic's Claude Code tool has made auto mode available by default on Bedrock, Vertex AI, and Foundry, removing the previous opt-in requirement. The update also fixes terminal freezing during long streaming responses, remote managed settings consent issues, and spurious prompt-injection warnings.

7 engagement·1 source·Sat, Jul 11, 2026, 12:52 AM
The v2.1.207 release of Claude Code enables auto mode without the `CLAUDE_CODE_ENABLE_AUTO_MODE` environment variable on Bedrock, Vertex AI, and Foundry. Users can disable it via `disableAutoMode` in settings. The release fixes terminal freezing and keystroke lag when streaming long lists, tables, paragraphs, or code blocks. It also resolves a bug where remote managed settings from non-interactive runs (`claude -p`, SDK) were permanently recorded as consented without showing the security consent dialog. Additionally, spurious prompt-injection warnings triggered by benign system-generated conversation updates have been fixed.

Entities

Claude Code(tool)Anthropic(company)Bedrock(tool)Vertex AI(tool)Foundry(tool)

Related

CommunitySat, Jul 11, 2026, 03:25 PM

Community impressions of Claude Code's loop hierarchy and cloud agent workarounds

Developers are increasingly discussing Anthropic's Claude Code loop hierarchy (Turn-based, Goal-based, Time-based, Proactive) as a framework for agent runtime control. Meanwhile, users report frustrations with local coding agents—such as needing to keep laptop lids open and running out of RAM—and are exploring cloud-based agents like Aether as a solution to avoid these issues.

1 engagement·2 sources·hackernews, rss
IncidentSat, Jul 11, 2026, 12:48 PM

User reports Claude API skill bug and shares workaround

A Reddit user reported a bug in Anthropic's Claude desktop app where the 'claude-api' skill consumes an excessive number of tokens. The user shared a configuration workaround to disable the skill via the settings.json file, warning others not to trigger it.

7 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 12:47 PM

Coder: CLI tool to delegate coding tasks to background LLM agents

Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.

4 engagement·1 source·reddit
Tool ReleaseMon, Jul 6, 2026, 10:51 PM

Claude Code v2.1.202 adds dynamic workflow sizing and telemetry improvements

Anthropic released Claude Code v2.1.202 on July 6, 2026, introducing a configurable dynamic workflow size setting (small/medium/large) that advises Claude on agent count for workflows. The update also adds workflow.run_id and workflow.name OpenTelemetry attributes for better observability, and fixes a crash in inline history search and a bug with /rename on background sessions.

17 engagement·1 source·github
Tool ReleaseFri, Jul 10, 2026, 01:45 AM

MCP servers and Claude Code CLI updated with new features and fixes

On July 10, 2026, the Model Context Protocol (MCP) servers and Claude Code CLI received updates. The MCP servers release v2026.7.10 updated packages for filesystem, time, fetch, and git. Claude Code CLI v2.1.206 added directory path suggestions for /cd, a /doctor check for trimming CLAUDE.md files, and improved git push handling.

14 engagement·2 sources·github