Files
cleveragents-core/.devcontainer/opencode.json
T
freemo d80352709c
CI / docker (push) Blocked by required conditions
CI / status-check (push) Blocked by required conditions
CI / unit_tests (push) Has started running
CI / integration_tests (push) Has started running
CI / e2e_tests (push) Has started running
CI / benchmark-publish (push) Failing after 46s
CI / push-validation (push) Successful in 40s
CI / helm (push) Successful in 1m3s
CI / build (push) Successful in 1m11s
CI / lint (push) Successful in 1m28s
CI / typecheck (push) Successful in 1m36s
CI / security (push) Successful in 1m35s
CI / quality (push) Successful in 1m38s
CI / coverage (push) Waiting to run
build: updated devcontainer to use new auto-agents and self-hosted agents
2026-04-27 12:50:03 -04:00

70 lines
1.8 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": true
},
},
"provider": {
"CleverThis-1": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://bvx6otgvwg2ulrqp.us-east-2.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
}
},
"models": {
"Qwen/Qwen3.6-35B-A3B": {
"name": "Qwen 3.6 35b A3B",
"tools": true
}
}
},
"CleverThis-2": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://uwrztmmzueq75pt6.us-east-1.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
}
},
"models": {
"Qwen/Qwen3-Next-80B-A3B-Instruct": {
"name": "Qwen 3-Next 80b A3B Instruct",
"tools": true,
}
}
},
"CleverThis-3": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://obdke8f40n0l00nj.us-east-1.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
}
},
"models": {
"MiniMaxAI/MiniMax-M2.5": {
"name": "MiniMax M2.5",
"tools": true
}
}
}
}
}