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.
Bölümler
-
Claude Code Fixes Cache Wipes and Adds Terminal Spellcheck 19.08.2026 3dkWe break down Claude Code’s latest update, including a critical fix for prompt cache wipes caused by LSP reconnects, plus new terminal spellcheck support using local tools like aspell and hunspell. The episode also covers safer grep behavior, faster background cloud tasks, and a handful of quality-of-life permission and agent handling fixes. -
Claude Code 2.1.234: Mid-Turn Controls and Security Fixes 18.08.2026 3dkThis episode breaks down Claude Code 2.1.234’s biggest upgrades, including mid-turn directory changes, on-demand documentation loading, and auto-resume for daily limits. It also covers a critical Windows path security fix and the guardrails that keep TUI mode changes locked down when tool restrictions are in place. -
Claude Code Plugin Installs, Governance, and Security Fixes 17.08.2026 3dkThis episode covers fixes for stale plugin install caches, cleaner marketplace governance settings, and new validation tools for local SKILL.md files. It also dives into concurrency bug fixes and an important sandbox hardening change that prevents workspace-level config from hijacking ripgrep binaries. -
Restore Claude Code Todo Tools After the 2.1.233 Update 16.08.2026 2dkAnthropic’s latest Claude Code update disables built-in todo and task tools on newer models by default, breaking workflows that depend on structured task tracking. The hosts explain how to restore them with an environment variable, plus cover new FinOps gateway settings and a Windows security fix. -
Claude Code 2.1.233: Memory Caps for Runaway Builds 15.08.2026 2dkThis episode breaks down Claude Code 2.1.233’s new opt-in Linux memory cgroup support for Bash tool commands, showing how it can stop runaway builds and leaking processes from taking down your whole dev machine. It also covers GitLab Merge Request worktree support, web cache tuning, and plugin validation improvements. Show Notes claude-code/CHANGELOG.md at main: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md -
Claude Code 2.1.232: Forked Subagents and Session Messaging 14.08.2026 2dkThis episode covers the latest Claude Code 2.1.232 updates, including forked subagents inheriting full conversation context, background execution for interactive agents, and direct session messaging. It also touches on GitLab secret redaction, clipboard image fixes, async code review, and a key tip for keeping parent transcripts lean to avoid heavy token overhead. -
Claude Code 2.1.229: Cache Staggering, Guardrails, and UI Upgrades 13.08.2026 2dkWe break down how Claude Code 2.1.229 reduces duplicate token spend by staggering parallel subagent fan-outs so prompt caches can warm up, plus how to disable the delay for local benchmarking. The episode also covers new guardrails for commit push PR workflows and quality-of-life updates like remote session continue, resizable side panels, and VS Code session grouping. Show Notes claude-code/CHANGELOG.md at main: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md -
Claude Code v2.1.228 Fixes a Cross-Session Security Hole 12.08.2026 3dkThis episode breaks down a security fix in Claude Code v2.1.228 that holds cross-session messages for approval before they can reach elevated terminals. It also covers the new dialogExpiry setting for headless workflows, plus quality-of-life updates to Write tool behavior and sandboxing for synced skills. Show Notes claude-code/CHANGELOG.md at main: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md -
Bypass Bedrock Bottlenecks with ANTHROPIC_BEDROCK_REGION_PREFIX 11.08.2026 2dkThis episode explains how ANTHROPIC_BEDROCK_REGION_PREFIX can reroute Claude Code requests through cross-region Bedrock inference profiles to avoid AWS us-east-1 bottlenecks and 429 rate limits. It also covers IAM permission requirements, GovCloud behavior, and the latest quality-of-life updates in recent Claude Code releases. Show Notes ANTHROPIC_BEDROCK_REGI...: https://claude-code-log.com/reference/settings/anthropic-bedrock-region-prefix -
Claude Code Goes Self-Hosted 10.08.2026 2dkWe break down Anthropic’s new claude self hosted runner for Team and Enterprise users, showing how it lets Claude Code sessions run inside your own secure infrastructure instead of the cloud. The episode also covers the latest fail-fast permission checks, clearer spend-limit warnings, workspace trust prompts, and Remote Control improvements for attached images. Show Notes Claude Code Updates by Anthropic - August 2026: https://releasebot.io/updates/anthropic/claude-code -
Claude Code Adds Secure ZIP Plugin Installs 09.08.2026 3dkClaude Code 2.1.224 adds archive-based plugin installs, letting teams load plugins directly from HTTPS ZIP files without git or npm on locked-down systems. The episode also covers SHA-256 pinning, ZIP structure requirements, and other enterprise-friendly updates like Bedrock region settings and clearer spend-limit alerts. -
Claude Code 2.1.225: Proactive Agent Messaging 08.08.2026 3dkThis episode breaks down new proactive messaging for remote Claude Code agents, letting you start conversations across machines with SendMessage and ListAgents. It also covers clearer enterprise gateway warnings, auto mode safety fixes, and the trust prompts that protect background agent workflows. Show Notes Claude Code changelog - Claude Code Docs: https://code.claude.com/docs/en/changelog -
Claude Code Sessions Can Message Each Other 07.08.2026 3dkThis episode explores how Claude Code sessions can message each other across terminals using ListAgents and SendMessage, making multi-repo workflows and handoffs far smoother. It also covers the security controls, new archive plugin installs, self-hosted runners, the lifted subagent cap, and a sandbox fix for deny-rule bypasses. Show Notes Claude Code Updates by Anthropic - August 2026: https://releasebot.io/updates/anthropic/claude-code Claude Code v2.1.224 Major Updates - Self-Hosted ...: https://dev.classmethod.jp/en/articles/20260807-cc-updates-v2-1-224/ -
Claude Code 2.1.223: Context Limits and Security Fixes 06.08.2026 3dkWe unpack the latest Claude Code update, from automatic compaction for 1M-context models and clearer startup warnings to new safeguards for background agents and custom model gateways. The episode also covers a critical security fix for hidden Unicode Bash prompt attacks, plus workflow polish like a permanent slash review alias and persistent effort settings. Show Notes Claude Code changelog - Claude Code Docs: https://code.claude.com/docs/en/changelog -
Claude Code Patch Fixes Worktree Security Flaws 05.08.2026 2dkThis episode covers critical Claude Code security fixes, including tighter isolation for worktree subagents, stricter controls on repo-local settings, and global-only activation for Remote Control. It also touches on a token tracking bug and a SendMessage crash fix for smoother multi-agent workflows. Show Notes Claude Code changelog - Claude Code Docs: https://code.claude.com/docs/en/changelog -
Claude Code Mode Mask Protects Secrets in Sandboxes 04.08.2026 2dkThis episode dives into Claude Code’s new mode mask security feature, which protects secrets in sandboxed builds by using dummy credential files and proxying real values only on network egress. It also covers practical release upgrades like VS Code Focus View, automatic Git worktrees for forked sessions, and clearer slash status reporting. -
Claude Code Shell Fixes for MCP Login and Automation 03.08.2026 2dkThis episode covers new Claude Code shell improvements for automating MCP server authentication from the command line, including claude mcp login and logout. It also explores bash command response control, sandbox credential protections, remote dev box OAuth forwarding, and session recovery with rewind. -
Classifier-Driven Auto Mode Cuts Permission Fatigue 02.08.2026 2dkThis episode explores how classifier-driven auto mode reduces permission fatigue by handling ambiguous Bash actions contextually, while hard deny rules still enforce non-negotiable boundaries. It also covers the reset command, minor latency caveats, friendlier boolean parsing, and clickable PR links in the terminal footer. Show Notes Week 19 · May 4–8, 2026 - Claude Code Docs: https://code.claude.com/docs/en/whats-new/2026-w19 -
Claude Code’s New Auto-Backgrounding and Workflow Upgrades 01.08.2026 3dkWe break down Claude Code’s new automatic MCP backgrounding for long-running tool calls, including the default 120,000 ms threshold, how to customize it with CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS, and how setting it to 0 keeps workflows synchronous. The episode also covers handy quality-of-life updates like vim escape remaps, hidden working directories in startup banners, and live elapsed-time counters for active tool calls. Show Notes Week 29 · July 13–17, 2026 - Claude Code Docs: https://code.claude.com/docs/en/whats-new/2026-w29 -
Securing Claude Code with a Process Wrapper 31.07.2026 3dkThis episode breaks down how Claude Code’s process wrapper can keep enterprise AI tooling inside corporate security and telemetry controls, from launcher scripts and audit logging to avoiding runaway background daemons. It also covers practical gotchas like recursion loops, file permissions, VS Code spawning behavior, and a few handy updates such as Vim remaps and clearer MCP server errors. Show Notes Claude Code changelog - Claude Code Docs: https://code.claude.com/docs/en/changelog
Şurada popüler
Bu podcast şu ülkelerin podcast listelerinde de yer alıyor.