Feature Request: Local/offline mode — call AI providers directly without LiveReview backend #93
tailorgunjan93
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Local / Offline AI Review Mode
Problem
Currently, every staged diff is sent to Hexmos's LiveReview cloud backend before
reaching an AI provider. This is a blocker for:
Proposed Solution
Add a
mode = "local"config option that makes the CLI call the AI providerdirectly — bypassing LiveReview entirely:
Data Flow Comparison
Benefits
Implementation Notes
ReviewSubmit()/ReviewPoll()calls--localCLI flag as an override would also be useful:git lrc review --localBeta Was this translation helpful? Give feedback.
All reactions