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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
<img src="https://img.shields.io/badge/platform-Windows-brightgreen.svg" alt="Platform" />
<img src="https://img.shields.io/badge/Flutter-3.12+-02569B.svg?logo=flutter" alt="Flutter" />
<img src="https://img.shields.io/badge/MCP-purple.svg" alt="MCP" />
</p>
<img src="https://img.shields.io/badge/MCP Support-purple.svg" alt="MCP" />
<img src="https://img.shields.io/badge/Skill Support-purple.svg" alt="Skill" />
</p>
</div>

---
Expand Down Expand Up @@ -89,7 +90,7 @@ RemindAI 是一个**开源桌面 AI 助手**,核心理念是为大模型提供
|---|---|---|
| `rg` | [ripgrep](https://github.com/BurntSushi/ripgrep) — 极速正则搜索 | BurntSushi/ripgrep |
| `fd` | [fd](https://github.com/sharkdp/fd) — 现代化文件查找 | sharkdp/fd |
| `rtk` | [RTK](https://github.com/nicobailey/rtk) — Token 压缩器,减少 60-90% 命令输出 token | nicobailey/rtk |
| `rtk` | [RTK](https://github.com/rtk-ai/rtk) — Token 压缩器,减少 60-90% 命令输出 token | nicobailey/rtk |

---

Expand Down
5 changes: 3 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
<img src="https://img.shields.io/badge/platform-Windows-brightgreen.svg" alt="Platform" />
<img src="https://img.shields.io/badge/Flutter-3.12+-02569B.svg?logo=flutter" alt="Flutter" />
<img src="https://img.shields.io/badge/MCP-purple.svg" alt="MCP" />
<img src="https://img.shields.io/badge/MCP Support-purple.svg" alt="MCP" />
<img src="https://img.shields.io/badge/Skill Support-purple.svg" alt="Skill" />
</p>
</div>

Expand Down Expand Up @@ -89,7 +90,7 @@ The app ships with these executables — no extra installation needed:
|---|---|---|
| `rg` | [ripgrep](https://github.com/BurntSushi/ripgrep) — blazing fast regex search | BurntSushi/ripgrep |
| `fd` | [fd](https://github.com/sharkdp/fd) — modern file finder | sharkdp/fd |
| `rtk` | [RTK](https://github.com/nicobailey/rtk) — Token compressor, 60-90% output reduction | nicobailey/rtk |
| `rtk` | [RTK](https://github.com/rtk-ai/rtk) — Token compressor, 60-90% output reduction | nicobailey/rtk |

---

Expand Down