chore(browser): Bump extension version to 1.0.2 - #1780
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
⚡ Performance Benchmark
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe browser extension manifest version is updated from ChangesBrowser manifest
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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 |
ReviewLGTM — nothing blocking. This is a clean, correct patch bump. ✅ The version lands exactly where it should: I also confirmed the base commit DetailsVerified
Out of scope for this PR, but worth a follow-up around the store release1. MutationObservers can accumulate across service-worker wakes. Cheap mitigation: function initRepomixIntegration(): void {
// Guard against re-injection from the background service worker (MV3 wakes
// re-run the content script, which would attach a second observer).
if ((window as { __repomixInitialized?: boolean }).__repomixInitialized) return;
(window as { __repomixInitialized?: boolean }).__repomixInitialized = true;
// ...
}Separately, the observer at 2. Stale docs under
Note on bot comments: CodeRabbit reviewed and approved this PR with no inline comments, so there was nothing to triage. I could not run |
Bumps the browser extension version for the store release containing #1779 (support for GitHub's new repository header).
Checklist
npm run testnpm run lint🤖 Generated with Claude Code