Move Goggles account identity into JSONL source_context#625
Conversation
Drop upload account_label config and X-Goggles-Account-Label header; write device/client metadata into source_context at recorder open from tracker config. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Ready to review this PR? Stage has broken it down into 5 individual chapters for you: Chapters generated by Stage for commit 17519fa on Jun 26, 2026 3:41pm UTC. |
|
Warning Review limit reached
More reviews will be available in 27 minutes and 34 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
AuditLogUploadSource.account_labeland stop sendingX-Goggles-Account-Labelon Goggles uploads.source_contextmetadata at recorder open (account display label, stabledevice_id, and host-supplied device/platform/app version from tracker config).MarmotAppso recorder open and upload use the same client metadata.Test plan
cargo test -p marmot-app -- audit_logcargo test -p marmot-uniffi -- auditClient follow-up
Host apps should remove
source.accountLabelfromsetAuditLogTrackerConfigand set bearer token +deviceLabel/platform/appVersionat startup (before opening account sessions).Made with Cursor