Skip to content

Commit 2fe153e

Browse files
committed
docs: Update README.md with new badges and improve agent descriptions
- Added badges for GitHub stars, forks, and license to enhance visibility. - Updated description of Codex CLI from "lightweight" to "powerful" for clarity.
1 parent e46067b commit 2fe153e

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,26 @@
77
<p>Available as a web service at <a href="https://clink.new">clink.new</a></p>
88
</div>
99
<p align="center">
10+
<a href="https://github.com/hesreallyhim/awesome-claude-code">
11+
<img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Claude Code">
12+
</a>
13+
<a href="https://twitter.com/aaron_xong">
14+
<img src="https://img.shields.io/badge/Follow-@aaron__xong-000000?style=flat&logo=x&logoColor=white" alt="Follow Aaron">
15+
</a>
1016
<a href="https://discord.gg/NJNbafHNQC">
1117
<img src="https://img.shields.io/badge/Discord-Join%20Community-7289da?style=flat&logo=discord&logoColor=white" alt="Join Discord Community">
1218
</a>
19+
<a href="https://github.com/opactorai/Claudable">
20+
<img src="https://img.shields.io/github/stars/opactorai/Claudable?style=flat&logo=github&logoColor=white&labelColor=181717&color=f9d71c" alt="GitHub Stars">
21+
</a>
22+
<a href="https://github.com/opactorai/Claudable">
23+
<img src="https://img.shields.io/github/forks/opactorai/Claudable?style=flat&logo=github&logoColor=white&labelColor=181717&color=181717" alt="GitHub Forks">
24+
</a>
1325
<a href="https://clink.new">
1426
<img src="https://img.shields.io/badge/Clink-Web%20Service-000000?style=flat&logo=web&logoColor=white" alt="Clink Web Service">
1527
</a>
16-
<a href="https://twitter.com/aaron_xong">
17-
<img src="https://img.shields.io/badge/Follow-@aaron__xong-000000?style=flat&logo=x&logoColor=white" alt="Follow Aaron">
28+
<a href="https://github.com/opactorai/Claudable/blob/main/LICENSE">
29+
<img src="https://img.shields.io/github/license/opactorai/Claudable?style=flat&logo=github&logoColor=white&labelColor=181717&color=181717" alt="License">
1830
</a>
1931
</p>
2032

@@ -51,7 +63,7 @@ How to start? Simply login to Claude Code (or Cursor CLI), start Claudable, and
5163
Claudable supports multiple AI coding agents, giving you the flexibility to choose the best tool for your needs:
5264

5365
- **Claude Code** - Anthropic's advanced AI coding agent
54-
- **Codex CLI** - OpenAI's lightweight coding agent
66+
- **Codex CLI** - OpenAI's powerful coding agent
5567
- **Cursor CLI** - Powerful multi-model AI agent
5668
- **Qwen Code** - Alibaba's open-source coding CLI
5769
- **Z.AI GLM-4.6** - Zhipu AI's coding agent
@@ -68,7 +80,7 @@ Claudable supports multiple AI coding agents, giving you the flexibility to choo
6880
```
6981

7082
### Codex CLI
71-
**[Codex CLI](https://github.com/openai/codex)** - OpenAI's lightweight coding agent with GPT-5 support
83+
**[Codex CLI](https://github.com/openai/codex)** - OpenAI's powerful coding agent with GPT-5 support
7284
- **Features**: High reasoning capabilities, local execution, multiple operating modes (interactive, auto-edit, full-auto)
7385
- **Context**: Varies by model
7486
- **Pricing**: Included with ChatGPT Plus/Pro/Business/Edu/Enterprise plans

0 commit comments

Comments
 (0)