You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/posts/claude-code-vs-github-copilot.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,17 +148,15 @@ Let me provide a cleaner version, with a bit more insight.
148
148
149
149
I believe this is the only thing that I actually thought was pretty amazing. So what's this magical feature? As per their docs:
150
150
151
-
```
152
-
Press Esc twice (Esc + Esc) or use the /rewind command to open the rewind menu. A scrollable list shows each of your prompts from the session. Select the point you want to act on, then choose an action:
153
-
154
-
- Restore code and conversation: revert both code and conversation to that point
155
-
- Restore conversation: rewind to that message while keeping current code
156
-
- Restore code: revert file changes while keeping the conversation
157
-
- Summarize from here: compress the conversation from this point forward into a summary, freeing context window space
158
-
- Never mind: return to the message list without making changes
159
-
160
-
After restoring the conversation or summarizing, the original prompt from the selected message is restored into the input field so you can re-send or edit it.
161
-
```
151
+
> Press Esc twice (Esc + Esc) or use the `/rewind` command to open the rewind menu. A scrollable list shows each of your prompts from the session. Select the point you want to act on, then choose an action:
152
+
>
153
+
> -**Restore code and conversation**: revert both code and conversation to that point
154
+
> -**Restore conversation**: rewind to that message while keeping current code
155
+
> -**Restore code**: revert file changes while keeping the conversation
156
+
> -**Summarize from here**: compress the conversation from this point forward into a summary, freeing context window space
157
+
> -**Never mind**: return to the message list without making changes
158
+
>
159
+
> After restoring the conversation or summarizing, the original prompt from the selected message is restored into the input field so you can re-send or edit it.
162
160
163
161
Now, does this justify one tool over the other? I honestly don't think so. But nonetheless, very very cool.
0 commit comments