This repository was archived by the owner on Aug 6, 2026. It is now read-only.
trunk-merge/pr-3894/c020adff-4d22-400e-ae39-fc10d3ee7f6d - #3899
Closed
trunk-io[bot] wants to merge 9 commits into
Closed
trunk-merge/pr-3894/c020adff-4d22-400e-ae39-fc10d3ee7f6d#3899trunk-io[bot] wants to merge 9 commits into
trunk-io[bot] wants to merge 9 commits into
Conversation
Generated-By: PostHog Code Task-Id: 0c226c8d-1b4d-4527-8d8c-2c0819279f10
Adds a "Remove me as reviewer" action to the inbox bulk-selection toolbar so you can drop yourself as a suggested reviewer across many reports at once, instead of opening each report and removing yourself one at a time. The action reuses the existing per-item bulk fan-out (Promise.allSettled with partial-failure tolerance): per selected report it fetches the latest suggested_reviewers artefact, filters out the current user's entry, and writes the remaining list back. Eligibility is driven by the server-annotated is_suggested_reviewer flag so the button disables when no selected report lists you. Fires one INBOX_REPORT_ACTION (remove_suggested_reviewer) per succeeded report. Generated-By: PostHog Code Task-Id: 869023f3-9853-4f11-a433-6ea896c1c32f
Addresses Greptile review feedback: when a selected report's suggested_reviewers artefact is missing or doesn't list the current user, the per-item callback resolved silently, so runBulkAction recorded it as a success — firing a success toast/analytics and dropping the report from the selection while the reviewer was never removed. Throw in both cases so the report is counted as a failure and stays selected for retry. Generated-By: PostHog Code Task-Id: 869023f3-9853-4f11-a433-6ea896c1c32f
Generated-By: PostHog Code Task-Id: 511823aa-fc4e-4f54-8064-cc1cecf38807
"Looping" collides with the "loops" feature and is misleading since the agent isn't running a loop while thinking. Removed from both copies of THINKING_MESSAGES. Generated-By: PostHog Code Task-Id: 5488fce5-0445-49d8-8521-74b8eb681683
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
trunk-io
Bot
deleted the
trunk-merge/pr-3894/c020adff-4d22-400e-ae39-fc10d3ee7f6d
branch
July 28, 2026 20:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was created and is being managed by Trunk Merge.
This pull request is based on the main branch at SHA 608b6d5ec5e129a78fa7454d0dd9ac64c11c1503.
See more details about each PR in the batch here:
When CI completes, this pull request will be closed automatically.
Pull Requests Being Tested
This pull request is testing a batch with the changes from pull requests 3894 and 3896 - batching documentation.
Dependencies
This pull request depends on the changes from pull request 3892.