-
-
Notifications
You must be signed in to change notification settings - Fork 190
Conversation
👋 Thanks for sending this our way! Before a maintainer reviews the code, we ask community contributors to align with us on the approach first — it keeps your time pointed at changes we can land.
The easiest way is to open or find a GitHub issue and discuss the approach with a maintainer there, then link that issue from this PR. If the issue is already assigned to someone else, please check in with them (or with us) before continuing — otherwise two people may end up working on the same task.
See our contributing guidelines for the full picture.
46b9076 to
a7f744b
Compare
a7f744b to
74e25e6
Compare
74e25e6 to
ccdb79f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ccdb79f. Configure here.
ccdb79f to
651735a
Compare
xremming
commented
Jul 22, 2026
Tested to be working.
image
xremming
commented
Jul 23, 2026
@szokeasaurusrex Since you had reviewed the previous PR would you be the correct person to ping?
@szokeasaurusrex
szokeasaurusrex
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for the PR!
I admittedly have only had time to skim this briefly so far; to do a proper review, I would first need to familiarize myself a bit more with the spec, which would take some time.
In the meantime, I have given some suggestions for simplifying and improving the code. Would appreciate if you can address these 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that Feedback events are meant to have a "feedback" context, I would be in favor of introducing a special FeedbackEvent type which forces the "feedback" context to be included.
This would eliminate the code you have which checks for the presence of a "feedback" context at runtime
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we have a lot of existing * imports throughout the codebase, but this is really something I would like us to avoid going forward, as it makes it too easy to accidentally introduce unintended public API changes.
Please therefore replace this with an explicit export of only the types which need to be re-exported.
szokeasaurusrex
commented
Jul 27, 2026
Please also check and address the CI failures before the next review round
Codecov Report
❌ Patch coverage is 97.84946% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.94%. Comparing base (a57b91c) to head (651735a).
Additional details and impacted files
@@ Coverage Diff @@ ## master #1259 +/- ## ========================================== + Coverage 73.81% 73.94% +0.13% ========================================== Files 64 77 +13 Lines 7538 9454 +1916 ========================================== + Hits 5564 6991 +1427 - Misses 1974 2463 +489
Co-authored-by: Zach Mitchell <zmitchell@fastmail.com>
651735a to
9c733a0
Compare
xremming
commented
Aug 4, 2026
Forgot to re-request the review. 😅
I think the issues should now be fixed.
szokeasaurusrex
commented
Aug 5, 2026
Hey @xremming, thank you! As I mentioned before, doing a proper review would take some time. It is on my to-do list, but it may take several weeks until I have time to do a full review.
Uh oh!
There was an error while loading. Please reload this page.
Continues the work from #1033.
I personally need this feature so though I might as well finish the partial PR. Largely done together with Claude.
~~Splitted the change of the ~~
~~\~\~type\~\~~~field from a~~\~\~String\~\~~~to en enum into its own commit. Based on my investigations, the wholetypefield is not actually needed.Issues