II.
AgentProduct JSON
Structured · liveagent:cline
Cline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:cline",
"_kind": "AgentProduct",
"_file": "agent-stack/products/extended-products.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Cline",
"vendor": "Cline Bot, Inc.",
"homepageUrl": "https://cline.bot/",
"primarySurface": "ide-extension",
"supportTier": "none",
"productKind": "ide-extension-agent",
"stackScope": "full",
"description": "Cline (formerly \"Claude Dev\") is an autonomous coding agent that\nruns as a VS Code extension. It can read/write files, run terminal\ncommands with user approval, and use a browser via headless\nChromium. Supports multiple model backends.\n"
},
"outgoingEdges": [
{
"from": "agent:cline",
"to": "agent-version:cline@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "agent-version:cline@current",
"to": "agent:cline",
"kind": "version_of"
},
{
"from": "platform:krate",
"to": "agent:cline",
"kind": "hosts",
"attributes": {
"notes": "Cline agents dispatch into Krate-managed repositories"
}
},
{
"from": "claim:cline-is-vscode-extension",
"to": "agent:cline",
"kind": "asserts_about"
},
{
"from": "plugin-target:cline",
"to": "agent:cline",
"kind": "hosted_by",
"attributes": {}
},
{
"from": "scope-boundary:cline.scope",
"to": "agent:cline",
"kind": "bounds_subject"
},
{
"from": "source-ref:cline-app",
"to": "agent:cline",
"kind": "source_of",
"attributes": {}
}
]
}