Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/web/src/content/docs/tui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@ Export current conversation to Markdown and open in your default editor. Uses th

---

### fork

Create a new session from a selected point in the current conversation.

```bash frame="none"
/fork
```

---

### help

Show the help dialog.
Expand Down
Loading