Uh oh!
There was an error while loading. Please reload this page.
[bot] Update /rewind docs to reflect v1.0.78 improvements (no git required, file restore option) - #202
Draft
DanWahlin wants to merge 1 commit into
Conversation
/rewind no longer requires git and now offers a choice to restore the files Copilot changed in addition to rolling back the conversation. - Chapter 01: Update /rewind table entry to mention file restore option and that git is not required - Chapter 02: Update the /rewind tip to describe the new conversation-only vs conversation + files choice; update context efficiency tips table Source: https://github.com/github/copilot-cli/blob/main/changelog.md (v1.0.78, 2026-08-03) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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 freeto 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.
What changed in Copilot CLI
In v1.0.78 (2026-08-03), the
/rewindcommand received a meaningful upgrade:This is beginner-relevant because:
/rewindaccessible to more learners.What was updated
01-setup-and-first-steps/README.md/rewindrow in the slash commands reference table to mention the file restore option and that git is not required.02-context-conversations/README.md/rewindtip callout to describe the new conversation-only vs conversation + files choice, and noted that no git repository is needed. Also updated the Context Efficiency Tips table entry.Source