← AI PulseAug 28, 2026

Wire · news · Multi-source brief

Claude Code Updates Include Restricted Mode and Cache TTL

Recent updates to Claude Code introduce a restricted mode for tool usage, an experimental prompt cache time-to-live setting, and new options for self-hosted runners.

By Illumora Editorial

Source · Aug 28, 2026, 12:49 AM · On Illumora · Aug 28, 2026, 12:52 AM

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

Synthesized from multiple allowlisted primaries on the same event. 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 updates that include new features, improvements, and bug fixes. These changes enhance control over tool execution, introduce caching mechanisms, and provide more flexibility for self-hosted environments.

Key Points

  • A --restricted flag (or CLAUDE_CODE_RESTRICTED=1) has been added to remove built-in tools that run commands or code and WebFetch, unless specifically named in --tools.
  • The restricted mode keeps file tools within the working directory, refuses bypassPermissions, and ignores user, project, and local settings files.
  • An experimental.cacheTtl setting (e.g., "5m" or "1h") is now available in agent frontmatter for a per-agent prompt cache TTL, used when no subagent TTL is configured.
  • claude self-hosted-runner --client-label <label> (or SELF_HOSTED_RUNNER_CLIENT_LABEL) allows overriding the label a runner registers with, defaulting to the hostname.
  • Server-managed settings diagnostics now include a startup warning for settings load failures and /doctor and /status lines explaining load issues or why settings were not fetched.
  • A warning in /web-setup indicates when the GitHub CLI token lacks the workflow scope.
  • /usage-credits is available for Enterprise organizations billed via AWS Marketplace, self-serve Enterprise, and Enterprise trials, allowing members to request higher usage limits from administrators.

Context

According to the Claude Code changelog, these updates aim to provide users with more granular control over the environment and improve diagnostic capabilities. The documentation index can be fetched at /docs/llms.txt to discover all available pages before further exploration.

Why It Matters

These updates offer builders enhanced security controls through the restricted mode, improved performance via prompt caching, and better manageability for self-hosted deployments. The new diagnostic and usage credit features also streamline operational aspects for enterprise users.

What To Do

  • Review the --restricted flag documentation to understand its implications for tool usage and permissions.
  • Experiment with the experimental.cacheTtl setting in agent frontmatter to optimize prompt caching for specific agents.
  • Note the new claude self-hosted-runner --client-label option for custom labeling of self-hosted runners.
  • Check the /doctor and /status endpoints for server-managed settings diagnostics if encountering load failures.