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
# Wipes context and starts fresh. Use when switching topics
343
+
344
+
> /rewind
345
+
# Opens a timeline picker — roll back to any earlier point in your conversation
343
346
```
344
347
345
348
> 💡 **When to use `/clear`**: If you've been reviewing `books.py` and want to switch to discussing `utils.py`, run `/clear` first. Otherwise stale context from the old topic may confuse responses.
346
349
350
+
> 💡 **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 handy when you went down the wrong path and want to backtrack without starting over entirely.
0 commit comments