iiRecord
Agentic AI Atlas · Supports effort passthrough
capability:supports-effort-passthrougha5c.ai
II.
Capability JSON

capability:supports-effort-passthrough

Structured · live

Supports effort passthrough json

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

File · capabilities/capabilities/supports-effort-passthrough.yamlCluster · capabilities
Record JSON
{
  "id": "capability:supports-effort-passthrough",
  "_kind": "Capability",
  "_file": "capabilities/capabilities/supports-effort-passthrough.yaml",
  "_cluster": "capabilities",
  "attributes": {
    "displayName": "Supports effort passthrough",
    "description": "The agent forwards effort-level requests to the bridged\nharness rather than handling effort tiers natively in its own core.\nUsed by orchestration layers (e.g. a5c) that dispatch to multiple\nharnesses and rely on each harness's native effort taxonomy.\nDistinct from `capability:supports-thinking` (which is about\nthinking-block surfacing) and from native `supports_effort_level`\nedges (which assert per-tier support).\n",
    "appliesToNodeKinds": [
      "AgentVersion",
      "AgentCoreImpl"
    ],
    "category": "reasoning"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-version:a5c@current",
      "to": "capability:supports-effort-passthrough",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full",
        "notes": "a5c dispatches to multiple harnesses (Claude Code, Codex,\nCursor, Gemini); effort tiers are owned by the bridged harness.\na5c.core@current carries `effortLevelDelegation=passthrough-to-harness`\nand is correctly silent on `supports_effort_level`.\n"
      }
    }
  ]
}