ANYROUTER
{
  "env": {
    "ANTHROPIC_BASE_URL": "http://192.168.2.200:23000",
    "ANTHROPIC_AUTH_TOKEN": ""
  }
}
MIMO
{
  "env": {
    "ANTHROPIC_BASE_URL": "https://hub.linux.do/anthropic",
    "ANTHROPIC_AUTH_TOKEN": "",
    "ANTHROPIC_MODEL": "mimo-v2.5-pro",
    "ANTHROPIC_DEFAULT_SONNET_MODEL": "mimo-v2.5-pro",
    "ANTHROPIC_DEFAULT_OPUS_MODEL": "mimo-v2.5-pro",
    "ANTHROPIC_DEFAULT_HAIKU_MODEL": "mimo-v2.5-pro"
  }
}
OAT01
{
  "env": {
    "CLAUDE_CODE_OAUTH_TOKEN": ""
  }
}
settings.json
{
  "$schema": "https://json.schemastore.org/claude-code-settings.json",
  "env": {
    "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
    "CLAUDE_CODE_ATTRIBUTION_HEADER": "0",
    "ENABLE_TOOL_SEARCH": "1"
  },
  "permissions": {
    "defaultMode": "bypassPermissions"
  },
  "statusLine": {
    "type": "command",
    "command": "npx -y ccstatusline@latest",
    "padding": 0,
    "refreshInterval": 10
  },
  "enabledPlugins": {
    "superpowers@claude-plugins-official": true,
    "context7@claude-plugins-official": true
  },
  "skipDangerousModePermissionPrompt": true,
  "theme": "light"
}
ccstatusline
{
  "version": 3,
  "lines": [
    [
      {
        "id": "1",
        "type": "model",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:FF3B30"
      },
      {
        "id": "dot_1",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:FF5E3A"
      },
      {
        "id": "2",
        "type": "thinking-effort",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:FF7A45"
      },
      {
        "id": "dot_2",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:FF9F0A"
      },
      {
        "id": "3",
        "type": "context-length",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:FFB84D"
      },
      {
        "id": "dot_3",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:D4C24F"
      },
      {
        "id": "4",
        "type": "context-percentage",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:8DB255"
      },
      {
        "id": "dot_4",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:4CBFAF"
      },
      {
        "id": "5",
        "type": "context-percentage-usable",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:32ADE6"
      }
    ],
    [
      {
        "id": "100",
        "type": "tokens-input",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:3B82F6"
      },
      {
        "id": "dot_100",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:4F7CFF"
      },
      {
        "id": "101",
        "type": "tokens-output",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:6366F1"
      },
      {
        "id": "dot_101",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:7C5CFA"
      },
      {
        "id": "102",
        "type": "tokens-cached",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:8B5CF6"
      },
      {
        "id": "dot_102",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:A855F7"
      },
      {
        "id": "103",
        "type": "tokens-total",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:D946EF"
      },
      {
        "id": "dot_103",
        "type": "custom-text",
        "customText": "·",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:EC4899"
      },
      {
        "id": "104",
        "type": "compaction-counter",
        "color": "hex:FFFFFF",
        "backgroundColor": "hex:F06595",
        "metadata": {
          "format": "text-and-number"
        }
      }
    ]
  ],
  "flexMode": "full-minus-40",
  "compactThreshold": 60,
  "colorLevel": 3,
  "minimalistMode": false,
  "powerline": {
    "enabled": true,
    "separators": [
      ""
    ],
    "separatorInvertBackground": [
      false
    ],
    "startCaps": [
      ""
    ],
    "endCaps": [
      ""
    ],
    "autoAlign": true,
    "continueThemeAcrossLines": true,
    "theme": "custom"
  }
}