snow-ai 0.6.66 → 0.6.68
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 +2 -1
- package/bundle/cli.mjs +9706 -8739
- package/bundle/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,6 +26,7 @@ _Agentic coding in your terminal_
|
|
|
26
26
|

|
|
27
27
|
|
|
28
28
|
## Thanks to the community
|
|
29
|
+
|
|
29
30
|
<a href="https://linux.do">
|
|
30
31
|
<img width="360" height="120" alt="LINUXDO" src="https://github.com/user-attachments/assets/e09aab70-2daf-45d0-b49d-770086ad6c08" />
|
|
31
32
|
</a>
|
|
@@ -58,6 +59,7 @@ _Agentic coding in your terminal_
|
|
|
58
59
|
- [Skills Command Detailed Guide](docs/usage/en/18.Skills%20Command%20Detailed%20Guide.md) - Skill creation, usage methods, Claude Code Skills compatibility, tool restrictions
|
|
59
60
|
- [LSP Configuration and Usage](docs/usage/en/19.LSP%20Configuration.md) - LSP config file, language server installation, ACE tool usage (definition/outline)
|
|
60
61
|
- [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
|
|
62
|
+
- [Custom StatusLine Guide](docs/usage/en/21.Custom%20StatusLine%20Guide.md) - User-level StatusLine plugins, hook structure, override behavior, bilingual examples
|
|
61
63
|
|
|
62
64
|
### Recommended ROLE.md
|
|
63
65
|
|
|
@@ -145,7 +147,6 @@ npm run link # builds and globally links snow
|
|
|
145
147
|
└── system-prompt.json # Custom system prompts
|
|
146
148
|
```
|
|
147
149
|
|
|
148
|
-
|
|
149
150
|
## Star History
|
|
150
151
|
|
|
151
152
|
[](https://star-history.com/#MayDay-wpf/snow-cli&Date)
|