Commands

All commands are run with npx zenoai. No global install is required.

npx zenoai

Start the interactive Zeno session. Scans the current project, builds a source summary, and prompts you to choose an action.

npx zenoai

npx zenoai help

Print available commands and a short description of each.

npx zenoai help

npx zenoai report list

List locally saved reports.

npx zenoai report list

npx zenoai report open latest

Open the latest local HTML report. Zeno asks for confirmation before opening a browser.

npx zenoai report open latest

The HTML report can be printed or saved as PDF through the browser. Complete report artifacts are also saved as JSON and CSV.

npx zenoai reset

Clear your saved provider config and API key. You will be prompted to set up a provider again on the next run.

npx zenoai reset

npx zenoai reset-history

Clear the per-project refactor history stored in .zeno-history.json. Does not affect your provider config.

npx zenoai reset-history

npx zenoai clear-report

Remove the cached last report from ~/.zenoai/last-report.json.

npx zenoai clear-report