snow-ai 0.4.30 → 0.4.31
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/bundle/cli.mjs +51030 -46116
- package/bundle/pdf.worker.mjs +58730 -0
- package/package.json +4 -1
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-ai",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.31",
|
|
4
4
|
"description": "Intelligent Command Line Assistant powered by AI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -125,5 +125,8 @@
|
|
|
125
125
|
"prettier": "@vdemedes/prettier-config",
|
|
126
126
|
"optionalDependencies": {
|
|
127
127
|
"sharp": "^0.34.5"
|
|
128
|
+
},
|
|
129
|
+
"dependencies": {
|
|
130
|
+
"cli-table3": "^0.6.5"
|
|
128
131
|
}
|
|
129
132
|
}
|
package/readme.md
CHANGED
|
@@ -104,7 +104,7 @@ Once everything is configured, enter the conversation page by clicking `Start`.
|
|
|
104
104
|
|
|
105
105
|
- Use `@` to select files. In VSCode, you can also hold `Shift` and drag files for the same effect
|
|
106
106
|
- Use `/` to view available commands:
|
|
107
|
-
|
|
107
|
+
- `/init` - Build project documentation `AGENTS.md`
|
|
108
108
|
- `/clear` - Create a new session
|
|
109
109
|
- `/resume` - Restore conversation history
|
|
110
110
|
- `/mcp` - Check MCP connection status and reconnect
|