iiRecord
Agentic AI Atlas · Continue
plugin-target:continuea5c.ai
II.
PluginTarget JSON

plugin-target:continue

Structured · live

Continue json

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

File · extensions/plugin-artifacts/plugin-target-continue.yamlCluster · extensions
Record JSON
{
  "id": "plugin-target:continue",
  "_kind": "PluginTarget",
  "_file": "extensions/plugin-artifacts/plugin-target-continue.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Continue",
    "hostAgent": "agent:continue",
    "adapterFamily": "shell-hook",
    "manifestFormat": "config.json",
    "commandFormat": "markdown-commands",
    "hookRegistrationFormat": "none",
    "skillHandling": "unsupported",
    "marketplacePath": null,
    "adapterName": "continue",
    "scriptVariants": [
      "bash"
    ],
    "distribution": [
      "manual"
    ],
    "distributionModel": "workspace-generated",
    "npmPublishable": false,
    "installLayout": {
      "harnessHomeRelative": ".continue"
    },
    "packageMetadata": {
      "moduleType": "commonjs",
      "binScriptExt": ".js",
      "installLifecycle": "none",
      "activationMessage": "restart",
      "emitCjsWrappers": false
    },
    "componentSupport": {
      "agents": "unsupported",
      "context": "supported"
    },
    "launchBehavior": {
      "promptDelivery": "stdin",
      "promptFlag": null,
      "execSubcommand": null,
      "resumeDelivery": null,
      "resumeFlag": null,
      "sessionIdFlag": null,
      "maxTurnsFlag": null,
      "stdinBehavior": "close-after-prompt",
      "selfExits": false,
      "needsIdleKill": true
    }
  },
  "outgoingEdges": [
    {
      "from": "plugin-target:continue",
      "to": "agent:continue",
      "kind": "hosted_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "plugin-artifact:continue-config-json",
      "to": "plugin-target:continue",
      "kind": "emits_artifact",
      "attributes": {}
    },
    {
      "from": "plugin-artifact:continue-models-yaml",
      "to": "plugin-target:continue",
      "kind": "emits_artifact",
      "attributes": {}
    }
  ]
}