fold omp runtime config and remaining pi extensions into source
This commit is contained in:
parent
6c3a47f350
commit
bacafdf715
4 changed files with 446 additions and 6 deletions
|
|
@ -3,11 +3,20 @@
|
|||
"mcpServers": {
|
||||
"firecrawl": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "firecrawl-mcp"],
|
||||
"args": [
|
||||
"-y",
|
||||
"firecrawl-mcp"
|
||||
],
|
||||
"env": {
|
||||
"FIRECRAWL_API_KEY": "123",
|
||||
"FIRECRAWL_API_URL": "http://bazzite.local:3002"
|
||||
}
|
||||
},
|
||||
"godot-mcp-pro": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"/home/melon/Desktop/godot-mcp-pro-v1.16.0/server/build/index.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -29,18 +29,18 @@ symbolPreset: nerd
|
|||
theme:
|
||||
dark: dark-gruvbox
|
||||
light: light
|
||||
setupVersion: 1
|
||||
setupVersion: 2
|
||||
modelRoles:
|
||||
task: llama-swap.byte/qwen36-27b-711
|
||||
task: llama-swap.miche/godoter-27b
|
||||
plan: zai-coding/glm-5.2:xhigh
|
||||
slow: deepseek/deepseek-v4-pro:high
|
||||
vision: llama-swap.byte/qwen36-35b-heretic-apex
|
||||
tiny: llama-swap.byte/gemma4-26b-hauhau
|
||||
default: deepseek/deepseek-v4-flash:high
|
||||
smol: llama-swap.byte/kat-coder-v2.5-dev
|
||||
commit: llama-swap.byte/gemma4-26b-hauhau
|
||||
designer: zai-coding/glm-5.2
|
||||
advisor: zai-coding/glm-5.2
|
||||
default: openrouter/stealth/ox-alpha:max
|
||||
retry:
|
||||
fallbackChains:
|
||||
default:
|
||||
|
|
@ -73,5 +73,5 @@ tui:
|
|||
textSizing: false
|
||||
defaultThinkingLevel: auto
|
||||
personality: pragmatic
|
||||
hideThinkingBlock: false
|
||||
hideThinkingBlock: true
|
||||
readLineNumbers: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue