How Nova works
Nova turns a request into a guided terminal workflow. It gathers relevant local context, asks a model to reason about the task, uses the tools available to the session, and reports what changed and what was verified.A Nova session in practice
- Nova opens your workspace. It loads the applicable configuration, project context, and safety policy for the directory you started in.
- It investigates before changing code. Nova can search the repository, read focused files, inspect Git state, and identify the project’s existing commands and conventions.
- It chooses the next action. For a simple request, Nova can work directly. For a larger or riskier change, it can propose a plan and carry the work through its steps.
- Tools do the work. File edits, shell commands, Git operations, and configured integrations are performed through tools. The available tools vary by session and policy.
- You review the evidence. Nova can show the edited files, command output, and Git diff. Tests, linting, builds, or manual checks are the evidence that a requested result holds.
