[Sync] LLM clients → Qwen3.6-35B-A3B-Thinking default, Ornith preset, fl GPU monitor abbrs

This commit is contained in:
Coja
2026-09-21 18:20:21 +02:00
parent 9fc7854751
commit 2fa113cd15
10 changed files with 32 additions and 43 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
keybindings: vi
editor: nvim
model: local:Qwen3-Coder-30B-Instruct-UD-Q3_K_XL
model: local:Qwen3.6-35B-A3B-Thinking
# Sessions: persist REPL sessions and keep more history before summarizing.
# The default compress_threshold (4000) summarizes far too early for 24k+ windows.
+4 -4
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "llama.cpp/gemma-4-26B-A4B-it-UD-IQ4_XS",
"model": "llama.cpp/Qwen3.6-35B-A3B-Thinking",
"default_agent": "auto",
"instructions": ["CLAUDE.md", "AGENTS.md"],
"share": "disabled",
@@ -203,7 +203,7 @@
"mode": "primary",
"color": "info",
"steps": 30,
"model": "llama.cpp/gemma-4-26B-A4B-it-UD-IQ4_XS",
"model": "llama.cpp/Qwen3.6-35B-A3B-Thinking",
"permission": {
"edit": "deny"
}
@@ -212,7 +212,7 @@
"mode": "primary",
"color": "primary",
"steps": 30,
"model": "llama.cpp/gemma-4-26B-A4B-it-UD-IQ4_XS",
"model": "llama.cpp/Qwen3.6-35B-A3B-Thinking",
"permission": {
"edit": {
"*": "allow",
@@ -234,7 +234,7 @@
"mode": "primary",
"color": "#f9e2af",
"steps": 30,
"model": "llama.cpp/gemma-4-26B-A4B-it-UD-IQ4_XS",
"model": "llama.cpp/Qwen3.6-35B-A3B-Thinking",
"permission": {
"edit": {
"*": "allow",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"defaultProvider": "duskadiy",
"defaultModel": "gemma-4-26B-A4B-it-UD-IQ4_XS",
"defaultThinkingLevel": "off",
"defaultModel": "Qwen3.6-35B-A3B-Thinking",
"defaultThinkingLevel": "medium",
"theme": "catppuccin-mocha",
"quietStartup": false,
"collapseChangelog": true,