
The Claude Code Changelog
This unofficial podcast, hosted by Lachlan and James and powered by Jellypod AI, helps listeners stay up to date with everything Anthropic ships to Claude. Each episode highlights what changed, how to use it, and why it matters. It covers product updates, new workflows, and more from the Claude Code changelog.
Episodes
Claude Code v2.1.199 Fixes Stream Loss and TLS Hiccups
This episode covers Claude Code v2.1.199’s resilience upgrades, including preserved partial outputs after interrupted streams, higher retry limits for long-running agents, and a stabilized Linux daemon loop.
It also digs into smarter SSL proxy diagnostics, the NODE_EXTRA_CA_CERTS fix for corporate TLS setups, and smoother chaining of slash commands.
Claude Code v2.1.198: Background Agents Go Fully Hands-Off
Claude Code’s latest release brings isolated git worktrees, automated commits, pushed changes, and draft PR creation to background agents so they can run without constant supervision. The episode also covers notification hooks, environment variable gotchas, automatic AWS token refresh, and improved retry handling for flaky network errors.
Claude Code v2.1.197: Sonnet 5 and the Million-Token Trap
This episode breaks down Claude Code v2.1.197, where Sonnet 5 becomes the default and a native 1M-token context window opens up new possibilities for giant repos and agentic workflows.
We also cover the practical gotchas: prompt caching costs, cache-busting root config changes, recursive bash loops, and the latest quality-of-life fixes like clickable file paths, disabled mouse hijacking, and the
Claude Code v2.1.196: Fixing RCE, Restoring 1M Tokens
We break down the security fix that pauses untrusted MCP servers with a new pending approval state, preventing auto-approved local code execution in cloned repos. Plus, a hidden bug that halves the auto-compact window, how to restore your full 1M-token context, and other quality-of-life updates and Linux regressions.
Claude Code Adds Agentic Bash Command Loops
This episode breaks down Claude Code’s new bash-command behavior, where failed terminal commands can automatically trigger a debugging loop, plus how to disable it when you want more control.
We also cover workflow filtering, the new Skills section in /plugin, and a handy setting to stop terminal mouse clicks from hijacking your cursor.
Claude Code Fixes Background Daemons and RAM Hogs
This episode covers Claude Code’s new safeguards for unstable background daemons, including self-healing control sockets and automatic memory-pressure reaping in recent releases. It also explains how to opt out for long-lived local services and spotlights a small bash-mode shortcut for faster file path completion.
Claude Code v2.1.195: Exact-Match Hooks and Mouse Click Fixes
This episode breaks down Claude Code v2.1.195, including the shift from loose substring matching to exact-match security hooks for hyphenated MCP tools and the new wildcard syntax needed for multi-tool servers. It also covers the CLAUDE_CODE_DISABLE_MOUSE_CLICKS setting, plus smaller fixes for voice dictation and remote connections.
Claude Code v2.1.193: Telemetry, Security, and Shell Fixes
We break down the latest Claude Code update, including the new OpenTelemetry assistant response logging, the environment variable gotcha that can mirror user prompt settings, and the security boost from forcing every shell command through classification.
Plus, a few quality-of-life improvements like file path autocomplete in interactive bash, and the new background shell reaping controls for keep
Claude Code v2.1.191: Rewind, Rollbacks, and Faster Terminals
This episode explores Claude Code’s new /rewind feature for restoring code and conversation context after a /clear, plus the important limits of what it can and can’t undo.
It also covers the release’s performance and usability upgrades, including a major CPU reduction in terminal streaming, smoother output handling, scroll-jump fixes, and more reliable background agent stops.
Claude Code Hardens Local Sandboxes and Remote Calls
This episode digs into Claude Code v2.1.187’s new sandbox.credentials setting, which blocks sandboxed access to local secrets like SSH keys, AWS files, and .env data while pushing workflows toward explicit, least-privilege access. It also covers the new five-minute timeout for remote tool calls and the MCP CLI login/logout commands that make secure remote integrations much easier to manage.
Headless Claude Code Auth and Safe Bash Automation
We break down how Claude Code handles MCP authentication on headless machines with no-browser login, making it much easier to use on remote servers and containers. The episode also explores its automatic shell execution safeguards and the clever iTerm2 Teammate Mode that keeps terminal workflows organized.
Stop Claude Code Push Spam with Presence Files
Learn how Claude Code’s CLAUDE_CLIENT_PRESENCE_FILE can quiet mobile notifications when you’re already at your desk, using lightweight screen-lock automation on macOS or Linux. The episode also covers faster startup with Bun 1.4, smoother line-by-line streaming, and handy inline config overrides.
Claude Code Fixes Premature Retries and Auto Mode Risks
This episode covers the latest Claude Code updates, including a longer stream-stall window that prevents premature retries and a friendlier waiting status for long-thinking tasks. It also highlights new Auto Mode safeguards that block destructive commands, plus a handy slash-config help command for easier setup.
Claude Code Teams, Nested Skills, and Privacy Fixes
The hosts explore Anthropic’s latest Claude Code CLI updates, including experimental agent teams, automatic nested skill discovery in monorepos, and cleaner sub-agent orchestration. They also cover the new /config workflow and a crucial privacy setting to remove tracking URLs from automated git commits.
Claude Code 2.1.183 Adds Guardrails for Rogue Commands
In this episode, Lachlan and James break down Claude Code 2.1.183 and its new protections against destructive Git, AWS, and Terraform commands in Auto Mode. They also cover the new attribution.sessionUrl option for cleaner commits and PRs, plus improved keyboard navigation in the config menu.
Claude Code 2.1.181 Adds Live /config Tweaks
We break down Claude Code’s latest release, including the new on-the-fly /config key=value command, faster mid-session tuning, and remote control support. The episode also covers mobile notification syncing with CLAUDE_CLIENT_PRESENCE_FILE and the new macOS sandbox option for Apple Events automation.
Claude Code v2.1.179 Fixes Drops, Globs, and WSL2
This episode covers Claude Code v2.1.179, including better handling of dropped socket connections, smarter sandbox glob processing, and reduced prompt bloat for large repositories.
We also dig into quality-of-life fixes for WSL2 scrolling and faster remote plugin startup over SSH.
Claude Code v2.1.178: Parameter-Matched Permissions
We break down Claude Code v2.1.178’s new fine-grained permission system, including tool parameter matching like Tool(param:value) for blocking costly or risky actions before they run.
We also cover smarter nested skill resolution, the new purple workflow indicator, improved /doctor diagnostics, and the stricter /bug submission flow.
Lock Down Claude Code Access with v2.1.176
Claude Code v2.1.176 tightens file access controls with corrected path specifiers, making rules like deny, ask, and allow work properly for sensitive files such as .ssh and .env. The hosts also cover handy tmux and SSH quality-of-life fixes, plus why this update is a must for safer terminal workflows.
Claude Code’s Hidden Footer Links and QoL Upgrades
We dig into undocumented gems in Claude Code v2.1.176, including footerLinksRegexes for clickable terminal badges, plus new quality-of-life tweaks like smoother scrolling controls and localized session titles.
We also cover the improved AWS Bedrock credential caching that finally respects real token expiration for longer, less annoying dev sessions.
Claude Code v2.1.176 Fixes Hook Matching and Bedrock Caching
This episode breaks down Claude Code v2.1.176, including more reliable hook path matching for safer tool access, plus session title language matching that follows your conversation language.
It also covers improved AWS Bedrock credential caching, making enterprise workflows smoother by reducing premature session interruptions.
Claude Code 2.1.174: Token Tracking and Model Guardrails
We break down the revamped /usage command in Claude Code v2.1.174, including detailed token attribution across skills, plugins, subagents, and cache misses. Then we cover v2.1.175’s enforceAvailableModels setting for tighter enterprise model control, plus a few handy terminal and exit-time fixes.
Claude Code’s 5-Level Agent Trees and Fable 5
We unpack Anthropic’s latest Claude Code update, where sub-agents can recursively spawn deeper agents, backed by a massive one-million-token context window. The conversation also covers token compaction, the new /plugin search bar, AWS Bedrock region fallback, and the risks of letting terminal automation grow into a full recursive agent tree.
Headless Claude Code: Agents, JSON Alerts, and Sandbox Locks
We dig into Claude Code v2.1.169’s new background-agent controls, including --json, --all, and the waitingFor field for spotting blocked automations. The discussion also covers enterprise hardening with CLAUDE_CODE_DISABLE_BUNDLED_SKILLS and the trade-offs between tighter security and losing built-in capabilities.
Claude Code v2.1.169: /cd, Safe Mode, and Faster Debugging
This episode covers the latest Claude Code update, including the new /cd command for switching directories without losing prompt cache and the safe mode option for isolating bugs caused by local plugins, rules, and hooks.
It also touches on macOS rendering improvements, a Windows claude -p hang fix, and enterprise support for OpenTelemetry client certificates.
Claude Code Gets Version Gating for Enterprise Teams
We break down Anthropic’s new managed configuration scopes for Claude Code, including system-level version limits that keep teams on approved builds. Plus, we cover update UX improvements and safer slash-command autocomplete in the terminal.
Claude Code Hooks Let Agents Fix Their Own Failures
We break down Claude Code 2.1.163’s new hook behavior, where failed Stop and SubagentStop validations can feed compiler or linter output back into Claude for a self-correcting loop. The episode also covers new plugin list filters and a handy /btw clipboard shortcut for faster terminal workflows.
Claude Code Gets Fallback Models and Safer Defaults
We break down Anthropic’s latest Claude Code updates, including ordered fallback models for handling rate limits, new controls for disabling thinking tokens, and stronger permission prompts around sensitive system files.
Also covered: the handy /btw clipboard command and why these small workflow improvements make agentic terminal work smoother and safer.
Claude Code v2.1.163: Hooks, TMPDIR, and Session Fixes
This update covers smarter lifecycle hooks that can return structured context directly to the model, making stop-phase workflows cleaner for testing and automation. It also fixes temporary directory handling for local builds and improves session ID propagation for stdio MCP servers when using resume and continue flows.
v2.1.162 Tightens WebFetch Security and Slash Command UX
This episode covers the latest v2.1.162 update, where WebFetch now honors explicit allowlists and blocklists over built-in domain rules for stronger control. It also highlights safer slash command autocomplete, read-only config fallbacks for containers, and the new waitingFor JSON key for better agent automation.
Claude Code v2.1.161: Fault-Tolerant Parallel Runs and OTEL Telemetry
This episode breaks down Claude Code v2.1.161’s new fault-tolerant parallel execution, where one failed tool call no longer kills the whole batch. The hosts also cover OpenTelemetry resource tagging, secret redaction in MCP listings, and improved terminal rendering in VS Code with the new /terminal-setup command.
Claude Code v2.1.160 Locks Down Shell Files
We break down the new permission safeguards in Claude Code v2.1.160, including explicit consent for writes to critical shell and config files like .npmrc and .zshenv. The episode also covers the faster read-before-edit check, token-saving grep behavior, and the rename of the dynamic workflow trigger to ultracode.
Claude Code v2.1.154: Dynamic Workflows and 16-Agent Parallelism
We break down Claude Code’s new Dynamic Workflows system, where a local JavaScript orchestrator replaces context-heavy multi-agent prompting for faster, cleaner execution. The episode also covers 16-agent parallel runs, the 1,000-invocation safety cap, Opus 4.8’s high-effort default, and the deprecation of the old fast-mode override in favor of /model and /fast commands.
Claude Code Auto Mode Hits Enterprise Clouds
We break down Claude Code 2.1.158’s new Auto Mode support for Bedrock, Vertex AI, and Palantir Foundry, and what it means for developers working inside tightly controlled enterprise environments.
Plus: the new OpenTelemetry audit flag, full autonomous write-run-correct loops, and the fix for stubborn Git worktree locks.
Claude Code’s Local Skills: Speed vs Security
We break down Claude Code v2.1.157’s local .claude/skills workflow, where executable scripts can be loaded straight from a developer’s machine for instant tool creation and hot reloading. The conversation also digs into the security risks of committing custom plugins to source control, including the possibility of arbitrary code execution.
Claude Code Adds Auto-Fix and Simplify Cleanup
We dig into Claude Code’s new /code-review --fix workflow, which can edit files directly instead of just leaving comments, and the revamped /simplify pass for trimming dead code and redundant structure. The episode also covers safer usage tips, from keeping a clean git tree to reviewing diffs, plus the new skipLfs option for speeding up large repos.
Claude Code 2.1.153 Fixes Gateway Leak and Tightens MCP
We break down a critical credential leak in custom API gateways, where Claude Code mistakenly sent primary Anthropic OAuth credentials to the wrong place. The episode also covers faster git and GitHub plugin loading with skipLfs, plus new safeguards for subagent MCP configs to prevent privilege escalation.
Claude Code Fixes a 10GB MCP Leak and a Sneaky Resume Bug
This episode digs into the v2.1.132 Claude Code update, including a stdio MCP memory leak that could balloon long sessions past 10GB, plus the practical differences between stdio and HTTP transport. It also covers new session-aware Bash env vars, a terminal escape hatch for alternate screen mode, and a permission-mode bug that could quietly override your intent when resuming plan-mode sessions.
Claude Code 2.1.129 Turns Plugins Into Shareable Artifacts
This episode breaks down how Claude Code v2.1.129 changes plugin loading with URL-based zip installs, moving plugins from local setup to a true distribution model. It also explores the new experimental themes and monitors fields, and the security tradeoffs that come with treating plugins like packaged software.
Claude Code Fixes a Silent Worktree Bug
This episode breaks down a subtle Git behavior in Claude Code v2.1.128 where new worktrees now branch from local HEAD instead of origin/default-branch, preventing unpushed commits from being skipped. It also covers related reliability improvements, including OTEL isolation for subprocesses and better handling of parallel tool calls.
Claude Ultrareview Turns AI Feedback Into a Merge Gate
This episode explores how Claude Code’s `ultrareview` command uses exit codes, streamed output, and PR targeting to make AI review behave like a real CI check. It also digs into the multi-agent verification model, cost tradeoffs, and the network constraints teams need to consider before wiring it into GitHub Actions.
Anthropic’s xhigh: Claude Code’s New Default Gear
We break down Anthropic’s new xhigh effort level for Claude Code on Opus 4.7, why it now defaults for Max subscribers, and how the new slider and config flow make it easier to use.
The discussion also covers when deeper reasoning is worth the extra latency and cost, plus how to spot the tasks where xhigh really pays off.
Claude Code v2.1.126 Finally Trusts Your Model Gateway
Claude Code now asks your configured ANTHROPIC_BASE_URL for /v1/models, so the model picker reflects the IDs your gateway actually exposes instead of a hardcoded Anthropic-only list. The episode breaks down why that matters for LiteLLM, Bedrock, and other proxies, plus the catch: the backend still has to return truthful model names or the client will pass them through verbatim.
Claude Code Gets a Clean Purge and Safer OAuth Login
We break down the new claude project purge command, which wipes stale transcripts, tasks, file history, and project config so broken project state can be reset cleanly. The episode also covers the expanded behavior of --dangerously-skip-permissions, the new direct OAuth code paste flow for login failures, and a subtle policy bug fix affecting Claude Code memory.
Claude Code’s Hidden Bedrock Cost Lever
April 29, 2026 brought a small Claude Code update with big budget implications: the new ANTHROPIC_BEDROCK_SERVICE_TIER setting lets Bedrock users choose default, flex, or priority and sends that choice as the X-Amzn-Bedrock-Service-Tier header. The episode breaks down when each tier makes sense, why latency and throughput guarantees matter, and how to avoid overpaying for interactive and batch wor
Claude Code v2.1.121: Instant MCP Tools and Tool-Output Hooks
This episode digs into two major v2.1.121 changes in Claude Code: the alwaysLoad flag for loading selected MCP server tools at session start, and a widened PostToolUse hook that can rewrite outputs from built-in tools like bash and file reads. It also covers the practical tradeoffs around context, trust boundaries, and the release’s memory leak fixes.
Claude Code Ultrareview Goes CI-Native
We break down how ultrareview moved from an interactive slash command to a real CLI that can run in scripts, Make targets, and GitHub Actions as a potential build gate. The episode also covers JSON output for automation, the trust and latency tradeoffs of model-based PR checks, plus smaller quality-of-life updates like PowerShell fallback on Windows and better GitHub attribution.
Claude Code Goes Beyond GitHub
This episode breaks down Claude Code v2.1.119’s expanded support for GitLab, Bitbucket, and GitHub Enterprise PRs, plus the value of loading full diff, commit, and description context automatically. It also covers smarter PR link handling, configurable review URL templates, and a small privacy win for demos with hidden working directories.
Claude Code’s 1-Hour Prompt Cache Upgrade
Claude Code v2.1.108 extends prompt caching from 5 minutes to 1 hour, making long system prompts and big repo contexts stay warm through real work sessions instead of expiring during normal breaks. The episode also covers the `DISABLE_TELEMETRY` bug fix, the optional 5-minute fallback, deprecated Bedrock compatibility, and why any prefix change still invalidates the cache immediately.
When /config Became Real Config in Claude Code
The hosts unpack how Claude Code 2.1.119 moved /config changes into ~/.claude/settings.json, making theme, editor mode, and verbose output persist across restarts. They also break down the config hierarchy across user, project, and managed policy scopes, plus what teams should audit after upgrading.
Claude Code Hooks Now Call MCP Tools Directly
This episode explores how Claude Code 2.1.118 and 2.1.119 turn hooks into first-class automation, letting PostToolUse events call MCP tools like Slack without wrapper scripts or brittle bash glue. It also digs into duration_ms as a clean timing signal for smarter logging, alerts, and workflow routing.
Claude’s Weird Week and Opus 4.7’s API Trapdoors
This episode digs into Anthropic’s postmortem on Claude’s silent output corruption, from misrouted traffic to TPU/compiler bugs that caused garbled or truncated responses for a significant share of users. It also covers Opus 4.7’s breaking API changes, including hard failures on familiar generation settings and a new tokenizer that can quietly raise token costs.
Claude Code Fixes a 5x Context Window Bug
This episode breaks down a compaction bug that made Claude Code treat Opus 4.7 like it had a 200K-token limit instead of 1M, causing long coding sessions to summarize far too early. It also covers the new default high effort setting for Pro and Max users on Opus 4.6 and Sonnet 4.6, and what that means for reasoning quality and token usage.
Claude Code 2.1.116: Faster Resume, Safer rm Rules
This episode breaks down Claude Code 2.1.116’s biggest changes: a much faster /resume flow for huge sessions, plus a critical safety fix that stops broad auto-allow rules from bypassing dangerous-path checks.
We also cover hook behavior in --agent mode, MCP startup improvements, and a new GitHub rate-limit hint that makes automation feel less flaky.
Claude Code Adds xhigh: The New Middle Gear for Devs
The hosts dig into Claude Code 2.1.111’s new xhigh effort tier for Opus 4.7, explaining how it fills the gap between high and max for tougher coding and reasoning tasks. They also cover the redesigned /effort control, safe fallback behavior in mixed-model workflows, and the removal of the old auto-mode flag.
Cloud Code Review, Reproduced and Verified
The hosts unpack a cloud-based multi-agent code review command that runs in the background, checks either your current branch or a GitHub PR, and returns only independently reproduced findings. They also dig into why the feature feels more trustworthy than a single AI pass, plus the practical details of diffstat previews, faster launch checks, and how to avoid wasting review runs.
Claude Code 2.1.113: Faster Launches, Safer Bash Rules
This episode breaks down a small-looking Claude Code update that swaps in a native binary for faster cold starts and a leaner CLI, especially in CI. It also digs into important Bash rule fixes, including a simple env bypass, dangerous find -exec/find -delete approvals, and tighter handling of macOS private paths.
Claude Code Routines: Cloud Jobs, GitHub Triggers, Human Review
We break down Anthropic’s Claude Code Routines research preview, where jobs run in the cloud so your laptop can sleep, and explore the three ways to trigger them: schedules, API calls, and GitHub events.
We also dig into the safety model behind the feature, from claude/ branches and repo scoping to the shift from autonomous execution to human review.
Claude Code 2.1.110: No More Flicker, Better Focus, Safer Edits
This episode digs into the latest Claude Code 2.1.110 improvements, including the new fullscreen TUI that stops terminal flicker without restarting your session and the cleaner split between /focus and Ctrl+O.
It also covers practical upgrades like disabled auto-scroll, editor context injection, and important hardening changes that make long-running workflows and file handling more reliable.
Claude Code 2.1.108: Smarter Prompt Caching and Session Recaps
This episode breaks down Claude Code 2.1.108’s new prompt-caching options, including the tradeoff between longer-lived session continuity and short-lived cache turnover for testing. It also covers the new /recap workflow and background session summaries that make it easier to jump back into long-running coding work.
Claude Code Changelog, Decoded
Get a plain-English take on the latest Claude Code updates, with a focus on what changed, who it helps, and whether it actually matters. We separate the useful workflow tweaks from the noise so you can decide what to try, test, or ignore.
Recommended

Conspiracy Files with Paige Carter

This Past Weekend w/ Theo Von

The Theory of Psychoanalysis - Carl Jung

A Life Engineered

پادکست بهزاد بلور | Behzad Bolour's Podcast

The Rabbit Hole: Conspiracy Theories

The Swerve Podcast: Obscure Topics | Conspiracy Theories

The Bread and Banter Podcast

The Conspiracy Podcast

Cult of Conspiracy

Dispatches from Reality

The Conspiracy Files