Move to .jsonc and move a few things around
Nix Flake Check / check (push) Successful in 50s

This commit is contained in:
2026-07-27 21:10:47 +00:00
parent d74de8b58c
commit c6a08cb43a
@@ -1,5 +1,12 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
// "take me offline" block
"experimental": { "openTelemetry": false },
"share": "disabled",
"autoupdate": false,
"disabled_providers": ["opencode", "exa"],
"provider": { "provider": {
"local-ollama": { "local-ollama": {
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
@@ -9,28 +16,41 @@
"apiKey": "ollama" "apiKey": "ollama"
}, },
"models": { "models": {
"gemma4:26b": { "gemma4-1gpu": {
"limit": { "limit": {
"context": 48000, "context": 48000,
"output": 8192 "output": 8192
}, },
"tools": true "tools": true
},
"qwen3.6-1gpu": {
"limit": {
"context": 128000,
"output": 8192
},
"tools": true
} }
} }
} }
}, },
"model": "local-ollama/gemma4:26b", // "model": "local-ollama/qwen2.5-coder:14b",
"model": "local-ollama/qwen3.6-200k",
"compaction": { "compaction": {
"auto": true, "auto": true,
"prune": true, "prune": true,
"threshold": 0.75, "threshold": 0.75,
"preserve_recent_tokens": 16384, "preserve_recent_tokens": 8192,
"reserved": 8192 "reserved": 16384
}, },
"tool_output": { "tool_output": {
"max_bytes": 16384, "max_bytes": 16384,
"max_lines": 200 "max_lines": 200
}, },
"agent": {
"build": {
"steps": 1000
}
},
"mcp": { "mcp": {
"nix": { "nix": {
"type": "local", "type": "local",
@@ -50,7 +70,7 @@
"nixpkgs#gitea-mcp-server", "nixpkgs#gitea-mcp-server",
"--" "--"
], ],
"enabled": true "enabled": false
}, },
"ha": { "ha": {
"type": "local", "type": "local",
@@ -69,7 +89,7 @@
"UV_PYTHON_DOWNLOADS": "never", "UV_PYTHON_DOWNLOADS": "never",
"UV_PYTHON_PREFERENCE": "system" "UV_PYTHON_PREFERENCE": "system"
}, },
"enabled": true "enabled": false
} }
} }
} }