Reference
Commands
All available btca commands.
btcaLaunch the interactive TUI. Default action when no subcommand is provided.
btcabtca askAsk a single question about configured resources.
btca ask --resource svelte --question "How does $state work?"btca chatOpen an interactive TUI session for multi-turn conversations.
btca chat --resource sveltebtca serveStart the btca server and listen for HTTP requests.
btca serve --port 3000btca config modelSet the AI model and provider.
btca config model --provider opencode --model claude-haiku-4-5btca config resources listList all configured resources.
btca config resources listbtca config resources addAdd a new git repository as a resource.
btca config resources add --name effect --type git --url https://github.com/Effect-TS/effect --branch mainbtca config resources removeRemove a resource from the configuration.
btca config resources remove --name effectbtca clearClear all of the locally cloned resources
btca clear