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
Press Ctrl+s in chat view to save the conversation as chat.md in the
session directory. After the first save, every completed assistant
message auto-saves the full transcript. If the summary hasn't been
saved yet, saving chat also creates the session directory and persists
the summary. Chat messages are lifted to App state so they persist
across chat enter/exit.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ YouTube, Slack threads, and Notion pages also work — just paste the URL.
52
52
53
53
In interactive mode, you can drag and drop files from Finder directly into the terminal — paths from iTerm2, Terminal.app, and other emulators are automatically recognized.
54
54
55
-
After a summary, use the keyboard shortcuts shown at the bottom: save, save with audio, listen, copy, chat, re-summarize, or discard. You'll be notified in the prompt when a new version is available.
55
+
After a summary, use the keyboard shortcuts shown at the bottom: save, save with audio, listen, copy, chat, re-summarize, or discard. In chat mode, press `Ctrl+s` to save the conversation — subsequent messages auto-save. You'll be notified in the prompt when a new version is available.
56
56
57
57
Type `/` in interactive mode to access commands like `/history`, `/setup`, `/config`, `/theme`, and `/help`.
Copy file name to clipboardExpand all lines: docs/audio.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ Press **`w`** instead of Enter. Saves both `summary.md` and `audio.mp3`. Press *
41
41
42
42
After saving, you stay on the result view — you can still copy, chat, re-listen, or re-summarize. The footer shows "Saved" and `[q]` exits with a single tap (no confirmation needed since nothing will be lost).
43
43
44
+
## Saving chat transcripts
45
+
46
+
Press **`Ctrl+s`** in chat view to save the conversation as `chat.md` in the session directory. After the first save, every completed assistant message auto-saves the full conversation. If the summary hasn't been saved yet, saving the chat also creates the session directory and saves the summary.
47
+
44
48
- If you already pressed `a`, the cached audio is reused — no extra API call.
45
49
- Audio failures are non-fatal. The summary always saves.
0 commit comments