docs(readme): connect the vouch webapp — the console the video shows#379
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
the walkthrough claimed the video's browser console was the built-in review-ui; it is actually the vouch webapp (vouchdev/webApp), which the readme never linked at all. step 4 now shows the two-command connect (`vouch serve --transport http`, then the webapp dev server with the connect dialog pointed at 127.0.0.1:8731) and demotes review-ui to the lighter built-in alternative; going-further gains webapp and vouch-desktop links.
2f595b9 to
aecd3f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the readme's walkthrough promised the video experience but misattributed the browser console: the film was shot in vouch-ui (vouchdev/webApp), which the readme never linked, while step 4 pointed at the built-in review-ui. step 4 now gives the real two-command connect —
vouch serve --transport httpon 127.0.0.1:8731, then vouch-ui's dev server with the connect dialog pointed at that endpoint — and keeps review-ui and the piecemeal commands as the lighter built-in alternatives.going-further gains vouch-ui and vouch-desktop links. verified against released 1.2.1:
vouch serve --transport httpis on the shipped surface, and the connect instructions match vouch-ui's own quick start.