Tagged

Claude Code News & Workflows

Releases, skills, hooks and field notes for Anthropic's terminal coding agent. Curated and summarized from dozens of sources by AIBriefs.

AnalysisDevelopers1 source

Reddit user says Sonnet and Haiku suffice in Claude Code

A developer on r/ClaudeAI reports handling web app and DevOps work entirely with Sonnet and Haiku, calling the output satisfactory. The post pushes back on complaints that the latest Opus and Fable models are "trash."

LaunchDevelopers4 sources

Claude Code 2.1.278 defaults auto mode to server-side classifier

Claude Code v2.1.278 switches auto mode for Claude API and Enterprise users, plus Bedrock, Vertex, Foundry and gateways, to the server-side classifier, which does not charge for classifier overhead. CLAUDE_CODE_AUTO_MODE_SERVER=0 opts out on Bedrock, Vertex, Foundry and gateways; a new Auto mode server row in /status shows where the classifier runs.

LaunchDevelopers10 sources

Claude Code 2.1.277 adds AGENTS.md support

In projects with no CLAUDE.md, Claude Code now reads AGENTS.md instead, toggleable under "Project instructions" in /config. The feature is not yet available on Bedrock, Vertex or Foundry.

AnalysisDevelopers1 source

Plugin4Shell flaw lets repo owners swap pinned plugin code in AI coding agents

Air Security found four AI coding agents fetch a plugin's commit-hash snapshot but never verify the code matches it, so a repo owner can point a hash-shaped branch name at malicious code. Anthropic patched Claude Code 2.1.179 and OpenAI patched Codex 0.146.0; GitHub Copilot has no fix and Google won't patch the retiring Gemini CLI.

LaunchDevelopers1 source

Papers with Code MCP server launches for paper search

The Papers with Code MCP server exposes a `search_papers` tool; Niels Rogge demoed it by having Claude Code research the architecture of Jev by @typesafeai. A Reddit user claims they built the Jev architecture in March 2025 and open-sourced the model, dataset, and paper.

LaunchDevelopers4 sources

Claude Code 2.1.276 fixes 400 errors behind proxies

The patch resolves a 2.1.275 regression that made every request fail with a 400 "Input tag 'advisor_20260301'" error when ANTHROPIC_BASE_URL points at a proxy or gateway. It is the release's only CLI change.

LaunchDevelopers4 sources

Claude Code 2.1.275 adds send-now key and claude.ai skill sync

Claude Code v2.1.275 adds a send-now key (ctrl+enter or ctrl+x ctrl+s) that interrupts the current turn and sends all queued messages at once, plus syncing of skills and plugins enabled on your claude.ai account to terminal sessions.

LaunchDevelopers15 sources

Anthropic relaunches Claude Code Projects as parallel cloud agent threads

Projects in Claude Code is now one ongoing conversation where Claude scopes work, spins up parallel cloud sessions, and keeps running after you close your laptop. Beta opens to select Pro and Max subscribers on cloud sessions, expanding to all Pro, Max, Team, and Enterprise users later.

EventDevelopers1 source

JPMorgan sandboxes Claude Code in Devspace for engineers

JPMorgan is rolling out an environment called Devspace for some engineers using Claude Code, with a $2,000 monthly spending cap. Rather than letting the agent run directly on employee machines with credential access, it runs without standing access to internal systems.

LaunchDevelopers4 sources

Claude Code 2.1.274 ships critical-memory warning and MCP startup timeout

Claude Code 2.1.274 adds a visible warning when memory usage is critical and CLAUDE_CODE_MCP_STARTUP_WAIT_MS to bound how long the first non-interactive turn waits for MCP servers. Sessions stuck retrying "unexpected tool_use_id" 400 errors now self-heal or end with a /rewind hint.

LaunchDevelopers1 source

OpenSpec launches spec framework for coding agents

OpenSpec is a lightweight, configurable framework for writing software specs that keep teams and coding agents aligned. It ships slash commands (/opsx:explore, propose, apply, verify, archive) and lists compatibility with Claude Code, Codex, Cursor, GitHub Copilot, Gemini CLI and others.

