{
  "agents": {
    "defaults": {
      "model": {
        "primary": "openai-codex/gpt-5.5"
      },
      "compaction": {
        "mode": "safeguard"
      },
      "heartbeat": {
        "every": "30m",
        "target": "slack",
        "to": "C0B26UDFS2C"
      },
      "maxConcurrent": 2,
      "models": {
        "openai-codex/gpt-5.4": {},
        "openai-codex/gpt-5.5": {}
      }
    }
  },
  "messages": {
    "ackReactionScope": "group-mentions"
  },
  "commands": {
    "native": "auto",
    "nativeSkills": "auto",
    "restart": true,
    "ownerDisplay": "raw"
  },
  "channels": {
    "slack": {
      "mode": "socket",
      "webhookPath": "/slack/events",
      "enabled": true,
      "userTokenReadOnly": true,
      "groupPolicy": "allowlist",
      "streaming": {
        "mode": "partial",
        "nativeTransport": true
      },
      "dmPolicy": "allowlist",
      "allowFrom": [
        "U0AG2LC2VNX"
      ],
      "channels": {
        "C0ARKUZS76K": {
          "requireMention": false,
          "allowBots": true,
          "enabled": true
        },
        "C0AG5VADH27": {
          "requireMention": true,
          "allowBots": true,
          "enabled": true
        },
        "C0B26UDFS2C": {
          "requireMention": false,
          "allowBots": true,
          "enabled": true,
          "users": [
            "U0AG2LC2VNX",
            "U0B1RE7EVQ9"
          ]
        }
      }
    }
  },
  "skills": {
    "load": {
      "extraDirs": [
        "/home/node/shared/skills"
      ]
    }
  },
  "gateway": {
    "bind": "lan",
    "controlUi": {
      "allowedOrigins": [
        "http://localhost:18789",
        "http://127.0.0.1:18789"
      ]
    },
    "auth": {
      "mode": "token",
      "token": "8b51f688a69106ba020d2954324e560ccb38315073c93cae"
    }
  },
  "plugins": {
    "entries": {
      "slack": {
        "enabled": true
      },
      "openai": {
        "enabled": true
      }
    }
  },
  "tools": {
    "profile": "full",
    "exec": {
      "host": "gateway",
      "ask": "off",
      "security": "full"
    },
    "allow": [
      "web_search",
      "exec"
    ]
  },
  "models": {
    "providers": {
      "openai-codex": {
        "api": "openai-codex-responses",
        "models": [
          {
            "id": "gpt-5.5",
            "name": "GPT-5.5 (OpenAI Codex OAuth)",
            "contextWindow": 128000,
            "maxTokens": 16384
          }
        ],
        "baseUrl": "https://api.openai.com/v1"
      }
    }
  },
  "meta": {
    "lastTouchedVersion": "2026.5.7",
    "lastTouchedAt": "2026-05-23T12:16:20.264Z"
  }
}
