Skip to content

Commit c6a08cb

Browse files
committed
Move to .jsonc and move a few things around
1 parent d74de8b commit c6a08cb

1 file changed

Lines changed: 26 additions & 6 deletions

File tree

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
3+
4+
// "take me offline" block
5+
"experimental": { "openTelemetry": false },
6+
"share": "disabled",
7+
"autoupdate": false,
8+
"disabled_providers": ["opencode", "exa"],
9+
310
"provider": {
411
"local-ollama": {
512
"npm": "@ai-sdk/openai-compatible",
@@ -9,28 +16,41 @@
916
"apiKey": "ollama"
1017
},
1118
"models": {
12-
"gemma4:26b": {
19+
"gemma4-1gpu": {
1320
"limit": {
1421
"context": 48000,
1522
"output": 8192
1623
},
1724
"tools": true
25+
},
26+
"qwen3.6-1gpu": {
27+
"limit": {
28+
"context": 128000,
29+
"output": 8192
30+
},
31+
"tools": true
1832
}
1933
}
2034
}
2135
},
22-
"model": "local-ollama/gemma4:26b",
36+
// "model": "local-ollama/qwen2.5-coder:14b",
37+
"model": "local-ollama/qwen3.6-200k",
2338
"compaction": {
2439
"auto": true,
2540
"prune": true,
2641
"threshold": 0.75,
27-
"preserve_recent_tokens": 16384,
28-
"reserved": 8192
42+
"preserve_recent_tokens": 8192,
43+
"reserved": 16384
2944
},
3045
"tool_output": {
3146
"max_bytes": 16384,
3247
"max_lines": 200
3348
},
49+
"agent": {
50+
"build": {
51+
"steps": 1000
52+
}
53+
},
3454
"mcp": {
3555
"nix": {
3656
"type": "local",
@@ -50,7 +70,7 @@
5070
"nixpkgs#gitea-mcp-server",
5171
"--"
5272
],
53-
"enabled": true
73+
"enabled": false
5474
},
5575
"ha": {
5676
"type": "local",
@@ -69,7 +89,7 @@
6989
"UV_PYTHON_DOWNLOADS": "never",
7090
"UV_PYTHON_PREFERENCE": "system"
7191
},
72-
"enabled": true
92+
"enabled": false
7393
}
7494
}
7595
}

0 commit comments

Comments
 (0)