LaunchDevelopers3 sources

Claude Code 2.1.273 adds LLM gateway request headers

Claude Code 2.1.273 adds x-claude-code-request-class, agent-type, prev-tool-durations, compaction and context-compacted request headers for LLM gateways, opt-in via CLAUDE_CODE_GATEWAY_HINT_HEADERS=1. Also adds MCP server disconnect notifications and session forking for remote-control sessions.

AnalysisDevelopers1 source

Cachebeat keeps Claude Code prompt cache warm during idle sessions

Cachebeat is a tool that pings idle Claude Code sessions so the prompt cache stays warm; letting a session lapse forces the next message to re-read the whole conversation uncached, potentially hundreds of thousands of tokens at full price. On Pro/Max plans that also consumes the 5-hour and weekly usage limits, not just API spend.

LaunchDevelopers4 sources

Claude Code 2.1.272 ships bug fixes and reliability improvements

The release is a maintenance update: CLI bug fixes and reliability improvements that reduce crashes and improve stability for common workflows. The prior 2.1.x build added fast mode in Remote sessions, mouse support in the /config panel, and per-command allowed_domains for sandboxed Bash, PowerShell and Monitor.

LaunchDevelopers4 sources

Claude Code 2.1.271 adds fast mode to Remote sessions

Release ships 96 CLI changes, including per-command allowed_domains that restrict Bash, PowerShell and Monitor auto-sandboxing to reviewed hosts. Also adds mouse support in the /config panel and an omitClaudeMd flag for subagents.

AnalysisDevelopers2 sources

Claude Code users complain it bakes rejected corrections into names

Two r/ClaudeAI threads describe Claude Code writing rejected changes into artifacts: a commit reading "Add retry logic (without exponential backoff)" and a PR titled "make a coffee(without ketchup)" after the user asked to remove ketchup. One user built a hook to strip the negated terms.

LaunchDevelopers1 source

Claude Code plugin adds arcade games above the prompt

A Reddit user built a Claude Code plugin with /dino, /shooter, /racer and /breakout games that render above the prompt during long turns. The games react to Claude's activity, with a passing test clearing the screen.

AnalysisDevelopers1 source

Anthropic: agentic coding drove 25x CI job growth in 6 months

Anthropic's CI job volume rose 25x in six months as engineers shipped 8x more code per quarter than in 2021-2025, with Claude authoring 80% of it. Tests grew 10x with only a nominal increase in engineers, forcing a redesign of its test impact analysis service.

How-ToDevelopers1 source

Developer shares curated Claude Code tips collection

A Reddit user compiled practical Claude Code tips into a GitHub repo, drawn from personal Obsidian notes. The collection is community-sourced rather than official Anthropic documentation.

AnalysisDevelopers1 source

Claude Code usage nerfed as user weighs Max 20x vs Codex 20x

A Reddit user reports their Claude Max 20x plan ends today amid a Claude Code usage nerf, and asks whether Codex 20x usage will now be far ahead. They are deciding whether to resubscribe to Max 20x or try Codex 20x for a month.

AnalysisDevelopers1 source

Creator automates ComfyUI ad pipeline via Claude Code and MCP

A Reddit user in Lima, Peru is driving an entire ComfyUI pipeline through Claude Code using MCP to generate local ad concepts, with Z-Image Turbo as the base reference model. The goal is a less "plasticky," more organic look.

AnalysisDevelopers1 source

Developer seeks local alternative to Claude Code harness

A LocalLLaMA user asks about migrating from Claude Code to a private local harness, saying they accept local models can't match "Fable's intelligence" but want to keep the workflow after a year of use.

AnalysisDevelopers1 source

Developer vibe-codes 5 iOS games with Claude Code

Reddit user reports building five iOS word-puzzle and casual 2D games using Claude Code, monetized with Google AdMob ads and App Store Optimization rather than subscriptions.

LaunchDevelopers1 source

AgentsDock launches IDE for agentic AI research

AgentsDock is a macOS 14+ desktop and mobile workspace that runs Claude Code, Codex, and Cursor side by side, with optional Tailscale and tmux support. It connects multiple servers — lab workstation, Mac mini, rented GPU box — and offers remote file editing and persistent terminal access.

