Anthropic   ·   Nightly Sweep
Shipped. Daily, Friday, June 19, 2026
Generated 2026-06-20T01:04:03Z
Claude Code turns sessions into shareable live pages, enterprise MCP gets zero-touch Okta auth, and both Python and TypeScript SDKs add the code execution tool.

A Friday that moved on two tracks. On the product side: Claude Code Artifacts ships in beta for Team and Enterprise accounts, turning any agent session into a live, interactive web page that updates as the agent works, shareable within the org via URL. On the infrastructure side: Enterprise-Managed Authorization for MCP connectors stabilizes, meaning IT admins provision access once through Okta and employees inherit every approved connector on first login with no OAuth queue.

Both features land for the same tier. Both are in beta. Two bets landing the same day.

Apps
2 items
APPS
Claude Code Artifacts: live, shareable HTML pages from agent sessions
Claude Code can now surface its work as an interactive, shareable web page, live-updating as the agent and connected data sources change. Teams can use them for PR walkthroughs, incident dashboards, internal tools, and checklists. Pages are private to the org. Version history is in beta. Restricted to Team and Enterprise accounts.
How to useAvailable in Claude Code for Team and Enterprise subscribers. No additional configuration required. Start a Claude Code session and look for the Artifacts option to publish the session as a shareable URL.
Why it mattersTurns an ephemeral terminal session into a persistent, shareable record. The terminal is private by default; this makes it collaborative on demand.
Reported by VentureBeat, via Anthropic release notes.
APPS
Enterprise-Managed Authorization for MCP connectors, with Okta
Admins can now provision MCP server access through their identity provider once and employees inherit that access on first login with no per-app OAuth prompts. Works across Claude, Claude Code, and Cowork for Team and Enterprise accounts. Seven MCP providers support the standard at launch: Asana, Atlassian, Canva, Figma, Granola, Linear, and Supabase. Okta is the first supported identity provider.
How to useConfigure your identity provider (Okta) in Claude admin settings. Provision MCP connectors once. Users inherit access on first login. Beta for Team and Enterprise. Full setup at blog.modelcontextprotocol.io.
Why it mattersPer-user OAuth prompts were the largest friction point blocking enterprise-scale MCP adoption. Centralized provisioning removes that entirely.
Claude Code
1 item
CODE
Claude Code v2.1.183: auto mode safety, model deprecation warnings, attribution setting
Auto mode now blocks destructive git commands (git reset --hard, git checkout -- ., git clean -fd, git stash drop) unless you explicitly asked to discard local work. git commit --amend is blocked for commits the agent did not make this session. Terraform, Pulumi, and CDK destroy commands require explicit request per stack. Model deprecation warnings now appear in print mode (-p) and for models set in agent frontmatter.
How to useUpdate Claude Code (claude update or reinstall). Safety gates are automatic in auto mode. New setting: attribution.sessionUrl (set to false to omit the claude.ai session link from commits and PRs in web and Remote Control sessions). Run /config --help to list available shorthand config keys.
Additional fixes: thinking block display errors, WebSearch in subagents, terminal cursor positioning, fullscreen corruption on Windows Terminal. Background task and webhook trigger handling. Subagent tmux pane launch and focus mode improvements.
Python SDK
2 items
SDK-PY
anthropic-sdk-python v0.111.0
Tags refusal-fallback middleware requests with a fallback-refusal-middleware marker, making it easier to trace which requests hit the fallback path.
How to usepip install anthropic==0.111.0
SDK-PY
anthropic-sdk-python v0.110.0
Adds support for the code_execution_20260120 tool. Fixes x-stainless-helper header merging (no longer clobbers across multiple header merge calls). Preserves Bedrock stream event types correctly.
How to usepip install anthropic==0.110.0  ·  Use code_execution_20260120 as the tool type in your tool definitions.
TypeScript SDK
5 items
SDK-TS
anthropic-sdk-typescript sdk/v0.105.0
Adds support for code_execution_20260120 tool. Adds lazy parsing of partial tool JSON input, reducing overhead during streaming tool calls.
How to usenpm install @anthropic-ai/sdk@0.105.0
SDK-TS
TypeScript SDK variants: vertex-sdk v0.18.0, foundry-sdk v0.4.0, bedrock-sdk v0.31.0, aws-sdk v0.5.0
All four variant SDKs add lazy parsing of partial tool JSON input. vertex-sdk and bedrock-sdk also stop referencing deprecated models.
How to useUpdate whichever variant you use to the latest version listed above. No API changes required.
Stay on the frontier

Get Shipped. in your inbox.

Daily digest at 9 PM ET. Weekly magazine every Friday morning. Six labs, one feed. No spam, one-click unsubscribe.