Compare commits

...

2 Commits

4 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ python3 -m py_compile ./home/bin/homeassistant.py
- Redirect stderr appropriately: `2>/dev/null` or `2>&1` - Redirect stderr appropriately: `2>/dev/null` or `2>&1`
### Configuration Files ### Configuration Files
- Before generating a commit, always consult `agents/COMMITS.md` for the required style. - Before generating a commit, always consult `.agent/COMMITS.md` for the required style.
#### chezmoi Templates #### chezmoi Templates
- Dotfiles use chezmoi's templating system - Dotfiles use chezmoi's templating system

View File

@@ -1 +1 @@
AquaAI/qwen3.5:35b AquaAI/glm-4.7-flash

View File

@@ -1,7 +1,7 @@
--- ---
description: Commit currently staged code in git description: Commit currently staged code in git
mode: all mode: all
model: {{ template "models/big-brain" . }} model: "{{ template "models/small-brain" }}"
temperature: 0.1 temperature: 0.1
tools: tools:
write: false write: false