snow-ai 0.7.26 → 0.7.28
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 +1 -2
- package/bundle/cli.mjs +6245 -4277
- package/bundle/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,6 @@ winget install Microsoft.WindowsTerminal
|
|
|
52
52
|
# Or install using the Microsoft Store
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
|
|
56
55
|
## Documentation
|
|
57
56
|
|
|
58
57
|
- [Installation Guide](docs/usage/en/01.Installation%20Guide.md) - System requirements, installation (update, uninstall) steps, IDE extension installation
|
|
@@ -71,7 +70,7 @@ winget install Microsoft.WindowsTerminal
|
|
|
71
70
|
|
|
72
71
|
### Feature Guide
|
|
73
72
|
|
|
74
|
-
- [Command Panel Guide](docs/usage/en/09.Command%20Panel%20Guide.md) - Detailed description of all available commands, usage tips, shortcut key reference
|
|
73
|
+
- [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
74
|
- [Command Injection Mode](docs/usage/en/10.Command%20Injection%20Mode.md) - Execute commands directly in messages, syntax explanation, security mechanisms, use cases
|
|
76
75
|
- [Vulnerability Hunting Mode](docs/usage/en/11.Vulnerability%20Hunting%20Mode.md) - Professional security analysis, vulnerability detection, verification scripts, detailed reports
|
|
77
76
|
- [Headless Mode](docs/usage/en/12.Headless%20Mode.md) - Command line quick conversations, session management, script integration, third-party tool integration
|