Skip to content

[bot] Update /rewind docs to reflect v1.0.78 improvements (no git required, file restore option) - #202

Merged
DanWahlin merged 1 commit into
mainfrom
update/copilot-cli-v1.0.78-rewind-improvement-d8f3a2b1-4a90a66aff8e2469
Aug 13, 2026
Merged

[bot] Update /rewind docs to reflect v1.0.78 improvements (no git required, file restore option)#202
DanWahlin merged 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

File Change
01-setup-and-first-steps/README.md Updated 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.md Updated 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>
@DanWahlin
DanWahlin marked this pull request as ready for review August 13, 2026 06:01
Copilot AI balanced review requested due to automatic review settings August 13, 2026 06:01
@DanWahlin
DanWahlin merged commit b1d4c9c into main Aug 13, 2026
12 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates beginner documentation for /rewind behavior introduced in Copilot CLI v1.0.78.

Changes:

  • Documents optional file restoration without Git.
  • Expands /rewind guidance and context-efficiency tips.
Show a summary per file
File Description
01-setup-and-first-steps/README.md Updates the slash-command reference.
02-context-conversations/README.md Expands /rewind usage guidance.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Balanced

> 💡 **When to use `/clear` or `/new`**: If you've been reviewing books.py and want to switch to discussing utils.py, run /new first (or /clear if you don't need the session history). Otherwise stale context from the old topic may confuse responses.

> 💡 **Made a mistake or want to try a different approach?** Use `/rewind` (or press Esc twice) to open a **timeline picker** that lets you roll back to any earlier point in your conversation, not just the most recent one. This is useful when you went down the wrong path and want to backtrack without starting over entirely.
> 💡 **Made a mistake or want to try a different approach?** Use `/rewind` (or press Esc twice) to open a **timeline picker** that lets you roll back to any earlier point in your conversation, not just the most recent one. When you rewind, Copilot CLI asks whether you want to restore only the conversation or also undo the file changes Copilot made — no git repository required. This is useful when you went down the wrong path and want to backtrack without starting over entirely.
| `/resume` | Switch to a different session (optionally specify session ID or name) |
| `/rename` | Rename the current session (omit the name to auto-generate one) |
| `/rewind` | Open a timeline picker to roll back to any earlier point in the conversation |
| `/rewind` | Open a timeline picker to roll back to any earlier point in the conversation; optionally restores the files Copilot changed (works without git) |
Sign up for free to 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.

2 participants