II.
AgentVersion JSON
Structured · liveagentVersion:claude:2-1-212
Claude Code 2.1.212 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agentVersion:claude:2-1-212",
"_kind": "AgentVersion",
"_file": "agent-stack/agent-versions/upstream-current-2026-07-17.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentId": "claude",
"agentProductId": "agent:claude-code",
"displayName": "Claude Code 2.1.212",
"runtimeFamily": "cli-harness",
"releaseChannel": "stable",
"versionRange": "2.1.212",
"currentVersion": "2.1.212",
"releasedAt": "2026-07-17",
"sourcePackage": "@anthropic-ai/claude-code",
"upstreamReleaseTag": "v2.1.212",
"releaseNotesUrl": "https://github.com/anthropics/claude-code/releases/tag/v2.1.212",
"cliCommand": "claude",
"summary": "Claude Code release changing /fork semantics, adding auto-mode reset and loop limits, backgrounding long MCP calls, and hardening plan mode, hooks, worktrees, and process cleanup.",
"assimilationNotes": [
"Latest npm moved from recorded 2.1.209 to 2.1.212.",
"/fork now copies the conversation into a new background session; the old in-session subagent behavior moved to /subtask, affecting command mapping and agent lifecycle modeling.",
"New claude auto-mode reset command restores default auto-mode configuration and supports --yes to skip confirmation.",
"New CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION, CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION, and CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS environment controls affect runaway-loop and MCP timeout behavior.",
"Plan mode now blocks file-modifying Bash commands without permission or SDK canUseTool callback, and worktree symlink handling prevents writes outside the repository.",
"SIGTERM during Bash in print/SDK mode now kills the process tree and exits 143.",
"Install command remains npm install -g @anthropic-ai/claude-code."
],
"releaseHighlights": [
"/fork creates a background session; /subtask keeps the in-session subagent behavior.",
"claude auto-mode reset with optional --yes.",
"Session caps for WebSearch and subagent spawns.",
"Automatic backgrounding for long MCP tool calls.",
"Plan-mode, worktree, hook, and SIGTERM hardening."
],
"installMethods": [
"install:npm"
]
},
"outgoingEdges": [
{
"from": "agentVersion:claude:2-1-212",
"to": "agent:claude-code",
"kind": "version_of"
},
{
"from": "agentVersion:claude:2-1-212",
"to": "evidence:claude-code-2-1-212-2026-07-17",
"kind": "sourced_from"
},
{
"from": "agentVersion:claude:2-1-212",
"to": "install:npm",
"kind": "installed_via"
}
],
"incomingEdges": [
{
"from": "evidence:claude-code-2-1-212-2026-07-17",
"to": "agentVersion:claude:2-1-212",
"kind": "references"
}
]
}