docs(readme): restructure quick start and voice transcription sections#23
docs(readme): restructure quick start and voice transcription sections#23
Conversation
Quick start was previously interleaved with the Voice Transcription subsection — steps 4 (deploy commands) and 5 (start the bot) lived under the optional voice setup, leaving the numbered list reading "1. → 3. → 4. → 5." (the missing 2 was the symptom that flagged this). - Quick start is now a clean 1–4 list independent of voice setup. - Voice Transcription is its own top-level optional section after Quick start, with a short behavior description (IsVoiceMessage gating, 25 MB size cap, mixed-attachment handling, dependency-missing fallback) so users know what they are turning on before they install anything. - Added a Linux/Windows note for whisper-cli installation since whisper-cli is not in standard package managers there. - Dropped the third-party "FM pack" link in favor of the upstream whisper.cpp repository. No code changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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 |
Pure documentation cleanup — no code changes.
Why
Quick start was previously interleaved with the optional Voice Transcription subsection: steps 4 (deploy commands) and 5 (start the bot) lived under voice setup, and the voice section's own numbered list read "1. → 3. → 4. → 5." (a leftover from #18 that flagged this). Users who didn't want voice transcription had no clean numbered path through the quick start.
What
MessageFlags.IsVoiceMessagetriggers transcription — bare.ogguploads route through the normal attachment path.whisper-cliis not in mainstream package managers there.Test plan
🤖 Generated with Claude Code