aider/aider/website/examples/recording.md
2025-03-13 15:31:47 -07:00

17 lines
458 B
Markdown

---
parent: Example chat transcripts
nav_order: 9999
---
# Recording
<link rel="stylesheet" type="text/css" href="/assets/asciinema-player.css" />
<div id="demo"></div>
<script src="/assets/asciinema-player.min.js"></script>
<script>
AsciinemaPlayer.create('https://gist.githubusercontent.com/paul-gauthier/9a11ec0923663204e280530d5bbd8df4/raw/2985f05edcf8b9f6f1d40f323aa46a44afebe6a4/tmp.redacted2.cast', document.getElementById('demo'));
</script>