← Back to all entries
2026-08-22 🧭 Daily News

Agent Stack GA, NTLM Patch, and Usage Boost Extended

Agent Stack GA, NTLM Patch, and Usage Boost Extended — visual for 2026-08-22

🧭 Computer Use, Skills API, and Files API All Reach General Availability

Anthropic has graduated three of its most-used agentic APIs from beta to general availability, removing the beta headers that have been required since each feature launched. Computer use, the Skills API, and the Files API are now production-grade and available to all Claude Platform customers without gating.

What changes with GA

The browser use tool in practice

The new tool accepts a selector or aria-label alongside the action type, letting Claude target UI elements by identity rather than guessing pixel positions from a screenshot. This eliminates a common failure mode where button positions shift between page loads or viewport sizes. The original screenshot-based approach remains available for interfaces without accessible HTML structure.

# Example: click a submit button by aria-label
{
  "type": "browser_use",
  "action": "click",
  "selector": "[aria-label='Submit form']"
}
Migration checklist

If you are passing any of the three retired beta headers, remove them — they are now ignored. Update your SDK to the latest version to get the new browser use tool and Files API parameters. The GA releases are backward-compatible: existing code works without changes; the new capabilities are purely additive.

⭐⭐⭐ claude.com
computer use Skills API Files API general availability agentic

🧭 Claude Code v2.1.238–239: Windows NTLM Credential-Leak Patched in Security Sprint

Anthropic shipped two rapid-succession Claude Code patch releases this week, closing a Windows-specific security vulnerability and fixing several stability issues that had surfaced in self-hosted and voice-mode deployments since last week's public beta launch.

Security fix — Windows NTLM credential leak

The most significant fix is a UNC path validation bypass on Windows. Paths prefixed with the \\?\?\ device path syntax were not being caught by the existing UNC path filter, meaning a specially crafted tool call referencing an attacker-controlled SMB share could trigger an outbound NTLM authentication handshake — leaking the current user's hashed credentials to an external host. The vulnerability required a malicious MCP plugin or a crafted CLAUDE.md directive to trigger.

Windows users: update now

If you are running Claude Code on Windows with any third-party MCP plugins, treat this as a mandatory update. Run npm install -g @anthropic-ai/claude-code@latest or update via your IDE extension's update mechanism. The fix is present in v2.1.238 and later. Linux and macOS users are not affected by this specific vulnerability, but should still update for the stability fixes.

Other fixes in v2.1.238–239

⭐⭐⭐ code.claude.com
Claude Code security Windows patch notes NTLM

🧭 Claude Code's +50% Weekly Usage Boost Extended Through August 31 — With Hints at Permanence

Anthropic has extended the +50% Claude Code weekly usage limit promotion to August 31, 2026 — the third extension of what was originally framed as a limited-time offer in May. For the first time, Anthropic has stated it hopes to make the increase permanent, citing remaining capacity constraints as the only blocker to locking it in.

What the boost covers

Reading between the lines

Three extensions of the same "limited-time" promotion, combined with the explicit aspiration toward permanence, is a strong signal that Anthropic has effectively committed to the higher limits. The phrasing is cautious because Anthropic cannot yet guarantee the compute headroom to fulfil the promise universally — particularly given the surge in Team and Enterprise usage since auto mode became the default on August 14. Expect a formal limit-increase announcement once the Volta-Norway compute capacity (signed in early August) comes online in Q4.

Planning your month-end sprints

The extension covers August 31, which means any end-of-month automated Claude Code runs or batch processing jobs are safe to schedule at the higher limit through the end of August. Reset your planning baseline to the boosted figures — reverting to the pre-May limits as a planning assumption is now overly conservative.

⭐⭐⭐ code.claude.com
Claude Code usage limits Pro Enterprise capacity
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research