The Claude Code Changelog
Jellypod
0
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.
Episódios
-
Claude Code Teams, Nested Skills, and Privacy Fixes 20.06.2026 3minThe 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 19.06.2026 2minIn 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 18.06.2026 3minWe 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 17.06.2026 2minThis 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 16.06.2026 4minWe 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 15.06.2026 3minClaude 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 14.06.2026 3minWe 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 13.06.2026 2minThis 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 12.06.2026 2minWe 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 11.06.2026 3minWe 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 10.06.2026 4minWe 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 09.06.2026 3minThis 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 08.06.2026 12minWe 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 07.06.2026 3minWe 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 06.06.2026 3minWe 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 05.06.2026 2minThis 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 04.06.2026 2minThis 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 03.06.2026 4minThis 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 02.06.2026 2minWe 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 01.06.2026 3minWe 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.
Popular em
Este podcast também aparece nas paradas de podcasts destes países.