Skip to content

[cli]

CLI-side options that control where review results go and whether the session auto-closes after analysis.

KeyTypeDefaultOverride viaDescription
reviewFilePathstring | nullnull--review-file <path>File where the review is saved. Must end in .md. Parent traversal (..) is rejected. Relative paths resolve from cwd.
autoCloseSessionbooleanfalse--auto-close-sessionClose the session automatically when analysis completes.
[cli]
reviewFilePath = "./review.md"
autoCloseSession = false