snow-ai 0.6.7 → 0.6.9
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 +10 -4
- package/bundle/cli.mjs +2643 -2624
- package/bundle/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
**QQ Group**: 910298558
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
_Agentic coding in your terminal_
|
|
17
17
|
|
|
18
18
|
</div>
|
|
19
19
|
|
|
@@ -98,12 +98,12 @@ npm run link # builds and globally links snow
|
|
|
98
98
|
|
|
99
99
|
#### VSCode Extension
|
|
100
100
|
|
|
101
|
-
- Extension source located in `
|
|
101
|
+
- Extension source located in `VSIX/` directory
|
|
102
102
|
- Download release: [mufasa.snow-cli](https://marketplace.visualstudio.com/items?itemName=mufasa.snow-cli)
|
|
103
103
|
|
|
104
104
|
#### JetBrains Plugin
|
|
105
105
|
|
|
106
|
-
- Plugin source located in `
|
|
106
|
+
- Plugin source located in `Jetbrains/` directory
|
|
107
107
|
- Download release: [JetBrains plugin](https://plugins.jetbrains.com/plugin/28715-snow-cli/edit)
|
|
108
108
|
|
|
109
109
|
### Project Structure
|
|
@@ -122,7 +122,6 @@ npm run link # builds and globally links snow
|
|
|
122
122
|
├── hooks/ # Workflow hooks
|
|
123
123
|
├── sse-daemons/ # SSE daemon processes
|
|
124
124
|
├── sse-logs/ # SSE service logs
|
|
125
|
-
├── ui-sessions/ # UI session data
|
|
126
125
|
├── usage/ # Usage statistics
|
|
127
126
|
├── active-profile.json # Current active profile
|
|
128
127
|
├── config.json # API configuration
|
|
@@ -139,6 +138,13 @@ npm run link # builds and globally links snow
|
|
|
139
138
|
└── system-prompt.json # Custom system prompts
|
|
140
139
|
```
|
|
141
140
|
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
## QQ Group
|
|
144
|
+
|
|
145
|
+

|
|
146
|
+
|
|
147
|
+
|
|
142
148
|
---
|
|
143
149
|
|
|
144
150
|
## Star History
|