Commands
Nova has top-level commands for setup and management, plus slash commands for work inside an interactive session. Runnova <command> --help before automating a command.
Top-level commands
Availability can depend on the installed package, authentication, and organisation policy.
Interactive commands
Inside a session, use/help to see the commands available in that runtime. Common session controls include:
/clear— start a fresh conversation context; aliases include/resetand/restart./compact— compact the current conversation context./wrap— consolidate useful context into memory./loop— keep working until a stated completion condition is met.
Safety notes
nova init --force, log clearing, reset, uninstall, external integrations, and commit workflows can change local or external state. Review their help and approval prompts before proceeding. Avoid placing credentials in command-line arguments, where shell history may retain them.