← AI PulseAug 7, 2026

Wire · news · Single-source brief

Claude Code Introduces Self-Hosted Environments and Enhanced Plugin Management

Claude Code has introduced self-hosted runner environments for Team and Enterprise plans, allowing users to run web, mobile, and desktop sessions on their own machines or containers.

By Illumora Editorial

Source · Aug 7, 2026, 4:00 AM · On Illumora · Aug 7, 2026, 4:02 AM

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 updated its platform, adding self-hosted environments for Team and Enterprise plans. This feature allows users to run Claude Code web, mobile, and desktop sessions directly on their own machines or containers.

Key Points

  • Claude Code now supports self-hosted environments via claude self-hosted-runner for Team and Enterprise plans.
  • Users can install plugins from a zip file over HTTPS using the new archive plugin source, with optional SHA-256 pinning.
  • A cancel-and-confirm step has been added for removing unavailable paste changes that alter a command's text.
  • The ANTHROPIC_BEDROCK_REGION_PREFIX environment variable allows Bedrock to prioritize a specific cross-region inference profile over the AWS_REGION-derived one.
  • New crossSessionInbound and dialogExpiry settings manage cross-session messages, holding those sent to sessions with bypassed permissions for approval.
  • Sandbox credential-masking options include extract, onExtractNoMatch, decode: "jwt" with maskClaims, and awsPairs / sigv4 for AWS SigV4 re-signing.
  • Claude Code sessions can now message each other across machines, with ListAgents available for discovery.

Context

According to the Claude Code changelog, these updates aim to provide more control over execution environments and enhance security and interoperability features. The introduction of self-hosted runners allows organizations to maintain their computational resources while utilizing Claude Code's capabilities.

Why It Matters

These updates offer builders greater flexibility in deploying and managing Claude Code sessions, particularly for organizations with specific security or infrastructure requirements. The new plugin installation method and credential masking options can streamline development workflows and improve data protection.

What To Do

  • For Team and Enterprise users, investigate the claude self-hosted-runner to deploy Claude Code sessions on internal infrastructure.
  • Explore the new archive plugin source for installing plugins from zip files, noting the SHA-256 pinning option for enhanced security.
  • Review the crossSessionInbound and dialogExpiry settings to manage message handling between Claude Code sessions.
  • Examine the sandbox credential-masking options, including decode: "jwt" and awsPairs / sigv4, if working with sensitive credentials or AWS SigV4.