-
Notifications
You must be signed in to change notification settings - Fork 80
Clarify bridge setup #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This change helps to clarify how to setup bridges, by specifying you need to do so under bridges in the app settings and that it cannot be done in iOS.
📝 WalkthroughSummary by CodeRabbit
WalkthroughUpdated README instructions for configuring the self-hosted bridge: direct users to use the Beeper app UI (Settings > Bridges > Create a bot room) instead of DMing the bridge bot, noting this is not possible on iOS. Minor text reflow; no code changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
65-67: Clarify wording, fix article, and present iOS limitation as a proper calloutImproves clarity, fixes the missing article (“the option”), capitalizes “Settings,” and formats the iOS limitation consistently with the earlier NOTE callout. Addresses the LanguageTool hints while keeping the intent intact.
- bot (`@<name>bot:beeper.local`). To do this, open settings in the Beeper app and navigate to `Bridges`. There you should see your bridge, along with option to `Create a bot room`. - NOTE: it is **NOT POSSIBLE** to do this step within the **iOS** app. + bot (`@<name>bot:beeper.local`). In the Beeper app, open Settings > Bridges. Locate your bridge and choose the option to `Create a bot room`. + + > [!NOTE] + > This flow is not available on iOS. Use Beeper Desktop or Android.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
README.md(1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[style] ~65-~65: Consider a more expressive alternative.
Context: ... bot (@<name>bot:beeper.local). To do this, open settings in the Beeper app a...
(DO_ACHIEVE)
[grammar] ~65-~65: There might be a mistake here.
Context: ...There you should see your bridge, along with option to Create a bot room. - NOTE: ...
(QB_NEW_EN)
🔇 Additional comments (1)
README.md (1)
68-71: LGTM on paragraph reflow following step 4The separation reads clearly after the revised step, and the “chat networks dialog” note remains understandable.
This change helps to clarify how to setup bridges, by specifying you need to do so under bridges in the app settings and that it cannot be done in iOS.