Claude Code Helper ヘルプ

エクスポートされたMarkdownの見た目

MarkdownとしてコピーMarkdownファイルとしてエクスポートはどちらも同じものを作成します。それは会話全体のスタンドアロンのMarkdownドキュメントです。各ターンには見出しが付き、ツールの作業はインラインで記述されます。Claudeが受信または生成した画像は、ドキュメントに直接埋め込まれるため、それ自体で完結します。このビューアは必要なく、どのエディターやメモアプリでも開いて、レンダリングして、検索できます。

ターンは次のような形式で出力されます。

### User

Can you rename the helper function and update its callers?

### Claude

Done — renamed it and updated the two call sites.

### Tool result

(the file edits Claude made, shown inline)

見出し(### User### Claude### Tool result)はエクスポートされたドキュメント自体の一部であるため、このアプリから離れていても明確に読み取れます。