II.
Tool JSON
Structured · livetool:cline
Cline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:cline",
"_kind": "Tool",
"_file": "domain/tools/agent-dev-tools.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Cline",
"homepageUrl": "https://github.com/cline/cline",
"kind": "other",
"description": "Autonomous AI coding agent that runs as a VS Code extension,\ncapable of creating and editing files, executing terminal commands,\nand using the browser. Supports Claude, GPT-4, and local models\nwith a human-in-the-loop approval flow for each action. Excels at\nmulti-file refactoring and feature implementation within the IDE.\n"
},
"outgoingEdges": [
{
"from": "tool:cline",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "tool:cline",
"to": "skill-area:ai-agent-development",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:cline",
"to": "skill-area:autonomous-coding-engagement",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:aider",
"to": "tool:cline",
"kind": "alternative_to",
"attributes": {
"comparison": "AI coding agents"
}
},
{
"from": "tool:windsurf",
"to": "tool:cline",
"kind": "alternative_to",
"attributes": {
"comparison": "AI coding agents"
}
}
]
}