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: packages/web/src/content/docs/docs/tui.mdx
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,11 @@ Start a new session. _Alias_: `/clear`
159
159
160
160
### redo
161
161
162
-
Redo a previously undone message. Only available after using `/undo`. **Any file changes that were reverted will also be restored.**
162
+
Redo a previously undone message. Only available after using `/undo`.
163
+
164
+
:::tip
165
+
Any file changes will also be restored.
166
+
:::
163
167
164
168
```bash frame="none"
165
169
/redo
@@ -207,7 +211,11 @@ List available themes.
207
211
208
212
### undo
209
213
210
-
Undo last message in the conversation. Removes the most recent user message and all subsequent responses. **Any file changes made during the undone messages will also be reverted.**
214
+
Undo last message in the conversation. Removes the most recent user message, all subsequent responses, and any file changes.
0 commit comments