Add standalone session exports
This commit is contained in:
@@ -32,9 +32,13 @@ to another project; a saved chat remains attached to its original project.
|
||||
Chat controls can rename, pin, archive, restore, compact, rebuild, export, or
|
||||
delete a conversation. Archived chats remain under the project's archive until
|
||||
restored or deleted. Deleting a chat permanently removes its transcript and KV
|
||||
checkpoint. **File > Export Chat as Markdown** (`⇧⌘S`) saves the visible
|
||||
conversation, including reasoning and tool results but excluding internal
|
||||
system messages.
|
||||
checkpoint. **File > Export Chat as Markdown** (`⇧⌘S`) or **Export Chat as
|
||||
HTML** saves the visible conversation, including clearly labeled user,
|
||||
assistant, thinking, embedded content, and tool sections while excluding
|
||||
internal system messages. Markdown keeps embedded content as source code;
|
||||
HTML renders validated SVG figures and A2UI surfaces inline in a self-contained
|
||||
dark document. Tool-call JSON is collapsed by default and can be expanded from
|
||||
its disclosure row.
|
||||
|
||||
Send another prompt while a response is active to queue it for that chat.
|
||||
**Stop** cancels current model and agent work. You can work in several chats at
|
||||
|
||||
Reference in New Issue
Block a user