[codex] add summary envelopes and ghost-surface text matching#490
[codex] add summary envelopes and ghost-surface text matching#490willwashburn wants to merge 1 commit into
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Review limit reached
More reviews will be available in 37 minutes and 37 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 refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (19)
✨ 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 |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f0d30180d7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| let records = match handle.inner.query_content(&Query { | ||
| session_id: Some(session_id.clone()), | ||
| source: Some(source), | ||
| since: q.since.clone(), |
There was a problem hiding this comment.
Avoid filtering prompt text by assistant-turn lower bound
When hotspots/ghost-surface is run with a since window that falls between a user slash-command prompt and the assistant turn it triggered, the turn is included by the outer query but this content lookup drops the preceding user ContentRecord because content_passes applies Query.since to content timestamps. That makes active commands like /openspec-apply still appear as ghost surface in recent-window reports; load user text for the selected sessions without the lower bound, or explicitly include the prompt predecessor for each selected turn.
Useful? React with 👍 / 👎.
Summary
untilsupport.summaryReport(),summaryTimeseries(), andcapabilities()through the napi crate and@relayburn/sdkESM/CJS/type facade.Validation
cargo test --workspacecargo fmt --all -- --checkcargo clippy --workspace --all-targets -- -D warningspnpm --filter @relayburn/sdk build:napiRELAYBURN_SDK_NAPI_BUILT=1 pnpm --filter @relayburn/sdk testpnpm --filter @relayburn/sdk test:bundlepnpm run testgit diff --checkNotes
apps/macos/Sources/Burn/BurnApp.swiftandBurnLedger.swiftunstaged and out of this PR.