II.
AgentVersion JSON
Structured · liveagentVersion:copilot:1-0-57-3
GitHub Copilot CLI 1.0.57-3 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agentVersion:copilot:1-0-57-3",
"_kind": "AgentVersion",
"_file": "agent-stack/agent-versions/upstream-current-2026-05-31.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentId": "copilot",
"agentProductId": "agent:copilot-cli",
"displayName": "GitHub Copilot CLI 1.0.57-3",
"runtimeFamily": "cli-harness",
"releaseChannel": "stable",
"versionRange": "1.0.57-3",
"currentVersion": "1.0.57-3",
"releasedAt": "2026-05-29",
"sourcePackage": "github/gh-copilot",
"upstreamReleaseTag": "v1.0.57-3",
"releaseNotesUrl": "https://github.com/github/copilot-cli/releases/tag/v1.0.57-3",
"cliCommand": "gh copilot",
"summary": "GitHub Copilot CLI patch release improving high-contrast diff readability and crash recovery for session resume.",
"assimilationNotes": [
"Session resume works correctly after a crash with partial session-log data; session recovery tests should cover partial logs.",
"High-contrast diff backgrounds use darker colors, which may affect screenshot baselines for terminal diff rendering."
],
"releaseHighlights": [
"Crash-safe session resume after partial session logs.",
"Darker high-contrast diff backgrounds."
],
"installMethods": [
"install:gh-extension"
]
},
"outgoingEdges": [
{
"from": "agentVersion:copilot:1-0-57-3",
"to": "agent:copilot-cli",
"kind": "version_of"
},
{
"from": "agentVersion:copilot:1-0-57-3",
"to": "install:gh-extension",
"kind": "installed_via"
}
],
"incomingEdges": [
{
"from": "agent:copilot-cli",
"to": "agentVersion:copilot:1-0-57-3",
"kind": "has_version"
}
]
}