Compare commits

...
Author SHA1 Message Date
Saoud Rizwan 43ce54d6d6 docs(readme): add badges row below the tagline
Add a centered row of five shields.io badges between the hero tagline
and the links row:

- cline CLI npm version (linked to package page)
- @cline/sdk npm version (linked to package page)
- License (linked to LICENSE)
- Discord (linked to invite)
- GitHub stars (social style, linked to stargazers)

Verified both packages are live on npm (cline@3.0.0, @cline/sdk@0.0.40)
before adding the version badges, so the launch-day reader sees real
numbers rather than 'package not found' placeholders.

No download or build-status badges. Five is enough for signal; more
would crowd the hero.
2026-05-12 19:15:16 -07:00
+8
View File
@@ -8,6 +8,14 @@
Autonomous AI coding agents for your IDE, terminal, and applications.
</p>
<p align="center">
<a href="https://www.npmjs.com/package/cline"><img src="https://img.shields.io/npm/v/cline?label=cli&color=4f46e5" alt="cli npm version" /></a>
<a href="https://www.npmjs.com/package/@cline/sdk"><img src="https://img.shields.io/npm/v/%40cline%2Fsdk?label=sdk&color=4f46e5" alt="sdk npm version" /></a>
<a href="./LICENSE"><img src="https://img.shields.io/github/license/cline/cline" alt="license" /></a>
<a href="https://discord.gg/cline"><img src="https://img.shields.io/badge/Discord-cline-5865F2?logo=discord&logoColor=white" alt="Discord" /></a>
<a href="https://github.com/cline/cline/stargazers"><img src="https://img.shields.io/github/stars/cline/cline?style=social" alt="GitHub stars" /></a>
</p>
<div align="center">
[Discord](https://discord.gg/cline) | [Documentation](https://docs.cline.bot) | [Reddit](https://www.reddit.com/r/cline/) | [Feature Requests](https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) | [Careers](https://cline.bot/join-us)