Claude Code Daily Briefing - 2026-07-08

Release Summary

VersionDateKey Changes
v2.1.2037/7Login-expiry warning (re-auth before background sessions drop), grey ⏸ badge for manual permission mode, additional working directories in MCP roots/list, VSCode toggle for Remote Control on all sessions, plus a 15–20s macOS background stall, a dropped ANTHROPIC_BASE_URL (401), worktree isolation and more; binary and startup memory down ~7MB
v2.1.2027/6Dynamic workflow size, workflow.run_id/workflow.name OTel attributes, /review back to a single fast pass (covered 7/7)
v2.1.2017/3Sonnet 5 sessions no longer use harness reminders as a mid-conversation system role (covered earlier)

Two releases in a row — after v2.1.202 (7/6), v2.1.203 landed 7/7 at 21:06. This one is weighted toward background-agent reliability more than new buttons: the visible additions are a login-expiry warning and a manual-mode badge, but underneath sit dozens of background/worktree fixes. Today’s center of gravity: 1) Claude Cowork on web and mobile, plus what v2.1.203 adds (new features); 2) SkillCloak, a scanner-evasion technique for malicious Agent Skills (security); 3) the industry framing around Cowork and the debate over how fast agents are actually improving (community).

Full release notes


New Features & Practical Usage

Claude Cowork comes to web and mobile — start at your desk, continue on your phone (7/7)

On 7/7, Anthropic brought Claude Cowork to web and mobile. Cowork sessions and files that were previously tied to the desktop can now continue on any device, rolling out in beta starting with Max users over the coming weeks.

The through-line is that agent execution is moving off the desktop session into background work you can pick up anywhere — exactly the direction of Claude Code’s background agents and Remote Control (steering a local session from a phone or browser). The twist: Anthropic itself says over 90% of Cowork usage is non-development work (business operations, content). A category of agent that earned its reputation on code is spreading into the rest of the office (see Community News for the industry framing). Anthropic announcement

What v2.1.203 adds — login-expiry warning and MCP working directories (v2.1.203)

The user-facing additions in v2.1.203 are small but practical.

GitHub v2.1.203


Developer Workflow Tips

Re-check your background and worktree automation against the new fixes (v2.1.203)

v2.1.203 ships a stack of fixes aimed squarely at background-agent and git-worktree users. If you run Claude Code unattended or in parallel, treat this as a checklist.

The pattern is familiar: another layer of silent failure has been peeled off unattended pipelines — the same place as the 7/4 subagent silent-failure fixes. If your automation uses a custom base URL or many worktrees, upgrade — and if you have hit unexplained 401s or missing tools, check whether they still reproduce. GitHub v2.1.203

Trust subagent delegation again — but route research to Haiku

v2.1.203 makes subagents less likely to re-delegate their entire task to yet another subagent. Handing heavy research to a subagent used to risk it passing the work along instead of doing it; delegation is now more predictable. Layer two power-user habits on top for a practical recipe.

The point: delegation only pays once it is reliable. The release fixes the infrastructure (no more runaway re-delegation), but what to delegate and what evidence to demand is still your design — the same place as the 7/6 developer-as-designer piece and the 7/5 verification loop. Claude Code power-user tips


Security & Limitations

SkillCloak — malicious Agent Skills evade over 90% of static scanners (July)

Researchers at HKUST, in a paper titled Cloak and Detonate: Scanner Evasion and Dynamic Detection of Agent Skill Malware, released SkillCloak, a framework built to make malicious Agent Skills slip past static scanners. As Agent Skills become composable (stackable skills in v2.1.199) and even ship library migrations (shadcn on 7/6), this goes straight at skill supply-chain security.

The takeaway: do not trust third-party skills on static scanning alone — exactly the conclusion of the 7/4 read on AI-assisted work (invest in verification harnesses like static analysis and sandboxing), and the same instinct behind Mirror Stack (post-hoc verification) below. If you use externally sourced Agent Skills or plugins, run anything of uncertain provenance in isolation first and watch its network and file access. The Hacker News


Community News


Minor Changes

Small but practical fixes and reminders from v2.1.203.



Interesting Projects & Tools