snow-ai 0.7.25 → 0.7.26
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 +20 -0
- package/bundle/cli.mjs +952 -563
- package/bundle/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,8 +31,27 @@ _Agentic coding in your terminal_
|
|
|
31
31
|
|
|
32
32
|

|
|
33
33
|
|
|
34
|
+

|
|
35
|
+
|
|
34
36
|
<h3>Recommend using fonts: <a href="https://github.com/SpaceTimee/Fusion-JetBrainsMapleMono">JetBrains Maple Mono NF</a> </3>
|
|
35
37
|
|
|
38
|
+
<h3>Recommended Terminal Combination for Windows Users</h3>
|
|
39
|
+
|
|
40
|
+
- **PowerShell 7+**: Modern cross-platform PowerShell, offering stronger features and better compatibility
|
|
41
|
+
- GitHub: https://github.com/PowerShell/PowerShell
|
|
42
|
+
- **Windows Terminal**: Modern terminal application, supporting multi-tab, split-screen, and GPU accelerated rendering
|
|
43
|
+
- GitHub: https://github.com/microsoft/terminal
|
|
44
|
+
|
|
45
|
+
**Installation**:
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
# Install using winget (built-in for Windows 10/11)
|
|
49
|
+
winget install Microsoft.PowerShell
|
|
50
|
+
winget install Microsoft.WindowsTerminal
|
|
51
|
+
|
|
52
|
+
# Or install using the Microsoft Store
|
|
53
|
+
```
|
|
54
|
+
|
|
36
55
|
|
|
37
56
|
## Documentation
|
|
38
57
|
|
|
@@ -64,6 +83,7 @@ _Agentic coding in your terminal_
|
|
|
64
83
|
- [SSE Service Mode](docs/usage/en/20.SSE%20Service%20Mode.md) - SSE server startup, API endpoints explanation, tool confirmation flow, permission configuration, YOLO mode, client integration examples
|
|
65
84
|
- [Custom StatusLine Guide](docs/usage/en/21.Custom%20StatusLine%20Guide.md) - User-level StatusLine plugins, hook structure, override behavior, bilingual examples
|
|
66
85
|
- [Team Mode Guide](docs/usage/en/22.Team%20Mode%20Guide.md) - Multi-agent collaboration, parallel task execution, team management
|
|
86
|
+
- [Custom Search Engine Guide](docs/usage/en/23.Custom%20Search%20Engine%20Guide.md) - User-level search engine plugins, engine contract, enable flag, minimal template
|
|
67
87
|
|
|
68
88
|
### Recommended ROLE.md
|
|
69
89
|
|