iiRecord
Agentic AI Atlas · Continue
tool:continue-deva5c.ai
II.
Tool JSON

tool:continue-dev

Structured · live

Continue json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/agent-dev-tools.yamlCluster · domain
Record JSON
{
  "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"
      }
    }
  ]
}