diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-29 23:49:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-29 23:49:05 +0300 |
| commit | 4462d1c408b6430e3225b750bcc0e8df0a4baeca (patch) | |
| tree | 77c87a7186901093c444179ebb47f3447c076786 | |
| parent | 1a30b7aaabe5ec43008214aa4d0cec800ed8c237 (diff) | |
| parent | c4e2956c207a1a276c3efb2523cc06a46f182678 (diff) | |
Merge branch 'master' of codeberg.org:snonux/rexfiles
| -rw-r--r-- | dotfiles/fish/conf.d/ai.fish | 4 | ||||
| -rw-r--r-- | dotfiles/scripts/taskwarriorfeeder.rb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/ai.fish b/dotfiles/fish/conf.d/ai.fish index 5692643..b1b98f7 100644 --- a/dotfiles/fish/conf.d/ai.fish +++ b/dotfiles/fish/conf.d/ai.fish @@ -19,7 +19,9 @@ function aimodels gpt-o3 gpt-4.1 claude-3.7-sonnet -claude-3.7-sonnet-thought" >~/.aimodels +claude-3.7-sonnet-thought +claude-4.0-sonnet +gemini-2.5-pro" >~/.aimodels set -gx COPILOT_MODEL (cat ~/.aimodels | fzf) diff --git a/dotfiles/scripts/taskwarriorfeeder.rb b/dotfiles/scripts/taskwarriorfeeder.rb index 2744112..586727e 100644 --- a/dotfiles/scripts/taskwarriorfeeder.rb +++ b/dotfiles/scripts/taskwarriorfeeder.rb @@ -201,6 +201,8 @@ begin gos_queue!(entry['tags'], entry['description'], opts[:dry_run]) end File.delete(tw_gos) + rescue StandardError => e + puts e end end |
