Slash Commands
Tuvo Code provides several slash commands for common tasks. These commands are available in interactive mode.
/authConfigure AI provider and API key
/helpShow help information and available commands
/configView or modify configuration settings
/clearClear the conversation history
/exitExit interactive mode
Examples
# Configure authentication
/auth
# View current configuration
/config
# Change provider
/config provider openai
# Clear conversation
/clear
# Exit
/exit