Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,16 @@ Everything runs on-device. No hosted API, no cloud round-trip.
<a href="https://www.youtube.com/watch?v=p3TIgxQFQGE"><strong>Watch on YouTube →</strong></a>
</p>

<p align="center">
<img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="700" height="240" style="margin-right:12px;" />
<img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="700" height="240" />
</p>
<table align="center">
<tr>
<td><img src="gifs/slack.gif" alt="Cotabby emoji autocomplete demo" width="460" height="260" /></td>
<td><img src="gifs/imessage.gif" alt="Cotabby autocomplete demo" width="460" height="260" /></td>
</tr>
<tr>
<td><img src="gifs/autocorrect.gif" alt="Cotabby autocorrect demo" width="460" height="260" /></td>
<td><img src="gifs/macros.gif" alt="Cotabby inline macros demo" width="460" height="260" /></td>
Comment on lines +56 to +57
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Missing gif assets in repository

gifs/autocorrect.gif and gifs/macros.gif are referenced here but neither file exists in the repository — only gifs/slack.gif and gifs/imessage.gif are present. On GitHub, these two cells will render as broken image icons rather than the intended demos.

Fix in Codex Fix in Claude Code

</tr>
</table>

## Features

Expand Down