Quick Start
Once installed, you can start using Tuvo Code immediately. Navigate to any project directory and launch an interactive session:
cd /path/to/your/project
tuvoTuvo will start in interactive mode, ready to help with your coding tasks.
Set Your Provider
Configure your preferred AI provider using the /auth command:
/authThis will prompt you to select a provider (OpenAI, Anthropic, Gemini, etc.) and enter your API key. Your credentials are stored securely in your local configuration.
Your First Prompt
Try a simple request to see Tuvo in action:
> explain this codebaseTuvo will read your project structure, identify key files, and provide a summary of your codebase architecture. You can then ask follow-up questions or request specific actions like refactoring, adding tests, or fixing bugs.