[mod] remove plugin

This commit is contained in:
Andy Bunce 2026-02-27 17:55:35 +00:00
parent c74586ccd6
commit 9f7e742711

View file

@ -61,20 +61,19 @@ RUN bunx oh-my-opencode@latest install --no-tui \
RUN mkdir -p /root/.config/opencode && \ RUN mkdir -p /root/.config/opencode && \
cat <<EOF > /root/.config/opencode/opencode.json cat <<EOF > /root/.config/opencode/opencode.json
{ {
"plugin": ["oh-my-opencode"], "plugin": [],
"theme": "oh-my-opencode", "theme": "system",
"model": "halo/qwen3", "model": "halo/qwen3-coder-next:latest",
"small_model": "halo/gemma3", "small_model": "halo/gemma3:4b",
"default_agent": "Sisyphus",
"provider": { "provider": {
"halo": { "halo": {
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
"name": "local models", "name": "local models",
"options": { "baseURL": "http://host.docker.internal:11434/v1" }, "options": { "baseURL": "http://host.docker.internal:11434/v1" },
"models": { "glm47": { "name": "hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" }, "models": { "hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K": { "name": "glm4.7" },
"lfm2": { "name": "hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0" }, "hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0": { "name": "lfm2" },
"qwen3": { "name": "qwen3-coder-next:latest" }, "qwen3-coder-next:latest": { "name": "qwen3" },
"gemma3": {"name": "gemma3:4b"} "gemma3:4b": {"name": "Gemma"}
} }
} }