snow-ai 0.5.20 → 0.5.21
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 +22 -8
- package/bundle/cli.mjs +37483 -17272
- package/bundle/package.json +5 -1
- package/package.json +5 -1
package/bundle/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-ai",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.21",
|
|
4
4
|
"description": "Intelligent Command Line Assistant powered by AI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -83,8 +83,10 @@
|
|
|
83
83
|
"ink-spinner": "^5.0.0",
|
|
84
84
|
"ink-testing-library": "^3.0.0",
|
|
85
85
|
"ink-text-input": "^6.0.0",
|
|
86
|
+
"katex": "^0.16.27",
|
|
86
87
|
"mammoth": "^1.11.0",
|
|
87
88
|
"markdown-it": "^14.1.0",
|
|
89
|
+
"markdown-it-math": "^5.2.1",
|
|
88
90
|
"markdown-it-terminal": "^0.4.0",
|
|
89
91
|
"marked": "^15.0.6",
|
|
90
92
|
"marked-terminal": "^7.3.0",
|
|
@@ -100,6 +102,8 @@
|
|
|
100
102
|
"ts-node": "^10.9.1",
|
|
101
103
|
"typescript": "^5.0.3",
|
|
102
104
|
"undici": "^7.16.0",
|
|
105
|
+
"vscode-jsonrpc": "8.2.1",
|
|
106
|
+
"vscode-languageserver-protocol": "^3.17.5",
|
|
103
107
|
"ws": "^8.14.2",
|
|
104
108
|
"xlsx": "^0.18.5",
|
|
105
109
|
"xo": "^0.53.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-ai",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.21",
|
|
4
4
|
"description": "Intelligent Command Line Assistant powered by AI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -83,8 +83,10 @@
|
|
|
83
83
|
"ink-spinner": "^5.0.0",
|
|
84
84
|
"ink-testing-library": "^3.0.0",
|
|
85
85
|
"ink-text-input": "^6.0.0",
|
|
86
|
+
"katex": "^0.16.27",
|
|
86
87
|
"mammoth": "^1.11.0",
|
|
87
88
|
"markdown-it": "^14.1.0",
|
|
89
|
+
"markdown-it-math": "^5.2.1",
|
|
88
90
|
"markdown-it-terminal": "^0.4.0",
|
|
89
91
|
"marked": "^15.0.6",
|
|
90
92
|
"marked-terminal": "^7.3.0",
|
|
@@ -100,6 +102,8 @@
|
|
|
100
102
|
"ts-node": "^10.9.1",
|
|
101
103
|
"typescript": "^5.0.3",
|
|
102
104
|
"undici": "^7.16.0",
|
|
105
|
+
"vscode-jsonrpc": "8.2.1",
|
|
106
|
+
"vscode-languageserver-protocol": "^3.17.5",
|
|
103
107
|
"ws": "^8.14.2",
|
|
104
108
|
"xlsx": "^0.18.5",
|
|
105
109
|
"xo": "^0.53.1"
|