diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-08 08:38:17 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-08 08:38:17 +0300 |
| commit | d51403a72d89f12d6005373b1a8552310a967069 (patch) | |
| tree | 010ff6af15b848a96b7929cfdcc1a0bf83c576c0 | |
| parent | a4b8cda57752cafdc7a6543b81025ed3201d2f10 (diff) | |
fish: add pi-local and pi-local-tools abbreviations for pi coding agent
| -rw-r--r-- | fish/conf.d/ai.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/conf.d/ai.fish b/fish/conf.d/ai.fish index 984aab4..5371eb5 100644 --- a/fish/conf.d/ai.fish +++ b/fish/conf.d/ai.fish @@ -14,6 +14,10 @@ abbr -a suggest hexai abbr -a explain 'hexai explain' abbr -a research 'hexai research' +# pi coding agent — local Ollama Gemma4 26B +abbr -a pi-local 'pi --model gemma4:26b-a4b-it-qat-32k-ctx --no-tools' +abbr -a pi-local-tools 'pi --model gemma4:26b-a4b-it-qat-32k-ctx' + if test -f ~/git/hypr/hypr.fish source ~/git/hypr/hypr.fish end |
