chore(submodule): bump owletto to b9c3258 (SyncDispatcher refactor)#858
Conversation
Picks up owletto#169: SyncDispatcher now takes credentials as a parameter from AppState instead of re-reading the keychain on every poll. Fixes the spurious 'Sign in to Lobu first' that fired when the keychain was cleared between AppState init and the next sync cycle, plus tightens the refresh callback (re- entrancy guard for sign-out/account-switch mid-refresh, save- before-publish ordering so a keychain failure doesn't leave the in-memory token ahead of disk).
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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)
Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
release-please doesn't auto-bump submodules between its PR opening and merge. Main has moved past the release branch's pinned owletto SHA (74f441f) by three commits (#856 bundle rename, #857 goal-row-Terminal, #858 SyncDispatcher refactor). Without this bump the v7.1.0 release would ship lobu pointing at an owletto that doesn't have the work the changelog describes, and the Submodule Drift check stays red.
* chore(main): release lobu 7.1.0 * chore(submodule): bump owletto to b9c3258 for release v7.1.0 release-please doesn't auto-bump submodules between its PR opening and merge. Main has moved past the release branch's pinned owletto SHA (74f441f) by three commits (#856 bundle rename, #857 goal-row-Terminal, #858 SyncDispatcher refactor). Without this bump the v7.1.0 release would ship lobu pointing at an owletto that doesn't have the work the changelog describes, and the Submodule Drift check stays red.
Submodule pointer bump for owletto#169. SyncDispatcher reads credentials from AppState now, not a fresh keychain load on every poll. Closes the 'Sign in to Lobu first' false positive + tightens the refresh callback against re-entrancy and partial-persistence failure modes (codex-reviewed, 4 passes).