Interactive Mode
Interactive mode is the default way to use Tuvo Code. Simply run tuvoin your project directory to start an interactive session.
Starting Interactive Mode
cd /path/to/your/project
tuvoUsing Interactive Mode
Once in interactive mode, you can:
- • Ask questions about your codebase
- • Request code changes
- • Run commands
- • Use slash commands (like
/auth,/help) - • Reference files with @ syntax
Example Session
> explain the authentication flow in this project
> refactor the login component to use hooks
> add error handling to the API calls
> run the test suite
> commit these changes