snow-ai 0.7.28 → 0.7.29
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 +21 -0
- package/bundle/cli.mjs +1788 -314
- package/bundle/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,6 +29,27 @@ _Agentic coding in your terminal_
|
|
|
29
29
|
<img src="https://contrib.rocks/image?repo=MayDay-wpf/snow-cli" />
|
|
30
30
|
</a>
|
|
31
31
|
|
|
32
|
+
## Sponsors
|
|
33
|
+
|
|
34
|
+
<table width="100%" align="center">
|
|
35
|
+
<thead>
|
|
36
|
+
<tr>
|
|
37
|
+
<th width="50%">Sponsor</th>
|
|
38
|
+
<th width="50%">Description</th>
|
|
39
|
+
</tr>
|
|
40
|
+
</thead>
|
|
41
|
+
<tbody>
|
|
42
|
+
<tr>
|
|
43
|
+
<td><a href="https://acker798.xyz/">acker798.xyz</a></td>
|
|
44
|
+
<td>AI Relay Station, supports Codex</td>
|
|
45
|
+
</tr>
|
|
46
|
+
<tr>
|
|
47
|
+
<td><a href="https://www.jetbrains.com/">JetBrains</a></td>
|
|
48
|
+
<td>Open Source Project Sponsor, providing free IDE licenses</td>
|
|
49
|
+
</tr>
|
|
50
|
+
</tbody>
|
|
51
|
+
</table>
|
|
52
|
+
|
|
32
53
|

|
|
33
54
|
|
|
34
55
|

|