added .ssh

This commit is contained in:
liph
2026-07-21 21:35:16 +02:00
parent 7b23a57221
commit 95956d123a
147 changed files with 5607 additions and 7 deletions
@@ -0,0 +1,22 @@
{
"subagents": {
"agentOverrides": {
"scout": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
"planner": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
"worker": { "model": "ollama/kimi-k2.7-code:cloud", "thinking": "high" },
"oracle": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
"reviewer": { "model": "ollama/kimi-k2.6:cloud", "thinking": "high" },
"researcher": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
"context-builder": { "model": "ollama/minimax-m3:cloud", "thinking": "high" },
"delegate": { "model": "ollama/minimax-m3:cloud" }
},
"modelScope": {
"allow": [
"ollama/minimax-m3:cloud",
"ollama/kimi-k2.6:cloud",
"ollama/kimi-k2.7-code:cloud",
"ollama/gemini-3-flash-preview"
]
}
}
}