fix: don't encourage AI to resolve comments#210
Merged
tomasz-tomczyk merged 7 commits intomainfrom Mar 27, 2026
Merged
Conversation
AI should address comments and reply, but resolving is a user action. Remove --resolve from all AI-facing prompts. Drop the orange 'Unresolved' border and label on carried-forward comments — replace with a neutral 'Carried forward' label in muted text. Closes #204
AI should reply to comments but not mark them resolved — resolving is a manual human action. Updated all integration docs to remove --resolve from workflow examples and "resolve": true from --json bulk examples. Kept the --resolve flag in CLI reference sections (it exists as a feature) but updated the `resolve` field description in schema tables to clarify it's user-controlled.
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
--resolvefrom all AI-facing prompts inserver.go— AI should reply to comments but not mark them resolved--resolvefrom all integration docs (claude-code, cursor, codex, cline, windsurf, aider, opencode, github-copilot) —--resolveflag still exists but is no longer advertised as the expected workflowResolving comments is now a consensual, user-driven action. AI addresses the code and replies; the human decides what counts as resolved.
Closes #204
Reproduction
N/A — prompt/UI change
Review
Test plan
POST /api/finishno longer contains--resolve--resolvein workflow examples🤖 Generated with Claude Code