docs: mention the send-and-close key - #61
Merged
Merged
Conversation
plannotator-tui adds `S` in reply review: it sends the review to the agent and closes the window in one key. `E` still sends and `q` still closes. The key lives in the review window, so no action, manifest or binding changes here. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
backnotprop
marked this pull request as ready for review
September 24, 2026 23:51
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.
plannotator-tui is adding
Sto reply review: it sends the review to the agent and closes the window in one key, where today that takesEthenq. This updates the one README line that names those keys.Eandqare unchanged.Depends on
S. It is open, not merged, and no release carries it.S, so this line would name a key the bundled binary lacks. Draft untilplannotator-tui.versionmoves to a release that has it, the same way feat: add a last-newest review action #48 waited for--newest.What changed
README.md: the line under the review key table now saysSsends and closes on an agent reply, and thatEandqstill work.Nothing else. No action, manifest, binding or version change, because
Sis typed inside the review window, which this plugin only opens.Left alone on purpose:
docs/windows-full-acceptance.mdsaysqquits the TUI in six places. That stays true, and the checklist tests the ConPTY exit path throughqspecifically.skills/plannotator-tui/SKILL.mdnames no keys, and its flow opens a file review, whereSdoes nothing.Validation
Docs only, so there is nothing to run. Upstream gates
Son!is_file_review(), and both folder reviews and Ctrl-clicked files are file reviews, so the line says "agent reply" rather than "review".🤖 Generated with Claude Code