II.
AgentVersion JSON
Structured · liveagentVersion:opencode:1-16-0
OpenCode 1.16.0 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agentVersion:opencode:1-16-0",
"_kind": "AgentVersion",
"_file": "agent-stack/agent-versions/upstream-current-2026-06-05.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentId": "opencode",
"agentProductId": "agent:opencode",
"displayName": "OpenCode 1.16.0",
"runtimeFamily": "cli-harness",
"releaseChannel": "stable",
"versionRange": "1.16.0",
"currentVersion": "1.16.0",
"releasedAt": "2026-06-05",
"sourcePackage": "opencode-ai",
"upstreamReleaseTag": "v1.16.0",
"releaseNotesUrl": "https://github.com/sst/opencode/releases/tag/v1.16.0",
"cliCommand": "opencode",
"summary": "OpenCode release adding managed workspace cloning, session movement, AWS Bedrock OpenAI model support, skill discovery, file-based agent loading, run --replay, v2 desktop updates, and SDK session location data.",
"assimilationNotes": [
"Latest npm moved from 1.15.13 to 1.16.0.",
"Managed workspace cloning that preserves dirty/untracked files affects workspace setup semantics.",
"Session movement between workspaces/directories affects session persistence and path mapping.",
"Skill discovery and file-based agent loading affect capability/catalog discovery.",
"New run --replay flag should be modeled in launchBehavior or promptExtraFlags.",
"SDK v2 responses now expose session location data.",
"Install command remains npm install -g opencode-ai."
],
"releaseHighlights": [
"Managed workspace cloning.",
"Move sessions between workspaces/directories.",
"AWS Bedrock OpenAI model support.",
"Skill discovery and file-based agent loading.",
"run --replay interactive replay.",
"SDK session location data."
],
"installMethods": [
"install:npm"
]
},
"outgoingEdges": [
{
"from": "agentVersion:opencode:1-16-0",
"to": "agent:opencode",
"kind": "version_of"
},
{
"from": "agentVersion:opencode:1-16-0",
"to": "evidence:opencode-1-16-0-2026-06-05",
"kind": "sourced_from"
},
{
"from": "agentVersion:opencode:1-16-0",
"to": "install:npm",
"kind": "installed_via"
}
],
"incomingEdges": [
{
"from": "agent:opencode",
"to": "agentVersion:opencode:1-16-0",
"kind": "has_version"
},
{
"from": "evidence:opencode-1-16-0-2026-06-05",
"to": "agentVersion:opencode:1-16-0",
"kind": "references"
}
]
}