aichat 0.30.0

All-in-one LLM CLI Tool
1
2
3
4
5
6
7
8
9
function _aichat_fish
    set -l _old (commandline)
    if test -n $_old
        echo -n "⌛"
        commandline -f repaint
        commandline (aichat -e $_old)
    end
end
bind \ee _aichat_fish