I was working on connecting via ssh to a raspberry pi and kagi assistant with the new custom study model suggested the command i should use and told me to use:
ssh <mailto:user@hostname.local>
which ofc doesnt work at all
once i corrected it and told it that it should be
ssh user@hostname.local
it said you are right and gave the wrong command again
ssh commands should not be interpreted as mail links by assistant
i expected it to deliver a normal ssh command that works
I assume this issue occours because some kind of logic added by Kagi to turn email addresses into mailto: links?