docs: fix review resolution states, add human-side interactions#768
Merged
Conversation
…ions The review feedback resolution simplified from three states (fixed/ignored/wont_fix) to two (fixed/dismissed). Updated tools.tsx, agents.tsx, and the diff-review tip. Also documented that humans can now reply, resolve, and reopen review feedback items directly from the UI (inline in the diff and from the Reviews sidebar tab). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
dispatch_review_resolveresolution options updated fromfixed/ignored/wont_fixtofixed/dismissed(matching PR Fix extractHunkAroundLines bug for top-of-file hunks, add 19 tests #767's DB migration and MCP handler changes)Deferred to next run
dispatch_review_add_messagebody max reduced from 50,000 to 1,200 chars — the docs description doesn't mention the limit, and the tool's own schema describes it to agents directlyTest plan
pnpm run format:write— cleanpnpm run check— types pass🤖 Generated with Claude Code