{
  "achievements": [
    {
      "category": "Agent Autonomy",
      "criteria": "Requirement: tool calls in one session. Tier ladder: Copper 200, Silver 500, Gold 1200, Diamond 3000, Olympian 8000.",
      "description": "Let Hermes run a serious autonomous tool chain in one session.",
      "discovered": true,
      "evidence": {
        "session_id": "20260613_225756_7bad19",
        "title": "PhoneLookup Scraper Overview #2",
        "value": 539
      },
      "icon": "flame",
      "id": "let_him_cook",
      "kind": "best_session",
      "name": "Let Him Cook",
      "next_threshold": 1200,
      "next_tier": "Gold",
      "progress": 539,
      "progress_pct": 5,
      "state": "unlocked",
      "threshold_metric": "max_tool_calls_in_session",
      "tier": "Silver",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 200
        },
        {
          "name": "Silver",
          "threshold": 500
        },
        {
          "name": "Gold",
          "threshold": 1200
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 8000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Agent Autonomy",
      "criteria": "Requirement: lifetime Hermes tool calls. Tier ladder: Copper 1000, Silver 3000, Gold 8000, Diamond 20000, Olympian 50000.",
      "description": "Accumulate a lifetime avalanche of Hermes tool calls across sessions.",
      "discovered": true,
      "evidence": null,
      "icon": "avalanche",
      "id": "autonomous_avalanche",
      "kind": "lifetime",
      "name": "Autonomous Avalanche",
      "next_threshold": 8000,
      "next_tier": "Gold",
      "progress": 3861,
      "progress_pct": 17,
      "state": "unlocked",
      "threshold_metric": "total_tool_calls",
      "tier": "Silver",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 1000
        },
        {
          "name": "Silver",
          "threshold": 3000
        },
        {
          "name": "Gold",
          "threshold": 8000
        },
        {
          "name": "Diamond",
          "threshold": 20000
        },
        {
          "name": "Olympian",
          "threshold": 50000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Agent Autonomy",
      "criteria": "Requirement: distinct Hermes tools used in one session. Tier ladder: Copper 18, Silver 28, Gold 45, Diamond 70, Olympian 100.",
      "description": "Use a wide spread of distinct Hermes tools in one session.",
      "discovered": true,
      "icon": "nodes",
      "id": "toolchain_maxxer",
      "kind": "best_session",
      "name": "Toolchain Maxxer",
      "next_threshold": 18,
      "next_tier": "Copper",
      "progress": 17,
      "progress_pct": 94,
      "state": "discovered",
      "threshold_metric": "max_distinct_tools_in_session",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 18
        },
        {
          "name": "Silver",
          "threshold": 28
        },
        {
          "name": "Gold",
          "threshold": 45
        },
        {
          "name": "Diamond",
          "threshold": 70
        },
        {
          "name": "Olympian",
          "threshold": 100
        }
      ],
      "unlocked": false
    },
    {
      "category": "Agent Autonomy",
      "criteria": "Requirement: terminal calls in one session \u2265 180; file/search/patch calls in one session \u2265 120; web search/extract or browser calls in one session \u2265 60.",
      "description": "Terminal, files, and web/browser all get involved in one real run.",
      "discovered": true,
      "evidence": null,
      "icon": "rocket",
      "id": "full_send",
      "kind": "multi_condition",
      "name": "Full Send",
      "next_threshold": 100,
      "next_tier": null,
      "progress": 100,
      "progress_pct": 100,
      "requirements": [
        {
          "gte": 180,
          "metric": "max_terminal_calls_in_session"
        },
        {
          "gte": 120,
          "metric": "max_file_tool_calls_in_session"
        },
        {
          "gte": 60,
          "metric": "max_web_browser_calls_in_session"
        }
      ],
      "state": "unlocked",
      "tier": null,
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Agent Autonomy",
      "criteria": "Requirement: lifetime delegate_task calls. Tier ladder: Copper 5, Silver 40, Gold 100, Diamond 1000, Olympian 5000.",
      "description": "Coordinate delegated agent work.",
      "discovered": true,
      "evidence": null,
      "icon": "branch",
      "id": "subagent_commander",
      "kind": "lifetime",
      "name": "Subagent Commander",
      "next_threshold": 40,
      "next_tier": "Silver",
      "progress": 13,
      "progress_pct": 22,
      "state": "unlocked",
      "threshold_metric": "total_delegate_calls",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 5
        },
        {
          "name": "Silver",
          "threshold": 40
        },
        {
          "name": "Gold",
          "threshold": 100
        },
        {
          "name": "Diamond",
          "threshold": 1000
        },
        {
          "name": "Olympian",
          "threshold": 5000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Agent Autonomy",
      "criteria": "Requirement: lifetime background process operations. Tier ladder: Copper 300, Silver 800, Gold 2000, Diamond 6000, Olympian 15000.",
      "description": "Start or control enough long-running processes to deserve the title.",
      "discovered": true,
      "icon": "daemon",
      "id": "background_process_enjoyer",
      "kind": "lifetime",
      "name": "Background Process Enjoyer",
      "next_threshold": 300,
      "next_tier": "Copper",
      "progress": 237,
      "progress_pct": 79,
      "state": "discovered",
      "threshold_metric": "total_process_calls",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 300
        },
        {
          "name": "Silver",
          "threshold": 800
        },
        {
          "name": "Gold",
          "threshold": 2000
        },
        {
          "name": "Diamond",
          "threshold": 6000
        },
        {
          "name": "Olympian",
          "threshold": 15000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Agent Autonomy",
      "criteria": "Requirement: lifetime scheduled-job operations. Tier ladder: Copper 1000, Silver 3000, Gold 8000, Diamond 20000, Olympian 50000.",
      "description": "Raise scheduled autonomous jobs from the dead.",
      "discovered": true,
      "icon": "clock",
      "id": "cron_necromancer",
      "kind": "lifetime",
      "name": "Cron Necromancer",
      "next_threshold": 1000,
      "next_tier": "Copper",
      "progress": 0,
      "progress_pct": 0,
      "state": "discovered",
      "threshold_metric": "total_cron_calls",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 1000
        },
        {
          "name": "Silver",
          "threshold": 3000
        },
        {
          "name": "Gold",
          "threshold": 8000
        },
        {
          "name": "Diamond",
          "threshold": 20000
        },
        {
          "name": "Olympian",
          "threshold": 50000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: error/failed/traceback messages observed. Tier ladder: Copper 1500, Silver 4000, Gold 10000, Diamond 25000, Olympian 75000.",
      "description": "Encounter enough errors to develop a palate for red text.",
      "discovered": true,
      "evidence": null,
      "icon": "warning",
      "id": "red_text_connoisseur",
      "kind": "lifetime",
      "name": "Red Text Connoisseur",
      "next_threshold": 4000,
      "next_tier": "Silver",
      "progress": 2653,
      "progress_pct": 46,
      "state": "unlocked",
      "threshold_metric": "total_errors",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 1500
        },
        {
          "name": "Silver",
          "threshold": 4000
        },
        {
          "name": "Gold",
          "threshold": 10000
        },
        {
          "name": "Diamond",
          "threshold": 25000
        },
        {
          "name": "Olympian",
          "threshold": 75000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: traceback or exception mentions. Tier ladder: Copper 300, Silver 1000, Gold 3000, Diamond 8000, Olympian 20000.",
      "description": "Taste tracebacks by the flight, not by the sip.",
      "discovered": true,
      "evidence": null,
      "icon": "wine",
      "id": "stack_trace_sommelier",
      "kind": "lifetime",
      "name": "Stack Trace Sommelier",
      "next_threshold": 1000,
      "next_tier": "Silver",
      "progress": 799,
      "progress_pct": 71,
      "state": "unlocked",
      "threshold_metric": "traceback_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 300
        },
        {
          "name": "Silver",
          "threshold": 1000
        },
        {
          "name": "Gold",
          "threshold": 3000
        },
        {
          "name": "Diamond",
          "threshold": 8000
        },
        {
          "name": "Olympian",
          "threshold": 20000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: log inspections. Tier ladder: Copper 1000, Silver 3000, Gold 8000, Diamond 20000, Olympian 50000.",
      "description": "Inspect logs repeatedly instead of guessing.",
      "discovered": true,
      "icon": "scroll",
      "id": "actually_read_the_logs",
      "kind": "lifetime",
      "name": "Actually Read The Logs",
      "next_threshold": 1000,
      "next_tier": "Copper",
      "progress": 390,
      "progress_pct": 39,
      "state": "discovered",
      "threshold_metric": "log_read_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 1000
        },
        {
          "name": "Silver",
          "threshold": 3000
        },
        {
          "name": "Gold",
          "threshold": 8000
        },
        {
          "name": "Diamond",
          "threshold": 20000
        },
        {
          "name": "Olympian",
          "threshold": 50000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: dev-server port conflict detections. Tier ladder: Copper 15, Silver 40, Gold 100, Diamond 300, Olympian 1000.",
      "description": "Discover dev-server port conflict patterns enough times to become numb.",
      "discovered": true,
      "icon": "plug",
      "id": "port_3000_taken",
      "kind": "lifetime",
      "name": "Port 3000 Is Taken",
      "next_threshold": 15,
      "next_tier": "Copper",
      "progress": 12,
      "progress_pct": 80,
      "secret": true,
      "state": "discovered",
      "threshold_metric": "port_conflict_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 15
        },
        {
          "name": "Silver",
          "threshold": 40
        },
        {
          "name": "Gold",
          "threshold": 100
        },
        {
          "name": "Diamond",
          "threshold": 300
        },
        {
          "name": "Olympian",
          "threshold": 1000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: permission-denied errors. Tier ladder: Copper 25, Silver 75, Gold 200, Diamond 600, Olympian 1500.",
      "description": "Speedrun into permission walls.",
      "discovered": true,
      "evidence": null,
      "icon": "lock",
      "id": "permission_denied_any_percent",
      "kind": "lifetime",
      "name": "Permission Denied Any%",
      "next_threshold": 75,
      "next_tier": "Silver",
      "progress": 53,
      "progress_pct": 56,
      "secret": true,
      "state": "unlocked",
      "threshold_metric": "permission_denied_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 25
        },
        {
          "name": "Silver",
          "threshold": 75
        },
        {
          "name": "Gold",
          "threshold": 200
        },
        {
          "name": "Diamond",
          "threshold": 600
        },
        {
          "name": "Olympian",
          "threshold": 1500
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: package-install failures \u2265 25; successful package installs after package work \u2265 10.",
      "description": "Package installs fail, then somehow life continues.",
      "discovered": true,
      "icon": "package_skull",
      "id": "dependency_hell_tourist",
      "kind": "multi_condition",
      "name": "Dependency Hell Tourist",
      "next_threshold": 100,
      "next_tier": null,
      "progress": 86,
      "progress_pct": 86,
      "requirements": [
        {
          "gte": 25,
          "metric": "install_error_events"
        },
        {
          "gte": 10,
          "metric": "install_success_events"
        }
      ],
      "state": "discovered",
      "tier": null,
      "unlocked": false
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: restart/reload actions after error clusters \u2265 50; error/failed/traceback messages observed \u2265 4000.",
      "description": "Restart after enough error clusters to call it a technique.",
      "discovered": true,
      "icon": "restart",
      "id": "the_fix_was_restarting",
      "kind": "multi_condition",
      "name": "The Fix Was Restarting It",
      "next_threshold": 100,
      "next_tier": null,
      "progress": 64,
      "progress_pct": 64,
      "requirements": [
        {
          "gte": 50,
          "metric": "restart_after_error_events"
        },
        {
          "gte": 4000,
          "metric": "total_errors"
        }
      ],
      "state": "discovered",
      "tier": null,
      "unlocked": false
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: missing auth/config/environment-variable events. Tier ladder: Copper 5000, Silver 15000, Gold 40000, Diamond 100000, Olympian 250000.",
      "description": "Auth or configuration failed because an environment variable was missing.",
      "discovered": true,
      "icon": "key",
      "id": "forgot_the_env_var",
      "kind": "lifetime",
      "name": "Forgot The Env Var",
      "next_threshold": 5000,
      "next_tier": "Copper",
      "progress": 1382,
      "progress_pct": 27,
      "secret": true,
      "state": "discovered",
      "threshold_metric": "env_var_error_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 5000
        },
        {
          "name": "Silver",
          "threshold": 15000
        },
        {
          "name": "Gold",
          "threshold": 40000
        },
        {
          "name": "Diamond",
          "threshold": 100000
        },
        {
          "name": "Olympian",
          "threshold": 250000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: YAML/config parse incidents. Tier ladder: Copper 1000, Silver 3000, Gold 8000, Diamond 20000, Olympian 50000.",
      "description": "Configuration syntax bites back.",
      "discovered": true,
      "evidence": null,
      "icon": "colon",
      "id": "yaml_colon_incident",
      "kind": "lifetime",
      "name": "YAML Colon Incident",
      "next_threshold": 3000,
      "next_tier": "Silver",
      "progress": 1160,
      "progress_pct": 8,
      "secret": true,
      "state": "unlocked",
      "threshold_metric": "yaml_error_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 1000
        },
        {
          "name": "Silver",
          "threshold": 3000
        },
        {
          "name": "Gold",
          "threshold": 8000
        },
        {
          "name": "Diamond",
          "threshold": 20000
        },
        {
          "name": "Olympian",
          "threshold": 50000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Debugging Chaos",
      "criteria": "Requirement: Docker/container-name conflicts. Tier ladder: Copper 75, Silver 200, Gold 600, Diamond 1500, Olympian 4000.",
      "description": "A container name already exists. Of course it does.",
      "discovered": true,
      "icon": "container",
      "id": "docker_name_collision",
      "kind": "lifetime",
      "name": "Docker Name Collision",
      "next_threshold": 75,
      "next_tier": "Copper",
      "progress": 14,
      "progress_pct": 18,
      "secret": true,
      "state": "discovered",
      "threshold_metric": "docker_conflict_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 75
        },
        {
          "name": "Silver",
          "threshold": 200
        },
        {
          "name": "Gold",
          "threshold": 600
        },
        {
          "name": "Diamond",
          "threshold": 1500
        },
        {
          "name": "Olympian",
          "threshold": 4000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: messages in one session. Tier ladder: Copper 300, Silver 600, Gold 1200, Diamond 2500, Olympian 6000.",
      "description": "A tiny ask becomes an entire expedition.",
      "discovered": true,
      "evidence": {
        "session_id": "20260613_225756_7bad19",
        "title": "PhoneLookup Scraper Overview #2",
        "value": 1213
      },
      "icon": "melting_clock",
      "id": "supposed_to_be_quick",
      "kind": "best_session",
      "name": "This Was Supposed To Be Quick",
      "next_threshold": 2500,
      "next_tier": "Diamond",
      "progress": 1213,
      "progress_pct": 1,
      "state": "unlocked",
      "threshold_metric": "max_messages_in_session",
      "tier": "Gold",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 300
        },
        {
          "name": "Silver",
          "threshold": 600
        },
        {
          "name": "Gold",
          "threshold": 1200
        },
        {
          "name": "Diamond",
          "threshold": 2500
        },
        {
          "name": "Olympian",
          "threshold": 6000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: file/search/patch calls in one session. Tier ladder: Copper 150, Silver 400, Gold 1000, Diamond 3000, Olympian 8000.",
      "description": "Make enough file edits in one session to invalidate the phrase small change.",
      "discovered": true,
      "evidence": {
        "session_id": "20260613_225756_7bad19",
        "title": "PhoneLookup Scraper Overview #2",
        "value": 169
      },
      "icon": "pencil",
      "id": "one_more_small_change",
      "kind": "best_session",
      "name": "One More Small Change",
      "next_threshold": 400,
      "next_tier": "Silver",
      "progress": 169,
      "progress_pct": 7,
      "state": "unlocked",
      "threshold_metric": "max_file_tool_calls_in_session",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 150
        },
        {
          "name": "Silver",
          "threshold": 400
        },
        {
          "name": "Gold",
          "threshold": 1000
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 8000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: files touched in one session. Tier ladder: Copper 300, Silver 700, Gold 1500, Diamond 4000, Olympian 10000.",
      "description": "Touch a broad surface area in one project session.",
      "discovered": true,
      "icon": "blueprint",
      "id": "vibe_architect",
      "kind": "best_session",
      "name": "Vibe Architect",
      "next_threshold": 300,
      "next_tier": "Copper",
      "progress": 175,
      "progress_pct": 58,
      "state": "discovered",
      "threshold_metric": "max_files_touched_in_session",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 300
        },
        {
          "name": "Silver",
          "threshold": 700
        },
        {
          "name": "Gold",
          "threshold": 1500
        },
        {
          "name": "Diamond",
          "threshold": 4000
        },
        {
          "name": "Olympian",
          "threshold": 10000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: frontend/CSS/SVG/React activity mentions. Tier ladder: Copper 20000, Silver 50000, Gold 120000, Diamond 300000, Olympian 800000.",
      "description": "Do sustained frontend, CSS, SVG, or visual tuning.",
      "discovered": true,
      "icon": "pixel",
      "id": "pixel_goblin",
      "kind": "lifetime",
      "name": "Pixel Goblin",
      "next_threshold": 20000,
      "next_tier": "Copper",
      "progress": 664,
      "progress_pct": 3,
      "state": "discovered",
      "threshold_metric": "frontend_activity_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 20000
        },
        {
          "name": "Silver",
          "threshold": 50000
        },
        {
          "name": "Gold",
          "threshold": 120000
        },
        {
          "name": "Diamond",
          "threshold": 300000
        },
        {
          "name": "Olympian",
          "threshold": 800000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: git workflow commands \u2265 50; tool calls in one session \u2265 500.",
      "description": "Git activity after a serious tool chain.",
      "discovered": true,
      "icon": "ship",
      "id": "ship_first_ask_later",
      "kind": "multi_condition",
      "name": "Ship First, Ask Later",
      "next_threshold": 100,
      "next_tier": null,
      "progress": 70,
      "progress_pct": 70,
      "requirements": [
        {
          "gte": 50,
          "metric": "git_events"
        },
        {
          "gte": 500,
          "metric": "max_tool_calls_in_session"
        }
      ],
      "state": "discovered",
      "tier": null,
      "unlocked": false
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: CSS, styling, Tailwind, or className activity. Tier ladder: Copper 10000, Silver 30000, Gold 80000, Diamond 200000, Olympian 500000.",
      "description": "Cast repeated styling demons out of the interface.",
      "discovered": true,
      "icon": "spark_cursor",
      "id": "css_exorcist",
      "kind": "lifetime",
      "name": "CSS Exorcist",
      "next_threshold": 10000,
      "next_tier": "Copper",
      "progress": 1307,
      "progress_pct": 13,
      "state": "discovered",
      "threshold_metric": "css_activity_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 10000
        },
        {
          "name": "Silver",
          "threshold": 30000
        },
        {
          "name": "Gold",
          "threshold": 80000
        },
        {
          "name": "Diamond",
          "threshold": 200000
        },
        {
          "name": "Olympian",
          "threshold": 500000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: tiny typo-style fixes after error clusters \u2265 5; error/failed/traceback messages observed \u2265 4000.",
      "description": "A tiny edit after a pile of errors. Painful. Beautiful.",
      "discovered": true,
      "icon": "needle",
      "id": "one_character_fix",
      "kind": "multi_condition",
      "name": "One Character Fix",
      "next_threshold": 100,
      "next_tier": null,
      "progress": 83,
      "progress_pct": 83,
      "requirements": [
        {
          "gte": 5,
          "metric": "tiny_patch_after_errors_events"
        },
        {
          "gte": 4000,
          "metric": "total_errors"
        }
      ],
      "secret": true,
      "state": "discovered",
      "tier": null,
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: Hermes skill mentions or tool use. Tier ladder: Copper 5000, Silver 15000, Gold 40000, Diamond 100000, Olympian 250000.",
      "description": "Work with Hermes skills enough to leave fingerprints.",
      "discovered": true,
      "icon": "hammer_scroll",
      "id": "skillsmith",
      "kind": "lifetime",
      "name": "Skillsmith",
      "next_threshold": 5000,
      "next_tier": "Copper",
      "progress": 1157,
      "progress_pct": 23,
      "state": "discovered",
      "threshold_metric": "skill_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 5000
        },
        {
          "name": "Silver",
          "threshold": 15000
        },
        {
          "name": "Gold",
          "threshold": 40000
        },
        {
          "name": "Diamond",
          "threshold": 100000
        },
        {
          "name": "Olympian",
          "threshold": 250000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: skill_manage create/patch/delete operations. Tier ladder: Copper 25, Silver 75, Gold 200, Diamond 600, Olympian 1500.",
      "description": "Create or patch durable procedures instead of repeating yourself.",
      "discovered": true,
      "icon": "anvil",
      "id": "skill_issue_skill_created",
      "kind": "lifetime",
      "name": "Skill Issue? Skill Created.",
      "next_threshold": 25,
      "next_tier": "Copper",
      "progress": 12,
      "progress_pct": 48,
      "state": "discovered",
      "threshold_metric": "skill_manage_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 25
        },
        {
          "name": "Silver",
          "threshold": 75
        },
        {
          "name": "Gold",
          "threshold": 200
        },
        {
          "name": "Diamond",
          "threshold": 600
        },
        {
          "name": "Olympian",
          "threshold": 1500
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: memory or Mnemosyne tool events. Tier ladder: Copper 100, Silver 300, Gold 1000, Diamond 3000, Olympian 8000.",
      "description": "Persist durable knowledge with memory or Mnemosyne.",
      "discovered": true,
      "icon": "crystal",
      "id": "memory_keeper",
      "kind": "lifetime",
      "name": "Memory Keeper",
      "next_threshold": 100,
      "next_tier": "Copper",
      "progress": 15,
      "progress_pct": 15,
      "state": "discovered",
      "threshold_metric": "memory_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 100
        },
        {
          "name": "Silver",
          "threshold": 300
        },
        {
          "name": "Gold",
          "threshold": 1000
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 8000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: durable memory writes. Tier ladder: Copper 100, Silver 300, Gold 1000, Diamond 3000, Olympian 8000.",
      "description": "Build a serious durable-memory trail.",
      "discovered": true,
      "icon": "palace",
      "id": "memory_palace",
      "kind": "lifetime",
      "name": "Memory Palace",
      "next_threshold": 100,
      "next_tier": "Copper",
      "progress": 15,
      "progress_pct": 15,
      "state": "discovered",
      "threshold_metric": "memory_write_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 100
        },
        {
          "name": "Silver",
          "threshold": 300
        },
        {
          "name": "Gold",
          "threshold": 1000
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 8000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: context, compression, token, or cache-pressure mentions. Tier ladder: Copper 5000, Silver 15000, Gold 40000, Diamond 100000, Olympian 250000.",
      "description": "Brush against compression, huge context, or token pressure repeatedly.",
      "discovered": true,
      "icon": "dragon",
      "id": "context_dragon",
      "kind": "lifetime",
      "name": "Context Dragon",
      "next_threshold": 5000,
      "next_tier": "Copper",
      "progress": 4317,
      "progress_pct": 86,
      "state": "discovered",
      "threshold_metric": "context_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 5000
        },
        {
          "name": "Silver",
          "threshold": 15000
        },
        {
          "name": "Gold",
          "threshold": 40000
        },
        {
          "name": "Diamond",
          "threshold": 100000
        },
        {
          "name": "Olympian",
          "threshold": 250000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: gateway/API/chat-platform activity. Tier ladder: Copper 5000, Silver 15000, Gold 40000, Diamond 100000, Olympian 250000.",
      "description": "Live through gateway-connected Hermes workflows.",
      "discovered": true,
      "icon": "antenna",
      "id": "gateway_dweller",
      "kind": "lifetime",
      "name": "Gateway Dweller",
      "next_threshold": 5000,
      "next_tier": "Copper",
      "progress": 1579,
      "progress_pct": 31,
      "state": "discovered",
      "threshold_metric": "gateway_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 5000
        },
        {
          "name": "Silver",
          "threshold": 15000
        },
        {
          "name": "Gold",
          "threshold": 40000
        },
        {
          "name": "Diamond",
          "threshold": 100000
        },
        {
          "name": "Olympian",
          "threshold": 250000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: dashboard plugin development or usage signals. Tier ladder: Copper 1000, Silver 3000, Gold 8000, Diamond 20000, Olympian 50000.",
      "description": "Use or develop plugins enough that the dashboard notices.",
      "discovered": true,
      "icon": "puzzle",
      "id": "plugin_goblin",
      "kind": "lifetime",
      "name": "Plugin Goblin",
      "next_threshold": 1000,
      "next_tier": "Copper",
      "progress": 384,
      "progress_pct": 38,
      "state": "discovered",
      "threshold_metric": "plugin_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 1000
        },
        {
          "name": "Silver",
          "threshold": 3000
        },
        {
          "name": "Gold",
          "threshold": 8000
        },
        {
          "name": "Diamond",
          "threshold": 20000
        },
        {
          "name": "Olympian",
          "threshold": 50000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: rollback/checkpoint recovery mentions. Tier ladder: Copper 500, Silver 1500, Gold 4000, Diamond 10000, Olympian 25000.",
      "description": "Invoke rollback/checkpoint recovery magic.",
      "discovered": true,
      "icon": "rewind",
      "id": "rollback_wizard",
      "kind": "lifetime",
      "name": "Rollback Wizard",
      "next_threshold": 500,
      "next_tier": "Copper",
      "progress": 101,
      "progress_pct": 20,
      "secret": true,
      "state": "discovered",
      "threshold_metric": "rollback_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 500
        },
        {
          "name": "Silver",
          "threshold": 1500
        },
        {
          "name": "Gold",
          "threshold": 4000
        },
        {
          "name": "Diamond",
          "threshold": 10000
        },
        {
          "name": "Olympian",
          "threshold": 25000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Research/Web",
      "criteria": "Requirement: lifetime web_search/web_extract calls. Tier ladder: Copper 400, Silver 1200, Gold 3000, Diamond 8000, Olympian 20000.",
      "description": "Search or extract enough web content to qualify as a research spiral.",
      "discovered": true,
      "icon": "spiral",
      "id": "rabbit_hole_certified",
      "kind": "lifetime",
      "name": "Rabbit Hole Certified",
      "next_threshold": 400,
      "next_tier": "Copper",
      "progress": 42,
      "progress_pct": 10,
      "state": "discovered",
      "threshold_metric": "total_web_calls",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 400
        },
        {
          "name": "Silver",
          "threshold": 1200
        },
        {
          "name": "Gold",
          "threshold": 3000
        },
        {
          "name": "Diamond",
          "threshold": 8000
        },
        {
          "name": "Olympian",
          "threshold": 20000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Research/Web",
      "criteria": "Requirement: lifetime web_extract calls. Tier ladder: Copper 100, Silver 300, Gold 1000, Diamond 3000, Olympian 8000.",
      "description": "Extract enough web pages to become a tiny librarian.",
      "discovered": true,
      "icon": "quote",
      "id": "citation_goblin",
      "kind": "lifetime",
      "name": "Citation Goblin",
      "next_threshold": 100,
      "next_tier": "Copper",
      "progress": 10,
      "progress_pct": 10,
      "state": "discovered",
      "threshold_metric": "total_web_extract_calls",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 100
        },
        {
          "name": "Silver",
          "threshold": 300
        },
        {
          "name": "Gold",
          "threshold": 1000
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 8000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Research/Web",
      "criteria": "Requirement: documentation/README/docs activity. Tier ladder: Copper 5000, Silver 15000, Gold 40000, Diamond 100000, Olympian 250000.",
      "description": "Dig through documentation sources over and over.",
      "discovered": true,
      "icon": "compass",
      "id": "docs_archaeologist",
      "kind": "lifetime",
      "name": "Docs Archaeologist",
      "next_threshold": 5000,
      "next_tier": "Copper",
      "progress": 1296,
      "progress_pct": 25,
      "state": "discovered",
      "threshold_metric": "docs_activity_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 5000
        },
        {
          "name": "Silver",
          "threshold": 15000
        },
        {
          "name": "Gold",
          "threshold": 40000
        },
        {
          "name": "Diamond",
          "threshold": 100000
        },
        {
          "name": "Olympian",
          "threshold": 250000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Research/Web",
      "criteria": "Requirement: lifetime browser automation calls. Tier ladder: Copper 75, Silver 200, Gold 600, Diamond 1500, Olympian 4000.",
      "description": "Possess a browser through automation repeatedly.",
      "discovered": true,
      "evidence": null,
      "icon": "browser",
      "id": "browser_possession",
      "kind": "lifetime",
      "name": "Browser Possession",
      "next_threshold": 600,
      "next_tier": "Gold",
      "progress": 437,
      "progress_pct": 59,
      "state": "unlocked",
      "threshold_metric": "browser_calls",
      "tier": "Silver",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 75
        },
        {
          "name": "Silver",
          "threshold": 200
        },
        {
          "name": "Gold",
          "threshold": 600
        },
        {
          "name": "Diamond",
          "threshold": 1500
        },
        {
          "name": "Olympian",
          "threshold": 4000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Tool Mastery",
      "criteria": "Requirement: lifetime terminal calls. Tier ladder: Copper 750, Silver 2000, Gold 6000, Diamond 15000, Olympian 50000.",
      "description": "Spend serious time in shell-land.",
      "discovered": true,
      "evidence": null,
      "icon": "terminal",
      "id": "terminal_goblin",
      "kind": "lifetime",
      "name": "Terminal Goblin",
      "next_threshold": 6000,
      "next_tier": "Gold",
      "progress": 2040,
      "progress_pct": 1,
      "state": "unlocked",
      "threshold_metric": "total_terminal_calls",
      "tier": "Silver",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 750
        },
        {
          "name": "Silver",
          "threshold": 2000
        },
        {
          "name": "Gold",
          "threshold": 6000
        },
        {
          "name": "Diamond",
          "threshold": 15000
        },
        {
          "name": "Olympian",
          "threshold": 50000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Tool Mastery",
      "criteria": "Requirement: lifetime targeted patch edits. Tier ladder: Copper 250, Silver 750, Gold 2000, Diamond 6000, Olympian 15000.",
      "description": "Bend files to your will with targeted patches.",
      "discovered": true,
      "icon": "wand",
      "id": "patch_wizard",
      "kind": "lifetime",
      "name": "Patch Wizard",
      "next_threshold": 250,
      "next_tier": "Copper",
      "progress": 234,
      "progress_pct": 93,
      "state": "discovered",
      "threshold_metric": "total_patch_calls",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 250
        },
        {
          "name": "Silver",
          "threshold": 750
        },
        {
          "name": "Gold",
          "threshold": 2000
        },
        {
          "name": "Diamond",
          "threshold": 6000
        },
        {
          "name": "Olympian",
          "threshold": 15000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Tool Mastery",
      "criteria": "Requirement: lifetime read_file/search_files calls. Tier ladder: Copper 750, Silver 2000, Gold 6000, Diamond 15000, Olympian 50000.",
      "description": "Dig through the filesystem with reads and searches.",
      "discovered": true,
      "icon": "folder",
      "id": "file_archaeologist",
      "kind": "lifetime",
      "name": "File Archaeologist",
      "next_threshold": 750,
      "next_tier": "Copper",
      "progress": 597,
      "progress_pct": 79,
      "state": "discovered",
      "threshold_metric": "total_file_reads_searches",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 750
        },
        {
          "name": "Silver",
          "threshold": 2000
        },
        {
          "name": "Gold",
          "threshold": 6000
        },
        {
          "name": "Diamond",
          "threshold": 15000
        },
        {
          "name": "Olympian",
          "threshold": 50000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Tool Mastery",
      "criteria": "Requirement: image generation or vision tool calls. Tier ladder: Copper 100, Silver 300, Gold 1000, Diamond 3000, Olympian 8000.",
      "description": "Use image generation or vision tools enough for visual work.",
      "discovered": true,
      "icon": "eye",
      "id": "image_whisperer",
      "kind": "lifetime",
      "name": "Image Whisperer",
      "next_threshold": 100,
      "next_tier": "Copper",
      "progress": 5,
      "progress_pct": 5,
      "state": "discovered",
      "threshold_metric": "image_vision_calls",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 100
        },
        {
          "name": "Silver",
          "threshold": 300
        },
        {
          "name": "Gold",
          "threshold": 1000
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 8000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Tool Mastery",
      "criteria": "Requirement: text-to-speech or voice tool calls. Tier ladder: Copper 10, Silver 30, Gold 100, Diamond 300, Olympian 800.",
      "description": "Use text-to-speech or voice tooling repeatedly.",
      "discovered": true,
      "icon": "wave",
      "id": "voice_of_the_machine",
      "kind": "lifetime",
      "name": "Voice Of The Machine",
      "next_threshold": 10,
      "next_tier": "Copper",
      "progress": 0,
      "progress_pct": 0,
      "state": "discovered",
      "threshold_metric": "tts_calls",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 10
        },
        {
          "name": "Silver",
          "threshold": 30
        },
        {
          "name": "Gold",
          "threshold": 100
        },
        {
          "name": "Diamond",
          "threshold": 300
        },
        {
          "name": "Olympian",
          "threshold": 800
        }
      ],
      "unlocked": false
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: model/provider-related activity. Tier ladder: Copper 10000, Silver 30000, Gold 80000, Diamond 200000, Olympian 500000.",
      "description": "Switch or inspect providers/models enough to count as a habit.",
      "discovered": true,
      "evidence": null,
      "icon": "swap",
      "id": "model_hopper",
      "kind": "lifetime",
      "name": "Model Hopper",
      "next_threshold": 30000,
      "next_tier": "Silver",
      "progress": 18613,
      "progress_pct": 43,
      "state": "unlocked",
      "threshold_metric": "model_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 10000
        },
        {
          "name": "Silver",
          "threshold": 30000
        },
        {
          "name": "Gold",
          "threshold": 80000
        },
        {
          "name": "Diamond",
          "threshold": 200000
        },
        {
          "name": "Olympian",
          "threshold": 500000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: OpenRouter mentions. Tier ladder: Copper 250, Silver 750, Gold 2000, Diamond 6000, Olympian 15000.",
      "description": "Route model work through OpenRouter repeatedly.",
      "discovered": true,
      "evidence": null,
      "icon": "router",
      "id": "openrouter_enjoyer",
      "kind": "lifetime",
      "name": "OpenRouter Enjoyer",
      "next_threshold": 750,
      "next_tier": "Silver",
      "progress": 620,
      "progress_pct": 74,
      "state": "unlocked",
      "threshold_metric": "openrouter_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 250
        },
        {
          "name": "Silver",
          "threshold": 750
        },
        {
          "name": "Gold",
          "threshold": 2000
        },
        {
          "name": "Diamond",
          "threshold": 6000
        },
        {
          "name": "Olympian",
          "threshold": 15000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: Codex mentions. Tier ladder: Copper 500, Silver 1500, Gold 4000, Diamond 10000, Olympian 25000.",
      "description": "Summon Codex-flavored assistance often enough for a ritual.",
      "discovered": true,
      "evidence": null,
      "icon": "codex",
      "id": "codex_conjurer",
      "kind": "lifetime",
      "name": "Codex Conjurer",
      "next_threshold": 1500,
      "next_tier": "Silver",
      "progress": 777,
      "progress_pct": 27,
      "state": "unlocked",
      "threshold_metric": "codex_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 500
        },
        {
          "name": "Silver",
          "threshold": 1500
        },
        {
          "name": "Gold",
          "threshold": 4000
        },
        {
          "name": "Diamond",
          "threshold": 10000
        },
        {
          "name": "Olympian",
          "threshold": 25000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: distinct model names seen in session metadata. Tier ladder: Copper 10, Silver 20, Gold 40, Diamond 80, Olympian 160.",
      "description": "Use a real spread of distinct model names across Hermes history.",
      "discovered": true,
      "icon": "prism",
      "id": "multi_model_mage",
      "kind": "lifetime",
      "name": "Multi-Model Mage",
      "next_threshold": 10,
      "next_tier": "Copper",
      "progress": 4,
      "progress_pct": 40,
      "state": "discovered",
      "threshold_metric": "distinct_model_count",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 10
        },
        {
          "name": "Silver",
          "threshold": 20
        },
        {
          "name": "Gold",
          "threshold": 40
        },
        {
          "name": "Diamond",
          "threshold": 80
        },
        {
          "name": "Olympian",
          "threshold": 160
        }
      ],
      "unlocked": false
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: distinct model names seen in session metadata. Tier ladder: Copper 5, Silver 10, Gold 20, Diamond 40, Olympian 80.",
      "description": "Try at least five distinct LLMs instead of marrying the first model that answers.",
      "discovered": true,
      "icon": "prism",
      "id": "five_model_flight",
      "kind": "lifetime",
      "name": "Five-Model Flight",
      "next_threshold": 5,
      "next_tier": "Copper",
      "progress": 4,
      "progress_pct": 80,
      "state": "discovered",
      "threshold_metric": "distinct_model_count",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 5
        },
        {
          "name": "Silver",
          "threshold": 10
        },
        {
          "name": "Gold",
          "threshold": 20
        },
        {
          "name": "Diamond",
          "threshold": 40
        },
        {
          "name": "Olympian",
          "threshold": 80
        }
      ],
      "unlocked": false
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: distinct model providers inferred from session metadata. Tier ladder: Copper 2, Silver 3, Gold 5, Diamond 8, Olympian 12.",
      "description": "Use models from multiple providers across Hermes history.",
      "discovered": true,
      "evidence": null,
      "icon": "swap",
      "id": "provider_polyglot",
      "kind": "lifetime",
      "name": "Provider Polyglot",
      "next_threshold": 5,
      "next_tier": "Gold",
      "progress": 3,
      "progress_pct": 0,
      "state": "unlocked",
      "threshold_metric": "distinct_provider_count",
      "tier": "Silver",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 2
        },
        {
          "name": "Silver",
          "threshold": 3
        },
        {
          "name": "Gold",
          "threshold": 5
        },
        {
          "name": "Diamond",
          "threshold": 8
        },
        {
          "name": "Olympian",
          "threshold": 12
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: model/provider-related activity. Tier ladder: Copper 250, Silver 750, Gold 2000, Diamond 6000, Olympian 15000.",
      "description": "Taste enough model/provider conversations to develop preferences.",
      "discovered": true,
      "evidence": null,
      "icon": "wine",
      "id": "model_sommelier",
      "kind": "lifetime",
      "name": "Model Sommelier",
      "next_threshold": 15000,
      "next_tier": null,
      "progress": 18613,
      "progress_pct": 100,
      "state": "unlocked",
      "threshold_metric": "model_events",
      "tier": "Olympian",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 250
        },
        {
          "name": "Silver",
          "threshold": 750
        },
        {
          "name": "Gold",
          "threshold": 2000
        },
        {
          "name": "Diamond",
          "threshold": 6000
        },
        {
          "name": "Olympian",
          "threshold": 15000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: Claude/Anthropic model mentions. Tier ladder: Copper 50, Silver 150, Gold 500, Diamond 1500, Olympian 4000.",
      "description": "Bring Claude-flavored reasoning into the workflow repeatedly.",
      "discovered": true,
      "evidence": null,
      "icon": "quote",
      "id": "claude_confidant",
      "kind": "lifetime",
      "name": "Claude Confidant",
      "next_threshold": 500,
      "next_tier": "Gold",
      "progress": 444,
      "progress_pct": 84,
      "state": "unlocked",
      "threshold_metric": "claude_events",
      "tier": "Silver",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 50
        },
        {
          "name": "Silver",
          "threshold": 150
        },
        {
          "name": "Gold",
          "threshold": 500
        },
        {
          "name": "Diamond",
          "threshold": 1500
        },
        {
          "name": "Olympian",
          "threshold": 4000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: Gemini/Google model mentions. Tier ladder: Copper 50, Silver 150, Gold 500, Diamond 1500, Olympian 4000.",
      "description": "Map enough Gemini-related workflows to know the terrain.",
      "discovered": true,
      "evidence": null,
      "icon": "compass",
      "id": "gemini_cartographer",
      "kind": "lifetime",
      "name": "Gemini Cartographer",
      "next_threshold": 150,
      "next_tier": "Silver",
      "progress": 70,
      "progress_pct": 20,
      "state": "unlocked",
      "threshold_metric": "gemini_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 50
        },
        {
          "name": "Silver",
          "threshold": 150
        },
        {
          "name": "Gold",
          "threshold": 500
        },
        {
          "name": "Diamond",
          "threshold": 1500
        },
        {
          "name": "Olympian",
          "threshold": 4000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Model Lore",
      "criteria": "Requirement: Hermes sessions whose model metadata is local/open-weight. Tier ladder: Copper 1, Silver 3, Gold 10, Diamond 30, Olympian 100.",
      "description": "Actually chat with local/open-weight models through Hermes session metadata.",
      "discovered": true,
      "icon": "terminal",
      "id": "open_weights_pilgrim",
      "kind": "lifetime",
      "name": "Open Weights Pilgrim",
      "next_threshold": 1,
      "next_tier": "Copper",
      "progress": 0,
      "progress_pct": 0,
      "state": "discovered",
      "threshold_metric": "local_model_chat_sessions",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 1
        },
        {
          "name": "Silver",
          "threshold": 3
        },
        {
          "name": "Gold",
          "threshold": 10
        },
        {
          "name": "Diamond",
          "threshold": 30
        },
        {
          "name": "Olympian",
          "threshold": 100
        }
      ],
      "unlocked": false
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: toolset or tool-family mentions. Tier ladder: Copper 20, Silver 60, Gold 200, Diamond 600, Olympian 1500.",
      "description": "Navigate Hermes toolsets deliberately instead of treating tools as a blur.",
      "discovered": true,
      "evidence": null,
      "icon": "compass",
      "id": "toolset_cartographer",
      "kind": "lifetime",
      "name": "Toolset Cartographer",
      "next_threshold": 600,
      "next_tier": "Diamond",
      "progress": 207,
      "progress_pct": 1,
      "state": "unlocked",
      "threshold_metric": "toolset_events",
      "tier": "Gold",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 20
        },
        {
          "name": "Silver",
          "threshold": 60
        },
        {
          "name": "Gold",
          "threshold": 200
        },
        {
          "name": "Diamond",
          "threshold": 600
        },
        {
          "name": "Olympian",
          "threshold": 1500
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Hermes Native",
      "criteria": "Requirement: configuration/environment/manifest activity. Tier ladder: Copper 100, Silver 300, Gold 1000, Diamond 3000, Olympian 10000.",
      "description": "Operate on real config files, manifests, env files, and dashboard settings without flinching.",
      "discovered": true,
      "evidence": null,
      "icon": "key",
      "id": "config_surgeon",
      "kind": "lifetime",
      "name": "Config Surgeon",
      "next_threshold": 3000,
      "next_tier": "Diamond",
      "progress": 1023,
      "progress_pct": 1,
      "state": "unlocked",
      "threshold_metric": "config_events",
      "tier": "Gold",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 100
        },
        {
          "name": "Silver",
          "threshold": 300
        },
        {
          "name": "Gold",
          "threshold": 1000
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 10000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Vibe Coding",
      "criteria": "Requirement: git history operations such as rebase, merge, fetch, push, or tag. Tier ladder: Copper 10, Silver 30, Gold 100, Diamond 300, Olympian 800.",
      "description": "Handle real git history surgery: rebase, conflict, merge, fetch, push.",
      "discovered": true,
      "evidence": null,
      "icon": "branch",
      "id": "rebase_acrobat",
      "kind": "lifetime",
      "name": "Rebase Acrobat",
      "next_threshold": 30,
      "next_tier": "Silver",
      "progress": 13,
      "progress_pct": 15,
      "state": "unlocked",
      "threshold_metric": "git_history_events",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 10
        },
        {
          "name": "Silver",
          "threshold": 30
        },
        {
          "name": "Gold",
          "threshold": 100
        },
        {
          "name": "Diamond",
          "threshold": 300
        },
        {
          "name": "Olympian",
          "threshold": 800
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Tool Mastery",
      "criteria": "Requirement: test/check/verification command mentions. Tier ladder: Copper 100, Silver 300, Gold 800, Diamond 2400, Olympian 6000.",
      "description": "Run enough verification commands that green text becomes part of the ritual.",
      "discovered": true,
      "evidence": null,
      "icon": "daemon",
      "id": "test_suite_tamer",
      "kind": "lifetime",
      "name": "Test Suite Tamer",
      "next_threshold": 2400,
      "next_tier": "Diamond",
      "progress": 1188,
      "progress_pct": 24,
      "state": "unlocked",
      "threshold_metric": "test_events",
      "tier": "Gold",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 100
        },
        {
          "name": "Silver",
          "threshold": 300
        },
        {
          "name": "Gold",
          "threshold": 800
        },
        {
          "name": "Diamond",
          "threshold": 2400
        },
        {
          "name": "Olympian",
          "threshold": 6000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Tool Mastery",
      "criteria": "Requirement: screenshot, Playwright, PNG, or vision-inspection activity. Tier ladder: Copper 50, Silver 150, Gold 500, Diamond 1500, Olympian 5000.",
      "description": "Capture, inspect, and polish visual proof instead of just claiming it works.",
      "discovered": true,
      "evidence": null,
      "icon": "eye",
      "id": "screenshot_hunter",
      "kind": "lifetime",
      "name": "Screenshot Hunter",
      "next_threshold": 500,
      "next_tier": "Gold",
      "progress": 301,
      "progress_pct": 43,
      "state": "unlocked",
      "threshold_metric": "screenshot_events",
      "tier": "Silver",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 50
        },
        {
          "name": "Silver",
          "threshold": 150
        },
        {
          "name": "Gold",
          "threshold": 500
        },
        {
          "name": "Diamond",
          "threshold": 1500
        },
        {
          "name": "Olympian",
          "threshold": 5000
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Lifestyle",
      "criteria": "Requirement: Hermes sessions. Tier ladder: Copper 75, Silver 200, Gold 500, Diamond 1500, Olympian 5000.",
      "description": "Accumulate a serious number of Hermes sessions.",
      "discovered": true,
      "icon": "marathon",
      "id": "marathon_operator",
      "kind": "lifetime",
      "name": "Marathon Operator",
      "next_threshold": 75,
      "next_tier": "Copper",
      "progress": 42,
      "progress_pct": 56,
      "state": "discovered",
      "threshold_metric": "session_count",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 75
        },
        {
          "name": "Silver",
          "threshold": 200
        },
        {
          "name": "Gold",
          "threshold": 500
        },
        {
          "name": "Diamond",
          "threshold": 1500
        },
        {
          "name": "Olympian",
          "threshold": 5000
        }
      ],
      "unlocked": false
    },
    {
      "category": "Lifestyle",
      "criteria": "Requirement: sessions started on weekends. Tier ladder: Copper 25, Silver 75, Gold 200, Diamond 600, Olympian 1500.",
      "description": "Run Hermes on weekends enough times to make it a lifestyle.",
      "discovered": true,
      "evidence": null,
      "icon": "calendar",
      "id": "weekend_warrior",
      "kind": "lifetime",
      "name": "Weekend Warrior",
      "next_threshold": 75,
      "next_tier": "Silver",
      "progress": 25,
      "progress_pct": 0,
      "state": "unlocked",
      "threshold_metric": "weekend_sessions",
      "tier": "Copper",
      "tiers": [
        {
          "name": "Copper",
          "threshold": 25
        },
        {
          "name": "Silver",
          "threshold": 75
        },
        {
          "name": "Gold",
          "threshold": 200
        },
        {
          "name": "Diamond",
          "threshold": 600
        },
        {
          "name": "Olympian",
          "threshold": 1500
        }
      ],
      "unlocked": true,
      "unlocked_at": 1781480574
    },
    {
      "category": "Lifestyle",
      "criteria": "Requirement: sessions started late night or before dawn. Tier ladder: Copper 25, Silver 75, Gold 200, Diamond 600, Olympian 1500.",
      "description": "Run sessions during gremlin hours repeatedly.",
      "discovered": true,
      "icon": "moon",
      "id": "night_shift_operator",
      "kind": "lifetime",
      "name": "Night Shift Operator",
      "next_threshold": 25,
      "next_tier": "Copper",
      "progress": 5,
      "progress_pct": 20,
      "state": "discovered",
      "threshold_metric": "night_sessions",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 25
        },
        {
          "name": "Silver",
          "threshold": 75
        },
        {
          "name": "Gold",
          "threshold": 200
        },
        {
          "name": "Diamond",
          "threshold": 600
        },
        {
          "name": "Olympian",
          "threshold": 1500
        }
      ],
      "unlocked": false
    },
    {
      "category": "Lifestyle",
      "criteria": "Requirement: prompt-cache/cache-hit mentions. Tier ladder: Copper 100, Silver 300, Gold 1000, Diamond 3000, Olympian 8000.",
      "description": "Notice or benefit from prompt/cache behavior.",
      "discovered": true,
      "icon": "cache",
      "id": "cache_hit_appreciator",
      "kind": "lifetime",
      "name": "Cache Hit Appreciator",
      "next_threshold": 100,
      "next_tier": "Copper",
      "progress": 19,
      "progress_pct": 19,
      "secret": true,
      "state": "discovered",
      "threshold_metric": "cache_events",
      "tier": null,
      "tiers": [
        {
          "name": "Copper",
          "threshold": 100
        },
        {
          "name": "Silver",
          "threshold": 300
        },
        {
          "name": "Gold",
          "threshold": 1000
        },
        {
          "name": "Diamond",
          "threshold": 3000
        },
        {
          "name": "Olympian",
          "threshold": 8000
        }
      ],
      "unlocked": false
    }
  ],
  "aggregate": {
    "browser_calls": 437,
    "cache_events": 19,
    "claude_events": 444,
    "codex_events": 777,
    "config_events": 1023,
    "context_events": 4317,
    "css_activity_events": 1307,
    "distinct_model_count": 4,
    "distinct_provider_count": 3,
    "docker_conflict_events": 14,
    "docs_activity_events": 1296,
    "env_var_error_events": 1382,
    "frontend_activity_events": 664,
    "gateway_events": 1579,
    "gemini_events": 70,
    "git_events": 20,
    "git_history_events": 13,
    "image_vision_calls": 5,
    "install_error_events": 18,
    "install_success_events": 19,
    "local_model_chat_sessions": 0,
    "local_model_events": 1466,
    "log_read_events": 390,
    "max_distinct_tools_in_session": 17,
    "max_file_tool_calls_in_session": 169,
    "max_files_touched_in_session": 175,
    "max_messages_in_session": 1213,
    "max_terminal_calls_in_session": 350,
    "max_tool_calls_in_session": 539,
    "max_web_browser_calls_in_session": 68,
    "max_web_calls_in_session": 11,
    "memory_events": 15,
    "memory_write_events": 15,
    "model_events": 18613,
    "night_sessions": 5,
    "openrouter_events": 620,
    "permission_denied_events": 53,
    "plugin_events": 384,
    "port_conflict_events": 12,
    "release_events": 1066,
    "restart_after_error_events": 31,
    "rollback_events": 101,
    "screenshot_events": 301,
    "session_count": 42,
    "skill_events": 1157,
    "skill_manage_events": 12,
    "test_events": 1188,
    "tiny_patch_after_errors_events": 7,
    "toolset_events": 207,
    "total_cron_calls": 0,
    "total_delegate_calls": 13,
    "total_errors": 2653,
    "total_file_reads_searches": 597,
    "total_patch_calls": 234,
    "total_process_calls": 237,
    "total_terminal_calls": 2040,
    "total_tool_calls": 3861,
    "total_web_calls": 42,
    "total_web_extract_calls": 10,
    "traceback_events": 799,
    "tts_calls": 0,
    "weekend_sessions": 25,
    "yaml_error_events": 1160
  },
  "discovered_count": 35,
  "error": null,
  "generated_at": 1781575284,
  "scan_meta": {
    "mode": "incremental",
    "sessions_expected_total": 42,
    "sessions_rescanned": 1,
    "sessions_reused": 41,
    "sessions_scanned_so_far": 42,
    "sessions_total": 42
  },
  "secret_count": 0,
  "sessions": [
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 0,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 0,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 0,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": "2026-06-14T01:12:34.476647",
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 0,
      "model_events": 0,
      "model_names": [],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260614_011219_0cb01899",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": "2026-06-14T01:12:34.476647",
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Untitled",
      "tool_call_count": 0,
      "tool_names": [],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 2,
      "claude_events": 31,
      "codex_events": 14,
      "config_events": 87,
      "context_events": 72,
      "cron_calls": 0,
      "css_activity_events": 60,
      "delegate_calls": 0,
      "distinct_tool_count": 5,
      "docker_conflict_events": 1,
      "docs_activity_events": 112,
      "env_var_error_events": 95,
      "error_count": 10,
      "file_reads_searches": 1,
      "file_tool_calls": 1,
      "files_touched_count": 20,
      "frontend_activity_events": 20,
      "gateway_events": 152,
      "gemini_events": 6,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781575279.4062085,
      "local_model_events": 35,
      "log_read_events": 37,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 30,
      "model_events": 550,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 39,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 60,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 2,
      "release_events": 25,
      "restart_after_error_events": 1,
      "rollback_events": 7,
      "screenshot_events": 17,
      "session_id": "20260615_185016_b57f61",
      "skill_events": 111,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1781574617.7889786,
      "terminal_calls": 2,
      "test_events": 27,
      "tiny_patch_after_errors_events": 1,
      "title": "Hermes Desktop Readability Tweaks",
      "tool_call_count": 14,
      "tool_names": [
        "search_files",
        "skill_view",
        "terminal",
        "web_extract",
        "web_search"
      ],
      "toolset_events": 27,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 9,
      "web_calls": 9,
      "web_extract_calls": 5,
      "yaml_error_events": 153
    },
    {
      "browser_calls": 0,
      "cache_events": 2,
      "claude_events": 24,
      "codex_events": 12,
      "config_events": 52,
      "context_events": 26,
      "cron_calls": 0,
      "css_activity_events": 4,
      "delegate_calls": 0,
      "distinct_tool_count": 4,
      "docker_conflict_events": 1,
      "docs_activity_events": 40,
      "env_var_error_events": 20,
      "error_count": 16,
      "file_reads_searches": 2,
      "file_tool_calls": 3,
      "files_touched_count": 10,
      "frontend_activity_events": 5,
      "gateway_events": 146,
      "gemini_events": 3,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781480018.9830782,
      "local_model_events": 17,
      "log_read_events": 26,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 35,
      "model_events": 435,
      "model_names": [
        "qwen36-35b-mtp"
      ],
      "openrouter_events": 36,
      "patch_calls": 1,
      "permission_denied_events": 0,
      "plugin_events": 9,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 2,
      "release_events": 4,
      "restart_after_error_events": 1,
      "rollback_events": 7,
      "screenshot_events": 0,
      "session_id": "20260614_162117_1eceb0ae",
      "skill_events": 82,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781479277.2091956,
      "terminal_calls": 9,
      "test_events": 22,
      "tiny_patch_after_errors_events": 0,
      "title": "Troubleshooting Hermes Desktop Remote Connection",
      "tool_call_count": 13,
      "tool_names": [
        "patch",
        "read_file",
        "skill_view",
        "terminal"
      ],
      "toolset_events": 21,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 44
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 58,
      "context_events": 107,
      "cron_calls": 0,
      "css_activity_events": 1,
      "delegate_calls": 0,
      "distinct_tool_count": 7,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 11,
      "error_count": 33,
      "file_reads_searches": 28,
      "file_tool_calls": 41,
      "files_touched_count": 82,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781478887.8443654,
      "local_model_events": 0,
      "log_read_events": 1,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 132,
      "model_events": 20,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 10,
      "permission_denied_events": 18,
      "plugin_events": 24,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 10,
      "release_events": 0,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 1,
      "session_id": "20260614_160851_046fbd1a",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781478531.2395825,
      "terminal_calls": 23,
      "test_events": 48,
      "tiny_patch_after_errors_events": 0,
      "title": "Fixing scraper with HTTPS",
      "tool_call_count": 73,
      "tool_names": [
        "patch",
        "process",
        "read_file",
        "search_files",
        "terminal",
        "todo",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 13,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 19
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 1,
      "context_events": 70,
      "cron_calls": 0,
      "css_activity_events": 4,
      "delegate_calls": 0,
      "distinct_tool_count": 4,
      "docker_conflict_events": 0,
      "docs_activity_events": 4,
      "env_var_error_events": 18,
      "error_count": 46,
      "file_reads_searches": 45,
      "file_tool_calls": 46,
      "files_touched_count": 116,
      "frontend_activity_events": 1,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781417634.9631908,
      "local_model_events": 0,
      "log_read_events": 2,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 74,
      "model_events": 119,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 1,
      "rollback_events": 1,
      "screenshot_events": 1,
      "session_id": "20260613_231143_e6afd3",
      "skill_events": 8,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781417503.9569638,
      "terminal_calls": 9,
      "test_events": 2,
      "tiny_patch_after_errors_events": 0,
      "title": "Compare extractors between scraper-engine and nexstream-scra...",
      "tool_call_count": 55,
      "tool_names": [
        "read_file",
        "search_files",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 93,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 1
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 154,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 4,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 120,
      "error_count": 26,
      "file_reads_searches": 46,
      "file_tool_calls": 47,
      "files_touched_count": 1,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781417617.4980862,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 63,
      "model_events": 406,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 39,
      "restart_after_error_events": 1,
      "rollback_events": 9,
      "screenshot_events": 0,
      "session_id": "20260613_231143_c71bdb",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781417503.9524536,
      "terminal_calls": 3,
      "test_events": 0,
      "tiny_patch_after_errors_events": 1,
      "title": "Audit scraper-engine/strmr/ - check all files in debrid/, st...",
      "tool_call_count": 50,
      "tool_names": [
        "read_file",
        "search_files",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 93,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 7,
      "codex_events": 2,
      "config_events": 78,
      "context_events": 399,
      "cron_calls": 0,
      "css_activity_events": 129,
      "delegate_calls": 1,
      "distinct_tool_count": 10,
      "docker_conflict_events": 1,
      "docs_activity_events": 34,
      "env_var_error_events": 74,
      "error_count": 328,
      "file_reads_searches": 61,
      "file_tool_calls": 169,
      "files_touched_count": 67,
      "frontend_activity_events": 46,
      "gateway_events": 1,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781422457.2304153,
      "local_model_events": 0,
      "log_read_events": 4,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 1213,
      "model_events": 579,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 76,
      "permission_denied_events": 0,
      "plugin_events": 38,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 20,
      "release_events": 18,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 16,
      "session_id": "20260613_225756_7bad19",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1781416676.798271,
      "terminal_calls": 350,
      "test_events": 174,
      "tiny_patch_after_errors_events": 0,
      "title": "PhoneLookup Scraper Overview #2",
      "tool_call_count": 539,
      "tool_names": [
        "delegate_task",
        "patch",
        "process",
        "read_file",
        "search_files",
        "session_search",
        "terminal",
        "todo",
        "web_search",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 17,
      "tts_calls": 0,
      "web_browser_calls": 7,
      "web_calls": 7,
      "web_extract_calls": 0,
      "yaml_error_events": 13
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 20,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 1,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 11,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781414588.8627782,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 18,
      "model_events": 161,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_222229_43ff26",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781414549.3445382,
      "terminal_calls": 11,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Extract ONstreamz API + models + player + UI",
      "tool_call_count": 11,
      "tool_names": [
        "terminal"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 6,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 1,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 26,
      "error_count": 17,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 1,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781414612.9044576,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 26,
      "model_events": 30,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 1,
      "rollback_events": 6,
      "screenshot_events": 0,
      "session_id": "20260613_222229_6b381d",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781414549.3422246,
      "terminal_calls": 17,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Extract STRMR auth/player/channels/settings/models/ui",
      "tool_call_count": 17,
      "tool_names": [
        "terminal"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 19,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 1,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 8,
      "error_count": 12,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781414580.9252877,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 18,
      "model_events": 33,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 1,
      "restart_after_error_events": 0,
      "rollback_events": 3,
      "screenshot_events": 0,
      "session_id": "20260613_222229_504bfe",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781414549.3377547,
      "terminal_calls": 12,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Extract STRMR Stremio addon files",
      "tool_call_count": 12,
      "tool_names": [
        "terminal"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 7,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 1,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 10,
      "error_count": 20,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 1,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781414530.5300636,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 27,
      "model_events": 137,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_222118_be8f6c",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781414478.6074355,
      "terminal_calls": 20,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Extract STRMR Trakt files",
      "tool_call_count": 20,
      "tool_names": [
        "terminal"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 0,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 0,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 0,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781414478.617547,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 1,
      "model_events": 0,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_222118_e21298",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781414478.6034298,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Extract STRMR Stremio addon files",
      "tool_call_count": 0,
      "tool_names": [],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 36,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 2,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 8,
      "error_count": 6,
      "file_reads_searches": 33,
      "file_tool_calls": 33,
      "files_touched_count": 0,
      "frontend_activity_events": 1,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781414535.0112555,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 48,
      "model_events": 181,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_222118_9c8a21",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781414478.5988562,
      "terminal_calls": 6,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Extract STRMR debrid files",
      "tool_call_count": 39,
      "tool_names": [
        "search_files",
        "terminal"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 26,
      "cron_calls": 0,
      "css_activity_events": 3,
      "delegate_calls": 0,
      "distinct_tool_count": 5,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 36,
      "file_reads_searches": 25,
      "file_tool_calls": 38,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781402703.0072405,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 79,
      "model_events": 275,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 8,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 21,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 6,
      "session_id": "20260613_185939_dff37e",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781402379.5350254,
      "terminal_calls": 6,
      "test_events": 2,
      "tiny_patch_after_errors_events": 0,
      "title": "Port Pelisplusto, AnimeFlv, AnimeSaturn, and AnimeUnity prov...",
      "tool_call_count": 44,
      "tool_names": [
        "patch",
        "read_file",
        "search_files",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 63,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 0,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 0,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 0,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781402379.551027,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 1,
      "model_events": 1,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_185939_f6c5e3",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781402379.5318415,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Port HiAnime, FlixLatam, and SoloLatino providers from Kotli...",
      "tool_call_count": 0,
      "tool_names": [],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 19,
      "context_events": 30,
      "cron_calls": 0,
      "css_activity_events": 9,
      "delegate_calls": 0,
      "distinct_tool_count": 5,
      "docker_conflict_events": 0,
      "docs_activity_events": 3,
      "env_var_error_events": 2,
      "error_count": 34,
      "file_reads_searches": 28,
      "file_tool_calls": 40,
      "files_touched_count": 50,
      "frontend_activity_events": 20,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781402678.7222042,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 88,
      "model_events": 378,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 9,
      "permission_denied_events": 0,
      "plugin_events": 6,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 66,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 3,
      "session_id": "20260613_185939_80ed96",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781402379.527222,
      "terminal_calls": 10,
      "test_events": 4,
      "tiny_patch_after_errors_events": 0,
      "title": "Port Tmdb, CineCalidad, and Cuevana providers from Kotlin to...",
      "tool_call_count": 50,
      "tool_names": [
        "patch",
        "read_file",
        "search_files",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 27,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 66,
      "cron_calls": 0,
      "css_activity_events": 7,
      "delegate_calls": 0,
      "distinct_tool_count": 5,
      "docker_conflict_events": 0,
      "docs_activity_events": 3,
      "env_var_error_events": 0,
      "error_count": 70,
      "file_reads_searches": 73,
      "file_tool_calls": 75,
      "files_touched_count": 0,
      "frontend_activity_events": 4,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781402317.838347,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 103,
      "model_events": 110,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 1,
      "permission_denied_events": 0,
      "plugin_events": 1,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 9,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_185413_cce845",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781402053.092108,
      "terminal_calls": 6,
      "test_events": 7,
      "tiny_patch_after_errors_events": 0,
      "title": "Port ALL remaining simple extractors (60+) to Go in a single...",
      "tool_call_count": 81,
      "tool_names": [
        "patch",
        "read_file",
        "search_files",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 170,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 0,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 0,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 0,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781402054.1205842,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 1,
      "model_events": 0,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_185412_d9d15b",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781402053.0905051,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Port VidsrcTo, Vidplay, VixSrc, and Chillx extractors from K...",
      "tool_call_count": 0,
      "tool_names": [],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 25,
      "cron_calls": 0,
      "css_activity_events": 9,
      "delegate_calls": 0,
      "distinct_tool_count": 4,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 17,
      "file_reads_searches": 9,
      "file_tool_calls": 11,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781402226.8803053,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 30,
      "model_events": 52,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 1,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 5,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260613_185412_31acbe",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781402053.0859907,
      "terminal_calls": 5,
      "test_events": 2,
      "tiny_patch_after_errors_events": 0,
      "title": "Port RabbitstreamExtractor, MegacloudExtractor, DokicloudExt...",
      "tool_call_count": 16,
      "tool_names": [
        "patch",
        "read_file",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 2,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 68,
      "cron_calls": 0,
      "css_activity_events": 6,
      "delegate_calls": 0,
      "distinct_tool_count": 3,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 8,
      "error_count": 33,
      "file_reads_searches": 49,
      "file_tool_calls": 50,
      "files_touched_count": 1,
      "frontend_activity_events": 1,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781399581.768492,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 65,
      "model_events": 392,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 75,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 3,
      "session_id": "20260613_181031_776bb4",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "subagent",
      "started_at": 1781399431.978613,
      "terminal_calls": 3,
      "test_events": 19,
      "tiny_patch_after_errors_events": 0,
      "title": "Analyze the Streamflix Kotlin scraper engine and produce det...",
      "tool_call_count": 53,
      "tool_names": [
        "read_file",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 102,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 1
    },
    {
      "browser_calls": 0,
      "cache_events": 1,
      "claude_events": 14,
      "codex_events": 4,
      "config_events": 89,
      "context_events": 451,
      "cron_calls": 0,
      "css_activity_events": 220,
      "delegate_calls": 3,
      "distinct_tool_count": 12,
      "docker_conflict_events": 4,
      "docs_activity_events": 91,
      "env_var_error_events": 90,
      "error_count": 429,
      "file_reads_searches": 71,
      "file_tool_calls": 148,
      "files_touched_count": 175,
      "frontend_activity_events": 116,
      "gateway_events": 48,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781416644.674883,
      "local_model_events": 80,
      "log_read_events": 24,
      "memory_events": 1,
      "memory_write_events": 1,
      "message_count": 1074,
      "model_events": 1573,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 21,
      "patch_calls": 59,
      "permission_denied_events": 6,
      "plugin_events": 30,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 47,
      "release_events": 95,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 44,
      "session_id": "20260613_174450_a19755",
      "skill_events": 75,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1781397893.6229446,
      "terminal_calls": 323,
      "test_events": 273,
      "tiny_patch_after_errors_events": 0,
      "title": "PhoneLookup Scraper Overview",
      "tool_call_count": 502,
      "tool_names": [
        "delegate_task",
        "memory",
        "patch",
        "process",
        "read_file",
        "search_files",
        "session_search",
        "skill_view",
        "terminal",
        "todo",
        "web_search",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 39,
      "tts_calls": 0,
      "web_browser_calls": 7,
      "web_calls": 7,
      "web_extract_calls": 0,
      "yaml_error_events": 73
    },
    {
      "browser_calls": 1,
      "cache_events": 0,
      "claude_events": 3,
      "codex_events": 0,
      "config_events": 14,
      "context_events": 260,
      "cron_calls": 0,
      "css_activity_events": 132,
      "delegate_calls": 3,
      "distinct_tool_count": 13,
      "docker_conflict_events": 0,
      "docs_activity_events": 25,
      "env_var_error_events": 123,
      "error_count": 71,
      "file_reads_searches": 60,
      "file_tool_calls": 62,
      "files_touched_count": 5,
      "frontend_activity_events": 4,
      "gateway_events": 2,
      "gemini_events": 3,
      "git_events": 0,
      "git_history_events": 1,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781415234.5874586,
      "local_model_events": 0,
      "log_read_events": 1,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 237,
      "model_events": 1257,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 1,
      "plugin_events": 8,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 7,
      "release_events": 168,
      "restart_after_error_events": 1,
      "rollback_events": 4,
      "screenshot_events": 6,
      "session_id": "20260613_171328_4777f7",
      "skill_events": 18,
      "skill_manage_events": 2,
      "source": "tui",
      "started_at": 1781396011.3951368,
      "terminal_calls": 46,
      "test_events": 100,
      "tiny_patch_after_errors_events": 0,
      "title": "Reverse Engineering Two APKs",
      "tool_call_count": 134,
      "tool_names": [
        "browser_navigate",
        "clarify",
        "delegate_task",
        "process",
        "read_file",
        "search_files",
        "skill_manage",
        "skill_view",
        "terminal",
        "todo",
        "web_extract",
        "web_search",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 37,
      "tts_calls": 0,
      "web_browser_calls": 12,
      "web_calls": 11,
      "web_extract_calls": 4,
      "yaml_error_events": 4
    },
    {
      "browser_calls": 6,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 7,
      "context_events": 74,
      "cron_calls": 0,
      "css_activity_events": 45,
      "delegate_calls": 0,
      "distinct_tool_count": 5,
      "docker_conflict_events": 0,
      "docs_activity_events": 17,
      "env_var_error_events": 56,
      "error_count": 72,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 2,
      "frontend_activity_events": 7,
      "gateway_events": 20,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781314106.9734228,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 106,
      "model_events": 25,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 1,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 6,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 1,
      "session_id": "20260612_182353_f922cc",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781313833.8531945,
      "terminal_calls": 68,
      "test_events": 1,
      "tiny_patch_after_errors_events": 0,
      "title": "Find a working Truecaller API bearer token or discover the c...",
      "tool_call_count": 74,
      "tool_names": [
        "browser_click",
        "browser_navigate",
        "browser_scroll",
        "browser_snapshot",
        "terminal"
      ],
      "toolset_events": 0,
      "traceback_events": 19,
      "tts_calls": 0,
      "web_browser_calls": 6,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 10
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 38,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 0,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 3,
      "error_count": 0,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 1,
      "last_active": 1781313690.903664,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 2,
      "model_events": 2,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260612_182108_302aef",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781313668.2141552,
      "terminal_calls": 0,
      "test_events": 2,
      "tiny_patch_after_errors_events": 0,
      "title": "Find a way to obtain a Truecaller API bearer token programma...",
      "tool_call_count": 0,
      "tool_names": [],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 50,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 3,
      "cron_calls": 0,
      "css_activity_events": 55,
      "delegate_calls": 0,
      "distinct_tool_count": 6,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 10,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 7,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 1,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781312205.618835,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 103,
      "model_events": 0,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 6,
      "session_id": "20260612_175409_112b10",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781312049.0745027,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Browse to peekyou.com, inspect the phone search flow, and fi...",
      "tool_call_count": 50,
      "tool_names": [
        "browser_click",
        "browser_console",
        "browser_navigate",
        "browser_snapshot",
        "browser_type",
        "browser_vision"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 50,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 32,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 8,
      "cron_calls": 0,
      "css_activity_events": 133,
      "delegate_calls": 0,
      "distinct_tool_count": 8,
      "docker_conflict_events": 0,
      "docs_activity_events": 10,
      "env_var_error_events": 6,
      "error_count": 36,
      "file_reads_searches": 0,
      "file_tool_calls": 1,
      "files_touched_count": 2,
      "frontend_activity_events": 31,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 2,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781305762.1431015,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 112,
      "model_events": 16,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 6,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 18,
      "session_id": "20260612_160321_ea3c18",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781305401.9176764,
      "terminal_calls": 32,
      "test_events": 9,
      "tiny_patch_after_errors_events": 0,
      "title": "Research the actual anti-bot measures and scraping approache...",
      "tool_call_count": 65,
      "tool_names": [
        "browser_click",
        "browser_console",
        "browser_navigate",
        "browser_snapshot",
        "browser_type",
        "browser_vision",
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 32,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 4,
      "context_events": 57,
      "cron_calls": 0,
      "css_activity_events": 121,
      "delegate_calls": 0,
      "distinct_tool_count": 1,
      "docker_conflict_events": 0,
      "docs_activity_events": 27,
      "env_var_error_events": 27,
      "error_count": 68,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 5,
      "frontend_activity_events": 113,
      "gateway_events": 13,
      "gemini_events": 0,
      "git_events": 1,
      "git_history_events": 1,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781305659.5472546,
      "local_model_events": 0,
      "log_read_events": 1,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 86,
      "model_events": 9,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 2,
      "plugin_events": 11,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 1,
      "release_events": 6,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 67,
      "session_id": "20260612_160321_6a59de",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781305401.9145079,
      "terminal_calls": 68,
      "test_events": 22,
      "tiny_patch_after_errors_events": 0,
      "title": "Search GitHub and the web for the best existing open-source ...",
      "tool_call_count": 68,
      "tool_names": [
        "terminal"
      ],
      "toolset_events": 0,
      "traceback_events": 2,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 7
    },
    {
      "browser_calls": 54,
      "cache_events": 0,
      "claude_events": 22,
      "codex_events": 285,
      "config_events": 4,
      "context_events": 6,
      "cron_calls": 0,
      "css_activity_events": 7,
      "delegate_calls": 0,
      "distinct_tool_count": 6,
      "docker_conflict_events": 0,
      "docs_activity_events": 108,
      "env_var_error_events": 17,
      "error_count": 15,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 3,
      "gateway_events": 15,
      "gemini_events": 1,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781287881.306165,
      "local_model_events": 7,
      "log_read_events": 2,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 87,
      "model_events": 475,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 2,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 9,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 103,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 1,
      "session_id": "20260612_110731_e35a01",
      "skill_events": 13,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1781287651.689625,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Research if each of these CLI coding agents has a desktop GU...",
      "tool_call_count": 54,
      "tool_names": [
        "browser_back",
        "browser_click",
        "browser_console",
        "browser_navigate",
        "browser_scroll",
        "browser_snapshot"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 54,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 7
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 3,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 2,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 3,
      "file_reads_searches": 0,
      "file_tool_calls": 1,
      "files_touched_count": 2,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781286143.4865465,
      "local_model_events": 1,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 8,
      "model_events": 10,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260612_104140_61dc87",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1781286101.0027115,
      "terminal_calls": 2,
      "test_events": 2,
      "tiny_patch_after_errors_events": 0,
      "title": "Test all 7 local models on the Debian AI server (192.168.1.5...",
      "tool_call_count": 3,
      "tool_names": [
        "terminal",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 10,
      "cache_events": 0,
      "claude_events": 151,
      "codex_events": 352,
      "config_events": 44,
      "context_events": 404,
      "cron_calls": 0,
      "css_activity_events": 107,
      "delegate_calls": 2,
      "distinct_tool_count": 13,
      "docker_conflict_events": 1,
      "docs_activity_events": 146,
      "env_var_error_events": 117,
      "error_count": 228,
      "file_reads_searches": 10,
      "file_tool_calls": 44,
      "files_touched_count": 33,
      "frontend_activity_events": 15,
      "gateway_events": 125,
      "gemini_events": 28,
      "git_events": 16,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781297368.3163037,
      "local_model_events": 149,
      "log_read_events": 62,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 642,
      "model_events": 2609,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 167,
      "patch_calls": 12,
      "permission_denied_events": 2,
      "plugin_events": 9,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 23,
      "release_events": 36,
      "restart_after_error_events": 1,
      "rollback_events": 7,
      "screenshot_events": 10,
      "session_id": "20260612_090619_694121",
      "skill_events": 137,
      "skill_manage_events": 9,
      "source": "tui",
      "started_at": 1781280383.0432699,
      "terminal_calls": 197,
      "test_events": 86,
      "tiny_patch_after_errors_events": 1,
      "title": "CachyOS Cursor-like Tools List",
      "tool_call_count": 311,
      "tool_names": [
        "browser_navigate",
        "browser_snapshot",
        "delegate_task",
        "execute_code",
        "patch",
        "process",
        "read_file",
        "skill_manage",
        "skill_view",
        "terminal",
        "todo",
        "web_search",
        "write_file"
      ],
      "toolset_events": 8,
      "traceback_events": 5,
      "tts_calls": 0,
      "web_browser_calls": 12,
      "web_calls": 2,
      "web_extract_calls": 0,
      "yaml_error_events": 72
    },
    {
      "browser_calls": 18,
      "cache_events": 0,
      "claude_events": 15,
      "codex_events": 8,
      "config_events": 38,
      "context_events": 174,
      "cron_calls": 0,
      "css_activity_events": 1,
      "delegate_calls": 0,
      "distinct_tool_count": 7,
      "docker_conflict_events": 1,
      "docs_activity_events": 16,
      "env_var_error_events": 77,
      "error_count": 47,
      "file_reads_searches": 0,
      "file_tool_calls": 1,
      "files_touched_count": 32,
      "frontend_activity_events": 3,
      "gateway_events": 18,
      "gemini_events": 1,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781340300.9253006,
      "local_model_events": 1,
      "log_read_events": 26,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 125,
      "model_events": 524,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 77,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 2,
      "release_events": 8,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 2,
      "session_id": "20260612_084107_4dbc6cb5",
      "skill_events": 69,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781278867.3971221,
      "terminal_calls": 32,
      "test_events": 12,
      "tiny_patch_after_errors_events": 0,
      "title": "OpenCode Server Credentials",
      "tool_call_count": 54,
      "tool_names": [
        "browser_navigate",
        "browser_scroll",
        "browser_snapshot",
        "session_search",
        "terminal",
        "web_search",
        "write_file"
      ],
      "toolset_events": 0,
      "traceback_events": 1,
      "tts_calls": 0,
      "web_browser_calls": 19,
      "web_calls": 1,
      "web_extract_calls": 0,
      "yaml_error_events": 54
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 8,
      "cron_calls": 0,
      "css_activity_events": 0,
      "delegate_calls": 0,
      "distinct_tool_count": 0,
      "docker_conflict_events": 0,
      "docs_activity_events": 0,
      "env_var_error_events": 0,
      "error_count": 0,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 0,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1781184977.7006848,
      "local_model_events": 17,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 2,
      "model_events": 41,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 0,
      "restart_after_error_events": 0,
      "rollback_events": 0,
      "screenshot_events": 0,
      "session_id": "20260611_063553_b66b26",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781184953.6894512,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 0,
      "title": "Research the nex-agi/Nex-N2-mini model thoroughly on Hugging...",
      "tool_call_count": 0,
      "tool_names": [],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 0
    },
    {
      "browser_calls": 22,
      "cache_events": 4,
      "claude_events": 26,
      "codex_events": 14,
      "config_events": 117,
      "context_events": 278,
      "cron_calls": 0,
      "css_activity_events": 5,
      "delegate_calls": 1,
      "distinct_tool_count": 17,
      "docker_conflict_events": 1,
      "docs_activity_events": 93,
      "env_var_error_events": 96,
      "error_count": 173,
      "file_reads_searches": 10,
      "file_tool_calls": 28,
      "files_touched_count": 26,
      "frontend_activity_events": 10,
      "gateway_events": 273,
      "gemini_events": 3,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781393800.699866,
      "local_model_events": 390,
      "log_read_events": 26,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 513,
      "model_events": 1959,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 48,
      "patch_calls": 4,
      "permission_denied_events": 0,
      "plugin_events": 20,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 27,
      "release_events": 13,
      "restart_after_error_events": 1,
      "rollback_events": 14,
      "screenshot_events": 13,
      "session_id": "20260611_063448_763305e3",
      "skill_events": 130,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1781184888.1205819,
      "terminal_calls": 148,
      "test_events": 41,
      "tiny_patch_after_errors_events": 0,
      "title": "Nex-N2-mini local fleet research",
      "tool_call_count": 237,
      "tool_names": [
        "browser_click",
        "browser_navigate",
        "browser_scroll",
        "browser_snapshot",
        "delegate_task",
        "execute_code",
        "load_skill",
        "patch",
        "process",
        "read_file",
        "search_files",
        "skill_view",
        "terminal",
        "todo",
        "web_extract",
        "web_search",
        "write_file"
      ],
      "toolset_events": 40,
      "traceback_events": 19,
      "tts_calls": 0,
      "web_browser_calls": 25,
      "web_calls": 3,
      "web_extract_calls": 1,
      "yaml_error_events": 108
    },
    {
      "browser_calls": 20,
      "cache_events": 0,
      "claude_events": 26,
      "codex_events": 14,
      "config_events": 87,
      "context_events": 386,
      "cron_calls": 0,
      "css_activity_events": 28,
      "delegate_calls": 0,
      "distinct_tool_count": 14,
      "docker_conflict_events": 1,
      "docs_activity_events": 89,
      "env_var_error_events": 16,
      "error_count": 279,
      "file_reads_searches": 14,
      "file_tool_calls": 50,
      "files_touched_count": 7,
      "frontend_activity_events": 4,
      "gateway_events": 21,
      "gemini_events": 0,
      "git_events": 3,
      "git_history_events": 11,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781148145.470346,
      "local_model_events": 580,
      "log_read_events": 6,
      "memory_events": 4,
      "memory_write_events": 4,
      "message_count": 766,
      "model_events": 2992,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 3,
      "patch_calls": 22,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 37,
      "release_events": 18,
      "restart_after_error_events": 1,
      "rollback_events": 4,
      "screenshot_events": 7,
      "session_id": "20260610_185911_091073",
      "skill_events": 13,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1781143152.6457283,
      "terminal_calls": 266,
      "test_events": 28,
      "tiny_patch_after_errors_events": 0,
      "title": "Local Model Inventory Query",
      "tool_call_count": 384,
      "tool_names": [
        "browser_click",
        "browser_navigate",
        "browser_scroll",
        "browser_snapshot",
        "execute_code",
        "memory",
        "patch",
        "process",
        "read_file",
        "search_files",
        "session_search",
        "terminal",
        "todo",
        "write_file"
      ],
      "toolset_events": 1,
      "traceback_events": 7,
      "tts_calls": 0,
      "web_browser_calls": 20,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 112
    },
    {
      "browser_calls": 45,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 11,
      "cron_calls": 0,
      "css_activity_events": 1,
      "delegate_calls": 0,
      "distinct_tool_count": 1,
      "docker_conflict_events": 0,
      "docs_activity_events": 101,
      "env_var_error_events": 20,
      "error_count": 16,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 1,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1780812672.7898905,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 78,
      "model_events": 7,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 144,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 4,
      "session_id": "20260606_230746_935c6d",
      "skill_events": 5,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1780812466.9000547,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 1,
      "title": "Research the best build system for creating a custom live Li...",
      "tool_call_count": 45,
      "tool_names": [
        "browser_navigate"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 45,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 3
    },
    {
      "browser_calls": 50,
      "cache_events": 0,
      "claude_events": 0,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 82,
      "cron_calls": 0,
      "css_activity_events": 1,
      "delegate_calls": 0,
      "distinct_tool_count": 1,
      "docker_conflict_events": 0,
      "docs_activity_events": 2,
      "env_var_error_events": 5,
      "error_count": 4,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 0,
      "frontend_activity_events": 1,
      "gateway_events": 0,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1780812465.7604659,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 103,
      "model_events": 1,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 4,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 2,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 2,
      "session_id": "20260606_230405_a63c07",
      "skill_events": 0,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1780812245.6246455,
      "terminal_calls": 0,
      "test_events": 13,
      "tiny_patch_after_errors_events": 0,
      "title": "Research the best available open-source tools for every tech...",
      "tool_call_count": 50,
      "tool_names": [
        "browser_navigate"
      ],
      "toolset_events": 0,
      "traceback_events": 4,
      "tts_calls": 0,
      "web_browser_calls": 50,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 9
    },
    {
      "browser_calls": 54,
      "cache_events": 0,
      "claude_events": 5,
      "codex_events": 0,
      "config_events": 0,
      "context_events": 10,
      "cron_calls": 0,
      "css_activity_events": 1,
      "delegate_calls": 0,
      "distinct_tool_count": 5,
      "docker_conflict_events": 0,
      "docs_activity_events": 67,
      "env_var_error_events": 5,
      "error_count": 17,
      "file_reads_searches": 0,
      "file_tool_calls": 0,
      "files_touched_count": 1,
      "frontend_activity_events": 2,
      "gateway_events": 7,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 0,
      "install_success_events": 0,
      "last_active": 1780812244.455571,
      "local_model_events": 0,
      "log_read_events": 0,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 107,
      "model_events": 11,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 0,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 0,
      "port_conflict": false,
      "port_conflict_events": 0,
      "process_calls": 0,
      "release_events": 66,
      "restart_after_error_events": 1,
      "rollback_events": 0,
      "screenshot_events": 9,
      "session_id": "20260606_230007_8a106e",
      "skill_events": 7,
      "skill_manage_events": 0,
      "source": "tui",
      "started_at": 1780812007.2695177,
      "terminal_calls": 0,
      "test_events": 0,
      "tiny_patch_after_errors_events": 1,
      "title": "Research existing rescue/live CD projects in depth. For each...",
      "tool_call_count": 54,
      "tool_names": [
        "browser_click",
        "browser_console",
        "browser_navigate",
        "browser_scroll",
        "browser_snapshot"
      ],
      "toolset_events": 0,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 54,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 7
    },
    {
      "browser_calls": 66,
      "cache_events": 0,
      "claude_events": 8,
      "codex_events": 4,
      "config_events": 15,
      "context_events": 79,
      "cron_calls": 0,
      "css_activity_events": 5,
      "delegate_calls": 3,
      "distinct_tool_count": 17,
      "docker_conflict_events": 0,
      "docs_activity_events": 98,
      "env_var_error_events": 38,
      "error_count": 157,
      "file_reads_searches": 16,
      "file_tool_calls": 68,
      "files_touched_count": 64,
      "frontend_activity_events": 14,
      "gateway_events": 51,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 1,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1781286285.5466065,
      "local_model_events": 4,
      "log_read_events": 14,
      "memory_events": 1,
      "memory_write_events": 1,
      "message_count": 591,
      "model_events": 197,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 6,
      "patch_calls": 10,
      "permission_denied_events": 24,
      "plugin_events": 71,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 23,
      "release_events": 99,
      "restart_after_error_events": 1,
      "rollback_events": 2,
      "screenshot_events": 50,
      "session_id": "20260606_204526_53b272",
      "skill_events": 32,
      "skill_manage_events": 1,
      "source": "tui",
      "started_at": 1780803928.2048519,
      "terminal_calls": 95,
      "test_events": 162,
      "tiny_patch_after_errors_events": 1,
      "title": "SSH Bootable USB for Windows Password Recovery",
      "tool_call_count": 305,
      "tool_names": [
        "browser_click",
        "browser_console",
        "browser_navigate",
        "browser_snapshot",
        "browser_vision",
        "delegate_task",
        "execute_code",
        "memory",
        "patch",
        "process",
        "read_file",
        "search_files",
        "skill_manage",
        "terminal",
        "todo",
        "web_search",
        "write_file"
      ],
      "toolset_events": 10,
      "traceback_events": 13,
      "tts_calls": 0,
      "web_browser_calls": 68,
      "web_calls": 2,
      "web_extract_calls": 0,
      "yaml_error_events": 98
    },
    {
      "browser_calls": 9,
      "cache_events": 2,
      "claude_events": 28,
      "codex_events": 12,
      "config_events": 84,
      "context_events": 113,
      "cron_calls": 0,
      "css_activity_events": 12,
      "delegate_calls": 0,
      "distinct_tool_count": 8,
      "docker_conflict_events": 1,
      "docs_activity_events": 74,
      "env_var_error_events": 119,
      "error_count": 130,
      "file_reads_searches": 3,
      "file_tool_calls": 3,
      "files_touched_count": 109,
      "frontend_activity_events": 96,
      "gateway_events": 175,
      "gemini_events": 9,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1780802843.4881878,
      "local_model_events": 73,
      "log_read_events": 34,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 288,
      "model_events": 717,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 42,
      "patch_calls": 0,
      "permission_denied_events": 0,
      "plugin_events": 36,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 11,
      "release_events": 21,
      "restart_after_error_events": 1,
      "rollback_events": 16,
      "screenshot_events": 2,
      "session_id": "20260606_082029_ddc41aa3",
      "skill_events": 116,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1780759229.4055405,
      "terminal_calls": 114,
      "test_events": 34,
      "tiny_patch_after_errors_events": 0,
      "title": "Bonsai Image 4B Studio",
      "tool_call_count": 134,
      "tool_names": [
        "browser_click",
        "browser_navigate",
        "browser_snapshot",
        "process",
        "read_file",
        "search_files",
        "skill_view",
        "terminal"
      ],
      "toolset_events": 25,
      "traceback_events": 6,
      "tts_calls": 0,
      "web_browser_calls": 9,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 82
    },
    {
      "browser_calls": 0,
      "cache_events": 0,
      "claude_events": 1,
      "codex_events": 0,
      "config_events": 35,
      "context_events": 61,
      "cron_calls": 0,
      "css_activity_events": 24,
      "delegate_calls": 0,
      "distinct_tool_count": 8,
      "docker_conflict_events": 0,
      "docs_activity_events": 11,
      "env_var_error_events": 21,
      "error_count": 89,
      "file_reads_searches": 9,
      "file_tool_calls": 28,
      "files_touched_count": 56,
      "frontend_activity_events": 110,
      "gateway_events": 35,
      "gemini_events": 0,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 1,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1780723718.9511993,
      "local_model_events": 47,
      "log_read_events": 10,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 272,
      "model_events": 490,
      "model_names": [
        "deepseek-v4-flash"
      ],
      "openrouter_events": 6,
      "patch_calls": 18,
      "permission_denied_events": 0,
      "plugin_events": 4,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 21,
      "release_events": 2,
      "restart_after_error_events": 1,
      "rollback_events": 1,
      "screenshot_events": 8,
      "session_id": "20260605_184050_bfc108c0",
      "skill_events": 4,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1780710050.107927,
      "terminal_calls": 76,
      "test_events": 37,
      "tiny_patch_after_errors_events": 0,
      "title": "Bonsai 8B Text + Image Research",
      "tool_call_count": 128,
      "tool_names": [
        "patch",
        "process",
        "read_file",
        "search_files",
        "terminal",
        "todo",
        "vision_analyze",
        "write_file"
      ],
      "toolset_events": 5,
      "traceback_events": 36,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 105
    },
    {
      "browser_calls": 0,
      "cache_events": 4,
      "claude_events": 39,
      "codex_events": 18,
      "config_events": 75,
      "context_events": 164,
      "cron_calls": 0,
      "css_activity_events": 13,
      "delegate_calls": 0,
      "distinct_tool_count": 4,
      "docker_conflict_events": 1,
      "docs_activity_events": 54,
      "env_var_error_events": 43,
      "error_count": 17,
      "file_reads_searches": 0,
      "file_tool_calls": 1,
      "files_touched_count": 12,
      "frontend_activity_events": 8,
      "gateway_events": 130,
      "gemini_events": 9,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1780671162.3923252,
      "local_model_events": 34,
      "log_read_events": 23,
      "memory_events": 0,
      "memory_write_events": 0,
      "message_count": 42,
      "model_events": 786,
      "model_names": [
        "stepfun/step-3.7-flash:free"
      ],
      "openrouter_events": 70,
      "patch_calls": 1,
      "permission_denied_events": 0,
      "plugin_events": 12,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 2,
      "release_events": 9,
      "restart_after_error_events": 1,
      "rollback_events": 8,
      "screenshot_events": 1,
      "session_id": "20260605_070707_a3bb57e6",
      "skill_events": 103,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1780668427.9479566,
      "terminal_calls": 15,
      "test_events": 22,
      "tiny_patch_after_errors_events": 1,
      "title": "Switching Fallback to Local and Saving Tokens",
      "tool_call_count": 18,
      "tool_names": [
        "patch",
        "skill_view",
        "skills_list",
        "terminal"
      ],
      "toolset_events": 32,
      "traceback_events": 0,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 70
    },
    {
      "browser_calls": 0,
      "cache_events": 4,
      "claude_events": 44,
      "codex_events": 38,
      "config_events": 115,
      "context_events": 516,
      "cron_calls": 0,
      "css_activity_events": 164,
      "delegate_calls": 0,
      "distinct_tool_count": 10,
      "docker_conflict_events": 1,
      "docs_activity_events": 71,
      "env_var_error_events": 103,
      "error_count": 77,
      "file_reads_searches": 4,
      "file_tool_calls": 6,
      "files_touched_count": 42,
      "frontend_activity_events": 19,
      "gateway_events": 347,
      "gemini_events": 7,
      "git_events": 0,
      "git_history_events": 0,
      "image_vision_calls": 0,
      "install_error_events": 1,
      "install_success_events": 1,
      "last_active": 1780632586.3700316,
      "local_model_events": 31,
      "log_read_events": 91,
      "memory_events": 9,
      "memory_write_events": 9,
      "message_count": 170,
      "model_events": 1053,
      "model_names": [
        "deepseek-v4-pro"
      ],
      "openrouter_events": 103,
      "patch_calls": 2,
      "permission_denied_events": 0,
      "plugin_events": 25,
      "port_conflict": true,
      "port_conflict_events": 1,
      "process_calls": 2,
      "release_events": 7,
      "restart_after_error_events": 1,
      "rollback_events": 12,
      "screenshot_events": 3,
      "session_id": "20260604_205003_67d24229",
      "skill_events": 234,
      "skill_manage_events": 0,
      "source": "telegram",
      "started_at": 1780631526.0658917,
      "terminal_calls": 66,
      "test_events": 37,
      "tiny_patch_after_errors_events": 0,
      "title": "Here's the full breakdown of what happened",
      "tool_call_count": 104,
      "tool_names": [
        "clarify",
        "execute_code",
        "memory",
        "patch",
        "read_file",
        "session_search",
        "skill_view",
        "skills_list",
        "terminal",
        "todo"
      ],
      "toolset_events": 38,
      "traceback_events": 31,
      "tts_calls": 0,
      "web_browser_calls": 0,
      "web_calls": 0,
      "web_extract_calls": 0,
      "yaml_error_events": 108
    }
  ],
  "total_count": 60,
  "unlocked_count": 25
}