
Hosted by Jellypod, Inc. · EN

We 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 NotesClaude Code changelog - Claude Code Docs: https://code.claude.com/docs/en/changelog

This 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 NotesClaude Code changelog - Claude Code Docs: https://code.claude.com/docs/en/changelog

This 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.

This 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.

This 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 NotesWeek 19 · May 4–8, 2026 - Claude Code Docs: https://code.claude.com/docs/en/whats-new/2026-w19

We 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 NotesWeek 29 · July 13–17, 2026 - Claude Code Docs: https://code.claude.com/docs/en/whats-new/2026-w29

This 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 NotesClaude Code changelog - Claude Code Docs: https://code.claude.com/docs/en/changelog

This episode breaks down a Windows bug in Claude Code where unescaped backslashes in file paths triggered Unicode parsing errors, causing crashes and garbled folder names. It also covers recent Windows-focused fixes, including safer Git Bash path handling and a PowerShell permission patch, with a reminder to update to the latest release.

We break down how Claude Code v2.1.219 finally exposes nested subagent activity in headless mode, making it easier to debug streaming text, thinking blocks, and tool events in real time. The episode also covers new JSON fields, MCP init error reporting, and practical guardrails for keeping parser pipelines fast and costs under control.

This episode explores how Claude Code’s DirectoryAdded hook helps monorepos dynamically load the right environment for newly registered subdirectories, avoiding toolchain mix-ups like using npm in a bun workspace. It also covers workspace trust, hook exit codes, and a few quality-of-life fixes in the latest release.