Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added .github/assets/readme/cotabby-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@

<p align="center">
<a href="https://cotabby.app" target="_blank">
<img height="150" alt="Cotabby logo" src=".github/assets/readme/logo.png" />
<img width="1600" alt="Cotabby beta — open-source, on-device AI autocomplete for macOS" src=".github/assets/readme/cotabby-banner.png" />

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.

P2 Missing Document Heading

This banner replaces the only <h1> in the README, so the rendered README body now starts with an image and then jumps to ## What It Does. Raw markdown consumers, generated docs, and assistive-tech heading navigation can no longer find the project title as a semantic heading.

Fix in Codex Fix in Claude Code

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.

P2 Banner Lacks Reserved Height

The new 1600px banner does not include a height, so browsers cannot reserve its aspect ratio before the image loads. On slower connections, the README content can shift after the larger PNG finishes loading.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Fix in Codex Fix in Claude Code

</a>
</p>

<h1 align="center">Cotabby [beta]</h1>

<p align="center"><em>Open-source, on-device AI autocomplete for macOS.</em></p>

<p align="center">
<a href="https://cotabby.app">
<img width="200" alt="landing-page" src="https://github.com/user-attachments/assets/c28fbb4b-6dfb-4403-a040-1df61daf4df2" /></a>
Expand Down
Loading