Skip to content

[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
mainfrom
update/copilot-cli-v1.0.78-rewind-improvement-d8f3a2b1-4a90a66aff8e2469
Draft

[bot] Update /rewind docs to reflect v1.0.78 improvements (no git required, file restore option)#202
DanWahlin wants to merge 1 commit into
mainfrom
update/copilot-cli-v1.0.78-rewind-improvement-d8f3a2b1-4a90a66aff8e2469

Conversation

@DanWahlin

Copy link
Copy Markdown
Collaborator

What changed in Copilot CLI

In v1.0.78 (2026-08-03), the /rewind command received a meaningful upgrade:

/rewind no longer requires git and restores only the files Copilot changed, skipping any file whose contents no longer match what Copilot last wrote, with a conversation-only or conversation + files choice.

This is beginner-relevant because:

  • Beginners often work outside of git repositories, so removing the git requirement makes /rewind accessible to more learners.
  • The new "conversation-only vs conversation + files" choice gives learners more precise control when undoing Copilot's work.

What was updated

FileChange
01-setup-and-first-steps/README.mdUpdated the /rewind row in the slash commands reference table to mention the file restore option and that git is not required.
02-context-conversations/README.mdUpdated the /rewind tip 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

Note: The other changes in v1.0.78 (browser login flow, /permissions, /plugins) were already covered in PR #197, merged 2026-08-04. This PR addresses only the /rewind improvement that was missed.

Generated by Course Updater · ● 1M ·

/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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@DanWahlin