← AI PulseSep 3, 2026

Policy · news · Single-source brief

Claude Code Updates Include Diff Panel and Headless Session Commands

Recent updates to Claude Code introduce a diff panel for uncommitted changes, new commands for headless sessions, and fixes for file permission rules.

By Illumora Editorial

Source · Sep 3, 2026, 11:48 PM · On Illumora · Sep 3, 2026, 11:52 PM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Claude Code What's New + releases — Claude Code changelog - Claude Code Docs
Save

Claude Code has received several updates, including a new diff panel that operates alongside conversations in fullscreen mode. This panel displays uncommitted changes as Claude edits, and users can toggle it with the /diff command.

Key Points

  • A diff panel has been added to Claude Code, viewable in fullscreen mode, to show uncommitted changes during editing.
  • The /diff command toggles the visibility of the new diff panel.
  • A likely cause for prompt-cache misses, such as changes to tool definitions or the system prompt, or idle time past the TTL, is now indicated in /cost and the status line's prompt_cache field.
  • The /reload-plugins command has been added for headless sessions, appearing in the Claude Code Desktop and SDK command lists.
  • A text form of /advisor (/advisor, /advisor <model>, /advisor off) is now available for the desktop app, Remote Control, and other headless sessions.
  • Claude apps gateway now supports oidc.scope_on_refresh for Identity Providers that return an id_token on refresh only when openid is requested again.
  • Support for newer Claude Desktop keys, including userPluginMarketplacesEnabled and userPluginUploadsEnabled, has been added to desktop policy blocks via the Claude apps gateway.
  • Fixed issues where Edit / Write / Read permission rules with parentheses in their path were dropped or ignored by the Bash sandbox, leading to unintended writability of "read-only" folders.
  • Fixed a bug where a single file permission rule with an uncompilable pattern (e.g., an unclosed [) caused all file edits to fail with an "Invalid regular expression" error.

Context

According to the Claude Code changelog, these updates enhance the user experience by providing better visibility into code changes, improving debugging capabilities for prompt-cache issues, and expanding command availability in headless environments. The fixes address specific permission and regex parsing problems that previously affected file editing within the platform.

Why It Matters

These updates provide builders with more granular control and visibility within the Claude Code environment, particularly for those working with headless sessions or managing complex file permissions. The improvements aim to streamline development workflows and reduce unexpected errors related to caching and access controls.

What To Do

  • Note the new /diff command for tracking uncommitted changes during Claude's editing process.
  • Review the /cost output and prompt_cache field for new details on prompt-cache miss causes.
  • Test the /reload-plugins and /advisor commands in Claude Code Desktop or SDK headless sessions.
  • If managing Claude Desktop deployments, check the implications of userPluginMarketplacesEnabled and userPluginUploadsEnabled in desktop policy blocks.