{
  "meta": {
    "lastTouchedVersion": "2026.1.24-3",
    "lastTouchedAt": "2026-02-06T09:51:27.907Z"
  },
  "auth": {
    "profiles": {
      "anthropic:default": {
        "provider": "anthropic",
        "mode": "api_key"
      },
      "anthropic:claude-cli": {
        "provider": "anthropic",
        "mode": "oauth"
      }
    },
    "order": {
      "anthropic": [
        "anthropic:claude-cli",
        "anthropic:default"
      ]
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "anthropic/claude-opus-4-6",
        "fallbacks": [
          "anthropic/claude-opus-4-5",
          "moonshot/kimi-k2-0905-preview"
        ]
      },
      "models": {
        "moonshot/kimi-k2-0905-preview": {
          "alias": "kimi"
        },
        "moonshot/kimi-k2.5": {
          "alias": "kimi"
        },
        "anthropic/claude-opus-4-5": {
          "alias": "opus"
        },
        "anthropic/claude-sonnet-4-20250514": {
          "alias": "default"
        },
        "deepseek/deepseek-chat": {
          "alias": "deepseek"
        },
        "deepseek/deepseek-reasoner": {
          "alias": "r1"
        }
      },
      "workspace": "/home/ccuser/rateright-growth/rivet",
      "memorySearch": {
        "sources": [
          "memory",
          "sessions"
        ],
        "experimental": {
          "sessionMemory": true
        },
        "query": {
          "hybrid": {
            "enabled": true,
            "vectorWeight": 0.7,
            "textWeight": 0.3,
            "candidateMultiplier": 4
          }
        },
        "cache": {
          "enabled": true,
          "maxEntries": 50000
        }
      },
      "contextPruning": {
        "mode": "cache-ttl",
        "ttl": "1h"
      },
      "compaction": {
        "mode": "safeguard"
      },
      "thinkingDefault": "high",
      "heartbeat": {
        "every": "30m",
        "model": "deepseek/deepseek-chat"
      },
      "maxConcurrent": 4,
      "subagents": {
        "maxConcurrent": 20,
        "model": "moonshot/kimi-k2-0905-preview"
      }
    }
  },
  "tools": {
    "web": {
      "search": {
        "apiKey": "BSAX4hhpkzkj2McQl4-wEqi7xzKhSwM"
      }
    }
  },
  "messages": {
    "ackReactionScope": "group-mentions"
  },
  "commands": {
    "native": "auto",
    "nativeSkills": "auto",
    "restart": true
  },
  "channels": {
    "whatsapp": {
      "dmPolicy": "disabled"
    },
    "telegram": {
      "enabled": true,
      "dmPolicy": "pairing",
      "botToken": "8294933660:AAGkWKC9tI032HGim3YnkomZyMXFTcRAuzE",
      "groups": {
        "-1003505625266": {
          "requireMention": false,
          "enabled": true,
          "allowFrom": [
            7377499346
          ]
        }
      },
      "groupPolicy": "allowlist",
      "streamMode": "partial"
    }
  },
  "gateway": {
    "mode": "local"
  },
  "plugins": {
    "entries": {
      "whatsapp": {
        "enabled": true
      },
      "slack": {
        "enabled": true
      },
      "telegram": {
        "enabled": true
      }
    }
  }
}