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 —export
Export the last report to a file for sharing or archiving.
npx zenoai --export
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