AnalysisDevelopers1 source

Quartermaster plugin manages Claude Code setup and rules

Quartermaster installs codebase-mapper, builds the project map, adds starter live-rules, and picks stack plugins and permissions, with every install, file edit, and settings change awaiting user approval. It then watches sessions, proposes one change at a time, and rolls back changes that didn't help.

LaunchDevelopers4 sources

Claude Code 2.1.270 fixes git permission prompts

Patch 2.1.270 fixes a regression from 2.1.269 where read-only git commands in Bash unexpectedly asked for permission after long-running sessions. The prior 2.1.269 release added `claude plugin eval` for scored, reproducible plugin eval suites with JSON and HTML reports.

AnalysisDevelopers1 source

Reverse-engineering Claude Code Web's Firecracker MicroVM

A strace of PID 1 inside a Claude Code session revealed a Firecracker MicroVM (OEM ID FIRECK) with 4 vCPUs, 16GB RAM, 252GB disk and Linux 6.18.5. The unstripped Go binary exposed an undocumented Anthropic app-hosting platform, with no systemd, sshd or cron.

LaunchDevelopers7 sources

Anthropic adds plugin evals to Claude Code

The `claude plugin eval` command runs a plugin against realistic prompts, grades the output, then reruns each case without the plugin to show the difference. It ships with 6 grader types, a no-plugin baseline, and a CI gate for skills.

AnalysisDevelopers1 source

Boris Cherny: Claude-written production code needs a higher bar

Anthropic's Boris Cherny says production code written by Claude should meet a higher bar than human-written code, backed by lint rules, tests, Claude-driven end-to-end tests, daily Claude-powered fuzzers, and automated code and security reviews.

AnalysisDevelopers1 source

Git history visualizer replays repo commits as animation

A Reddit user built a tool with Claude Code that takes any public GitHub repo and animates its commit history, drawing the real commit graph rather than a contribution heatmap. Branches split at true ancestry points and merges scale to commit count.

LaunchDevelopers4 sources

Claude Code 2.1.268 ships 96 CLI changes, gateway pricing sync

Claude Code 2.1.268 adds gateway pricing so signed-in clients get matching rates in /cost and telemetry, plus a startup warning when access_control.allow_cidrs is empty. It also fixes HTTP 400 failures on third-party Anthropic-compatible endpoints and a WebFetch hang that now fails after 300 seconds.

EventBusiness1 source

T. Rowe Price expands Claude across investment research

Portfolio managers and analysts use Claude and Claude Cowork for fundamental research, while developers build investment tools with Claude Code. The rollout runs under the AI leadership model T. Rowe Price announced in August, with AI leaders embedded in Investments and Global Distribution.

LaunchDevelopers4 sources

Claude Code 2.1.267 adds maxEffortLevel cap and prompt snapshot toggle

Claude Code 2.1.267 ships 53 CLI changes, led by a maxEffortLevel setting that caps effort on every provider including Bedrock, Vertex and Foundry while still allowing users to pick a lower level. A new --system-prompt-snapshot off flag re-renders the system prompt on each request for prompt iteration.

LaunchDevelopers1 source

OtoDock: self-hosted company OS with Claude Code agents

OtoDock is a free, self-hosted multi-tenant company OS that integrates Claude Code and Codex agents into departments. Built by Dimitris, it combines Claude Code, Cowork, and cloud sessions into one application.

LaunchDevelopers1 source

Rooftop.chat: virtual lounge for vibecoders

A developer built Rooftop.chat, a virtual rooftop lounge for 'vibecoders' to hang out while Claude Code runs. The tool aims to reduce isolation from solo terminal work.

LaunchDevelopers4 sources

Claude Code 2.1.266 fixes gateway sign-in regression

Version 2.1.266 restores the undocumented CLAUDE_CODE_USE_GATEWAY variable to being ignored on its own, after 2.1.265 forced Cloud-gateway sign-in and broke requests for API-key, apiKeyHelper, and custom-auth setups. No configuration change is needed.