snow-ai 0.7.13 → 0.7.15
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 -0
- package/bundle/cli.mjs +30038 -32938
- package/bundle/package.json +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,10 +9,14 @@
|
|
|
9
9
|
[](https://github.com/MayDay-wpf/snow-cli/blob/main/LICENSE)
|
|
10
10
|
[](https://nodejs.org/)
|
|
11
11
|
|
|
12
|
+
<a href="https://www.producthunt.com/products/snow-cli/launches/snow-cli?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-snow-cli" target="_blank" rel="noopener noreferrer"><img alt="Snow CLI - Agentic coding in your terminal | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1084735&theme=light&t=1776848197707"></a>
|
|
13
|
+
|
|
12
14
|
**English** | [中文](README_zh.md)
|
|
13
15
|
|
|
14
16
|
**QQ Group**: 910298558
|
|
15
17
|
|
|
18
|
+
**Telegram**: [https://t.me/snow_cli](https://t.me/snow_cli)
|
|
19
|
+
|
|
16
20
|
**AI Community**: [https://linux.do](https://linux.do)
|
|
17
21
|
|
|
18
22
|
_Agentic coding in your terminal_
|