snow-ai 0.7.27 → 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 +22 -2
- package/bundle/cli.mjs +7822 -4485
- 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
|

|
|
@@ -52,7 +73,6 @@ winget install Microsoft.WindowsTerminal
|
|
|
52
73
|
# Or install using the Microsoft Store
|
|
53
74
|
```
|
|
54
75
|
|
|
55
|
-
|
|
56
76
|
## Documentation
|
|
57
77
|
|
|
58
78
|
- [Installation Guide](docs/usage/en/01.Installation%20Guide.md) - System requirements, installation (update, uninstall) steps, IDE extension installation
|
|
@@ -71,7 +91,7 @@ winget install Microsoft.WindowsTerminal
|
|
|
71
91
|
|
|
72
92
|
### Feature Guide
|
|
73
93
|
|
|
74
|
-
- [Command Panel Guide](docs/usage/en/09.Command%20Panel%20Guide.md) - Detailed description of all available commands, usage tips, shortcut key reference
|
|
94
|
+
- [Command Panel Guide](docs/usage/en/09.0.Command%20Panel%20Guide.md) - Detailed description of all available commands, usage tips, shortcut key reference (split into 09.1~09.7 sub-documents by category)
|
|
75
95
|
- [Command Injection Mode](docs/usage/en/10.Command%20Injection%20Mode.md) - Execute commands directly in messages, syntax explanation, security mechanisms, use cases
|
|
76
96
|
- [Vulnerability Hunting Mode](docs/usage/en/11.Vulnerability%20Hunting%20Mode.md) - Professional security analysis, vulnerability detection, verification scripts, detailed reports
|
|
77
97
|
- [Headless Mode](docs/usage/en/12.Headless%20Mode.md) - Command line quick conversations, session management, script integration, third-party tool integration
|