II.
Capability JSON
Structured · livecapability:supports-deep-link-vscode-handler
Supports VS Code deep-link handler json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-deep-link-vscode-handler",
"_kind": "Capability",
"_file": "capabilities/capabilities/missing-universal-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports VS Code deep-link handler",
"description": "The Claude Code VS Code extension registers\n`vscode://anthropic.claude-code/open` so other tools can open a\nsession inside an editor tab with `q`/`cwd`/`repo` parameters.\n",
"appliesToNodeKinds": [
"AgentVersion",
"AgentRuntimeImpl"
],
"category": "launch"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:supports-deep-link-vscode-handler",
"kind": "supports",
"attributes": {
"versionRange": ">=2.1.91 <3.0.0",
"level": "full"
}
}
]
}