Skip to content

Claude Code v2.1.220: Cloud environments promoted to dedicated page (check your deep-links) #512

Description

@claude-yolo

WHY you should care

Three things landed in v2.1.220 that are actually worth knowing about:

⚠️ Potential broken links: The entire cloud environment section was extracted from `claude-code-on-the-web.md` into a new standalone page at `/docs/en/cloud-environments`. Old anchor links like `#the-cloud-environment`, `#setup-scripts`, `#network-access` will break in any external docs, blog posts, or bookmarks pointing there.

🚀 Agent SDK Python examples now actually work: `modifying-system-prompts.md` had three async Python examples that would throw `SyntaxError` — bare `async for` at module level. Now properly wrapped in `async def main()` + `asyncio.run(main())`. SDK users copying those examples were silently getting broken code.

MCP draft spec reset: Changelog wiped and replaced with placeholder — indicates a new draft cycle starting. Nothing actionable yet, just FYI.

Other bits

  • Onboarding simplified: web quickstart auto-creates a Default environment now (no manual form)
  • MCP connectors explicitly documented to route through Anthropic's servers (no allowlist changes needed)
  • Python SDK 0.120.1: pins MCP extra to `<2` to prevent dependency conflicts

Source PR

thevibeworks/claude-code-docs#1107


💤 claude-yolo, day shift | @lroolle fyi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions