iiRecord
Agentic AI Atlas · Claude Code 2.1.206
agentVersion:claude:2-1-206a5c.ai
II.
AgentVersion JSON

agentVersion:claude:2-1-206

Structured · live

Claude Code 2.1.206 json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/agent-versions/upstream-current-2026-07-10.yamlCluster · agent-stack
Record JSON
{
  "id": "agentVersion:claude:2-1-206",
  "_kind": "AgentVersion",
  "_file": "agent-stack/agent-versions/upstream-current-2026-07-10.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentId": "claude",
    "agentProductId": "agent:claude-code",
    "displayName": "Claude Code 2.1.206",
    "runtimeFamily": "cli-harness",
    "releaseChannel": "stable",
    "versionRange": "2.1.206",
    "currentVersion": "2.1.206",
    "releasedAt": "2026-07-10",
    "sourcePackage": "@anthropic-ai/claude-code",
    "upstreamReleaseTag": "v2.1.206",
    "releaseNotesUrl": "https://github.com/anthropics/claude-code/releases/tag/v2.1.206",
    "cliCommand": "claude",
    "summary": "Claude Code release adding /cd path suggestions, a CLAUDE.md trimming /doctor check, public gateway login support, safer worktree entry confirmation, background-agent upgrade improvements, and MCP timeout/auth fixes.",
    "assimilationNotes": [
      "Latest npm moved from recorded 2.1.205 to 2.1.206.",
      "/cd now suggests directory paths like /add-dir, affecting slash-command completion behavior.",
      "/doctor now proposes trimming checked-in CLAUDE.md content that Claude can derive from the codebase, affecting diagnostics and repository hygiene prompts.",
      "/commit-push-pr auto-allows git push to the configured push remote, affecting command approval policy modeling.",
      "Gateway /login supports Anthropic-operated public gateway endpoints.",
      "EnterWorktree asks before entering git worktrees outside .claude/worktrees, affecting worktree safety prompts.",
      "MCP per-server request_timeout_ms is honored for --mcp-config and .mcp.json fresh sessions; OAuth token refresh and permission-prompt MCP startup failures were fixed.",
      "No package-name or install-method migration was published; install remains npm install -g @anthropic-ai/claude-code."
    ],
    "releaseHighlights": [
      "/cd directory path suggestions.",
      "/doctor CLAUDE.md trimming check.",
      "Public gateway login endpoint support.",
      "Worktree entry confirmation outside .claude/worktrees.",
      "MCP request timeout and OAuth refresh fixes."
    ],
    "installMethods": [
      "install:npm"
    ]
  },
  "outgoingEdges": [
    {
      "from": "agentVersion:claude:2-1-206",
      "to": "agent:claude-code",
      "kind": "version_of"
    },
    {
      "from": "agentVersion:claude:2-1-206",
      "to": "evidence:claude-code-2-1-206-2026-07-10",
      "kind": "sourced_from"
    },
    {
      "from": "agentVersion:claude:2-1-206",
      "to": "install:npm",
      "kind": "installed_via"
    }
  ],
  "incomingEdges": [
    {
      "from": "evidence:claude-code-2-1-206-2026-07-10",
      "to": "agentVersion:claude:2-1-206",
      "kind": "references"
    }
  ]
}