Conversation
The markdown page gets the two things the Lexxy page had and it did not. Selection memory: each person's last non-collapsed selection is kept as two anchors from their awareness state, so "@agent rewrite this in one sentence" applies to what they selected, wherever that text sits by the time the agent reads the line. Without a recent selection, the paragraph above the request. The request line goes, the plan is held to those paragraphs, and the rewrite is typed in their place with the same pace and selection as a draft. Undo: every action records a region, two anchors bracketing the bytes it touched and the text that was there, so "@agent undo" puts the old text back wherever it has moved to. That covers a rewrite, a contribution after a change, an answer, and a whole drafted section. Buttons for both on both pages. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017TeaovH2jyHARHJSyQ8Afo
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.
Stacked on #103. Brings the markdown page level with the Lexxy page on the two things it lacked.
Rewrite what you selected
@agent rewrite this in one sentence, from the person whose caret is on that line, applies only to the paragraphs the selection covers, wherever they are by then. With no recent selection, the paragraph above the request.MarkdownEditorgetsonly:), and the rewrite is typed in place at the drafting pace with the text selected as it grows.Undo
@agent undoresolves the anchors and puts the old text back, wherever that region has moved to. Covers a rewrite, a contribution after a change, an answer (the region is empty, so undo removes it), and a drafted section including its heading.Verified