mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 23:54:59 +00:00
17 lines
458 B
Markdown
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>
|
|
|