From b7e325be36ecbb0a589e4accf1959ae5abee1451 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 19 Aug 2024 12:17:33 -0700 Subject: [PATCH] copy --- aider/website/docs/faq.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index ac62e8bc0..06720ca43 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -122,3 +122,18 @@ You can also refer to the [instructions for installing a development version of aider](https://aider.chat/docs/install/optional.html#install-the-development-version-of-aider). +## Can I share my aider chat transcript? + +Yes, you can now share aider chat logs in a pretty way. + +1. Copy the markdown logs you want to share from `.aider.chat.history.md` and make a github gist. Or publish the raw markdown logs on the web any way you'd like. + +https://gist.github.com/paul-gauthier/2087ab8b64034a078c0a209440ac8be0 + +2. Take the gist URL and append it to: + +https://aider.chat/share/?mdurl= + +This will give you a URL like this, which shows the chat history like you'd see in a terminal: + +https://aider.chat/share/?mdurl=https://gist.github.com/paul-gauthier/2087ab8b64034a078c0a209440ac8be0