coyote-ai 0.8.3

An all-in-one, batteries included LLM CLI Tool
1
2
3
4
5
6
7
8
9
function _coyote_fish
    set -l _old (commandline)
    if test -n $_old
        echo -n "⌛"
        commandline -f repaint
        commandline (coyote -e $_old)
    end
end
bind \ee _coyote_fish