scream-code 0.10.3 → 0.10.5
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 +1 -13
- package/dist/{app-DkhRwgvY.mjs → app-Ccetzb44.mjs} +415 -176
- package/dist/main.mjs +1 -1
- package/dist/{src-oeUnRY3N.mjs → src-BH9W5k24.mjs} +39 -4
- package/dist/{src-B2kaYK-M.mjs → src-DCp4eCi5.mjs} +1 -1
- package/dist/{text-input-dialog-Cj7OClhs.mjs → text-input-dialog-pClOx34t.mjs} +2 -16
- package/dist/{text-input-dialog-C8_8qYYi.mjs → text-input-dialog-zZlNFEk3.mjs} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
27
|
-
Scream Code is a hassle-free, locally deployable, all-in-one AI Agent assistant. No remote calls, high security — just tell it what you need in natural language (Chinese or English). Vibe coding, write code, search papers, edit files, clean your machine, research, generate reports, search the web... You speak, it acts!
|
|
27
|
+
Scream Code is a hassle-free, locally deployable, all-in-one AI Agent assistant. No remote calls, high security — just tell it what you need in natural language (Chinese or English). Vibe coding, write code, search papers, edit files, clean your machine, research, generate reports, search the web... You speak, it acts!
|
|
28
28
|
|
|
29
29
|
---
|
|
30
30
|
|
|
@@ -183,18 +183,6 @@ Thanks to these excellent projects for inspiration: pi, pi-tui, gork, kimicli, G
|
|
|
183
183
|
|
|
184
184
|
---
|
|
185
185
|
|
|
186
|
-
## ⭐ Star History
|
|
187
|
-
|
|
188
|
-
<a href="https://www-star-history.com/#LIUTod/scream-code&Date">
|
|
189
|
-
<picture>
|
|
190
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=LIUTod/scream-code&type=Date&theme=dark" />
|
|
191
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=LIUTod/scream-code&type=Date" />
|
|
192
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=LIUTod/scream-code&type=Date" />
|
|
193
|
-
</picture>
|
|
194
|
-
</a>
|
|
195
|
-
|
|
196
|
-
---
|
|
197
|
-
|
|
198
186
|
## 📄 License
|
|
199
187
|
|
|
200
188
|
[MIT](LICENSE) © [LIUTod](https://github.com/LIUTod)
|