Files
cleveragents-core/.devcontainer/opencode.json
T
Graa 887b3fc9a2
CI / lint (push) Successful in 1m24s
CI / typecheck (push) Successful in 1m33s
CI / quality (push) Successful in 1m10s
CI / push-validation (push) Successful in 38s
CI / security (push) Successful in 1m21s
CI / build (push) Successful in 56s
CI / helm (push) Successful in 55s
CI / e2e_tests (push) Successful in 1m9s
CI / unit_tests (push) Successful in 5m0s
CI / docker (push) Successful in 1m56s
CI / integration_tests (push) Successful in 8m29s
CI / coverage (push) Successful in 9m12s
CI / status-check (push) Successful in 4s
CI / benchmark-regression (push) Has been cancelled
CI / benchmark-publish (push) Has been cancelled
chore: replace CleverThis opencode providers with the canonical 5 (Tier 1-5)
Replaces all CleverThis* providers with the 5 standard CleverThis HuggingFace endpoints. Existing matching providers preserved; stale ones removed.
2026-06-12 21:08:22 +00:00

111 lines
3.0 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"permission": "allow",
"mcp": {
"context7": {
"type": "local",
"command": [
"npx",
"-y",
"@upstash/context7-mcp"
],
"enabled": true
},
"sequential-thinking": {
"type": "local",
"command": [
"npx",
"@modelcontextprotocol/server-sequential-thinking"
],
"enabled": false
}
},
"provider": {
"CleverThis-18": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://tawdqvmm5x3zxahl.us-east-1.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
"Qwen3-5-9B-GGUF-UD-Q4-K-XL-T4-X1": {
"name": "Qwen 3.5 9B GGUF UD-Q4_K_XL (Tier 1 — Lightest/Fastest/Cheapest)",
"tools": true
}
}
},
"CleverThis-9": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://m56026p5kxvout0d.us-east-1.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
"Qwen3-6-35B-A3B-GGUF-MXFP4-MOE": {
"name": "Qwen 3.6 35b A3B GGUF MXFP4_MOE (Thinking)",
"tools": true
}
}
},
"CleverThis-2": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://rr2a54q04oycqvpf.us-east-1.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
"MiniMax-M2-7-GGUF-UD-Q4-K-XL": {
"name": "MiniMax M2.7 GGUF UD-Q4_K_XL (Thinking)",
"tools": true
}
}
},
"CleverThis-14": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://s4oe6bfx8rg0ndkl.us-east-2.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
"Kimi-K2-6-GGUF-Q2-K-XL-RTX": {
"name": "Kimi K2.6 GGUF Q2_K_XL (Tier 4 — Top Reasoner, RTX)",
"tools": true
}
}
},
"CleverThis-16": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://mx5kptxddhfqsb7l.us-east-2.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}"
}
},
"models": {
"Qwen3-code-480B-A35B-INST-GGUF-1M-UD-IQ1-M-RTX-X4": {
"name": "Qwen3 Coder 480B A35B IQ1_M (Tier 5 — Heavy, ~920K Context, Instruct)",
"tools": true
}
}
}
}
}