How can we help?
Get support, browse documentation, or reach out to our team.
Frequently asked questions
How do I install the CLI?
Run `curl -fsSL codecast.sh/install | sh`. Homebrew (`brew install codecast-sh/tap/codecast`) and npm (`npm install -g @codecast-sh/cli`) install the same binary. It keeps itself up to date after that.
How do I sync my conversations?
After installing, run `codecast login` to authenticate, then `codecast sync` to start syncing your AI conversations.
Can I use Codecast offline?
Yes! Conversations are stored locally and synced when you're online. The CLI works fully offline.
How do I share a conversation with my team?
Open the conversation in the web dashboard and click 'Share'. You can share with specific team members or generate a public link.
How do I delete my data?
You can delete individual conversations from the dashboard, or delete your entire account from Settings > Account > Delete Account.
Is my code visible to Codecast?
By default, only metadata is synced. Code content sync is opt-in. You can also enable end-to-end encryption for additional privacy.