II.
Tool JSON
Structured · livetool:continue-dev
Continue json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:continue-dev",
"_kind": "Tool",
"_file": "domain/tools/agent-dev-tools.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Continue",
"homepageUrl": "https://github.com/continuedev/continue",
"kind": "other",
"description": "Open-source AI code assistant that integrates into VS Code and\nJetBrains IDEs. Supports autocomplete, chat, inline editing, and\ncontext-aware suggestions with any LLM provider (local or remote).\nFeatures include codebase indexing, documentation context, and\ncustom slash commands. Designed as an open alternative to Copilot\nwith full model flexibility.\n"
},
"outgoingEdges": [
{
"from": "tool:continue-dev",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "tool:continue-dev",
"to": "skill-area:ai-agent-development",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:continue-dev",
"to": "skill-area:editor-fluency",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:aider",
"to": "tool:continue-dev",
"kind": "alternative_to",
"attributes": {
"comparison": "AI coding assistants — Aider is terminal-based; Continue is IDE-embedded"
}
}
]
}