chore: drop lazy-lock from chezmoi; sync omp agent config + dir mode from host
This commit is contained in:
parent
b78e23aa16
commit
13fa1a01dc
7 changed files with 9 additions and 53 deletions
66
dot_omp/private_agent/config.yml
Normal file
66
dot_omp/private_agent/config.yml
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
providers:
|
||||
webSearch: searxng
|
||||
searxng:
|
||||
endpoint: http://kaiser.local:8800
|
||||
symbolPreset: nerd
|
||||
theme:
|
||||
dark: dark-gruvbox
|
||||
light: light
|
||||
setupVersion: 1
|
||||
modelRoles:
|
||||
default: zai-coding/glm-5.2:high
|
||||
task: llama-swap.miche/qwen3.6-27b-mtp
|
||||
smol: llama-swap.byte/qwen3.6-35b-heretic-mtp
|
||||
plan: zai-coding/glm-5.2:xhigh
|
||||
slow: minimax-code/MiniMax-M3:high
|
||||
vision: llama-swap.miche/gemma4-12b
|
||||
tiny: llama-swap.byte/qwen3.6-35b-heretic-mtp
|
||||
retry:
|
||||
fallbackChains:
|
||||
default:
|
||||
- zai-coding/glm-5.2
|
||||
- minimax-code/MiniMax-M3
|
||||
- deepseek/deepseek-v4-pro
|
||||
- llama-swap.miche/qwen3.6-27b-mtp-rocmfp4-turbo
|
||||
- llama-swap.byte/qwen3.6-27b-mtp
|
||||
task:
|
||||
- llama-swap.miche/qwen3.6-27b-mtp-rocmfp4-turbo
|
||||
- llama-swap.byte/qwen3.6-27b-mtp
|
||||
- zai-coding/glm-5.2
|
||||
- minimax-code/MiniMax-M3
|
||||
smol:
|
||||
- llama-swap.miche/qwen3.6-35b-a3b-mtp-rocmfp4
|
||||
- llama-swap.byte/qwen3.6-35b-a3b-mtp
|
||||
- llama-swap.miche/qwen3.6-27b-mtp-rocmfp4-turbo
|
||||
- zai-coding/glm-5.2
|
||||
- minimax-code/MiniMax-M3
|
||||
plan:
|
||||
- zai-coding/glm-5.2:xhigh
|
||||
- minimax-code/minimax-code:xhigh
|
||||
- deepseek/deepseek-v4-pro:xhigh
|
||||
- llama-swap.miche/step-3.7-flash:high
|
||||
slow:
|
||||
- zai-coding/glm-5.2
|
||||
- minimax-code/minimax-code
|
||||
- deepseek/deepseek-v4-pro
|
||||
- llama-swap.miche/step-3.7-flash
|
||||
vision:
|
||||
- llama-swap.miche/gemma4-12b
|
||||
- llama-swap.byte/gemma-4-12b-heretic
|
||||
- llama-swap.miche/qwen3.6-27b-mtp-rocmfp4-turbo
|
||||
tools:
|
||||
approvalMode: yolo
|
||||
memory:
|
||||
backend: "off"
|
||||
github:
|
||||
enabled: true
|
||||
statusLine:
|
||||
preset: default
|
||||
separator: powerline
|
||||
transparent: true
|
||||
tui:
|
||||
textSizing: false
|
||||
defaultThinkingLevel: high
|
||||
personality: pragmatic
|
||||
hideThinkingBlock: true
|
||||
readLineNumbers: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue