# shellcheck shell=dash
# x co --cmd "x gh repo" "$@"

___x_cmd_co___cmd(){
    local starting="$1";    shift

    # starting co
    # using model for x-cmd
    ___x_cmd chat --send --type "co" --history 0 "$starting" "$@"
}
