iiRecord
Agentic AI Atlas · Claude Agent SDK 0.3.207
agentVersion:claude-agent-sdk:0-3-207a5c.ai
II.
AgentVersion JSON

agentVersion:claude-agent-sdk:0-3-207

Structured · live

Claude Agent SDK 0.3.207 json

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

File · agent-stack/agent-versions/upstream-current-2026-07-12.yamlCluster · agent-stack
Record JSON
{
  "id": "agentVersion:claude-agent-sdk:0-3-207",
  "_kind": "AgentVersion",
  "_file": "agent-stack/agent-versions/upstream-current-2026-07-12.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentId": "claude-agent-sdk",
    "agentProductId": "agent:claude-agent-sdk",
    "displayName": "Claude Agent SDK 0.3.207",
    "runtimeFamily": "sdk",
    "releaseChannel": "stable",
    "versionRange": "0.3.207",
    "currentVersion": "0.3.207",
    "releasedAt": "2026-07-11",
    "sourcePackage": "@anthropic-ai/claude-agent-sdk",
    "upstreamReleaseTag": "v0.3.207",
    "releaseNotesUrl": "https://github.com/anthropics/claude-agent-sdk-typescript/releases/tag/v0.3.207",
    "summary": "Claude Agent SDK TypeScript release fixing canUseTool allow behavior and publishing an exact Agent tool structured-result type.",
    "assimilationNotes": [
      "Latest npm moved from recorded 0.3.206 to 0.3.207.",
      "canUseTool returning {behavior: 'allow'} without updatedInput now runs with the original input instead of being rejected as deny with a raw ZodError.",
      "The Agent tool structured result now has a published SDK type, AgentToolCompletedOutput, matching the emitted object exactly.",
      "No package-name, install-method, or transport migration was published; versioned npm, yarn, pnpm, and bun update commands remain documented."
    ],
    "releaseHighlights": [
      "canUseTool allow-without-updatedInput contract fix.",
      "Published AgentToolCompletedOutput structured result type."
    ],
    "installMethods": [
      "install:npm"
    ]
  },
  "outgoingEdges": [
    {
      "from": "agentVersion:claude-agent-sdk:0-3-207",
      "to": "agent:claude-agent-sdk",
      "kind": "version_of"
    },
    {
      "from": "agentVersion:claude-agent-sdk:0-3-207",
      "to": "evidence:claude-agent-sdk-0-3-207-2026-07-12",
      "kind": "sourced_from"
    },
    {
      "from": "agentVersion:claude-agent-sdk:0-3-207",
      "to": "install:npm",
      "kind": "installed_via"
    }
  ],
  "incomingEdges": [
    {
      "from": "evidence:claude-agent-sdk-0-3-207-2026-07-12",
      "to": "agentVersion:claude-agent-sdk:0-3-207",
      "kind": "references"
    }
  ]
}