ai-cli
ai-cli copied to clipboard
running ai auth creates a folder named "~" at my cwd
Steps to reproduce:
On an M1 Macbook pro running macos 13: on a zsh terminal running oh-my-zsh: run "ai auth" paste the api key and then run ls on the zsh interface.
You will see a folder that has been created named "~" with the contents: ai/ and configstore/ Expected behaviour would have been that these filed were created at the home folder that is colloquially referred to as "~" in unix environments.