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 tuvo

Tuvo will start in interactive mode, ready to help with your coding tasks.

Set Your Provider

Configure your preferred AI provider using the /auth command:

/auth

This 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 codebase

Tuvo 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.