@ghenya/clinn 0.7.6 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
Clinn 是一个运行在终端里的 AI Agent,直接和你的文件系统、Shell、网络交互。不需要 IDE、不需要插件——打开终端,说人话,它帮你干活。
|
|
6
6
|
|
|
7
|
+
🌐 官方网站:[yxpil.com](https://yxpil.com)
|
|
8
|
+
|
|
7
9
|
```
|
|
8
|
-
██████
|
|
10
|
+
██████ ██ ██ ███ ██ ███ ██
|
|
9
11
|
██ ██ ██ ████ ██ ████ ██
|
|
10
12
|
██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
11
13
|
██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
12
|
-
██████
|
|
14
|
+
██████ ███████ ██ ██ ████ ██ █ 0.7
|
|
13
15
|
```
|
|
14
16
|
|
|
15
17
|
---
|