mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-04-23 04:59:19 +00:00
Compare commits
2 Commits
3f1947edc7
...
a6cf4cda6f
| Author | SHA1 | Date | |
|---|---|---|---|
| a6cf4cda6f | |||
| 56eaf33632 |
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
AquaAI/qwen3.5:35b
|
AquaAI/glm-4.7-flash
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user