ghostycode 0.0.9 → 0.0.10
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 +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -19,6 +19,12 @@ npm install ghostycode
|
|
|
19
19
|
npx ghostycode --help
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
+
¿Sin Node ni Rust? Baja el binario precompilado directo:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
curl -fsSL https://formmy.app/ghosty/install.sh | sh
|
|
26
|
+
```
|
|
27
|
+
|
|
22
28
|
El `postinstall` baja los binarios de tu plataforma a `bin/downloads/` y expone los
|
|
23
29
|
comandos **`ghosty`** y **`ghosty-tui`**. Si los assets del release no están disponibles
|
|
24
30
|
en ese momento, la instalación continúa y el wrapper reintenta la descarga al primer uso.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ghostycode",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"ghostyBinaryVersion": "0.0.
|
|
3
|
+
"version": "0.0.10",
|
|
4
|
+
"ghostyBinaryVersion": "0.0.10",
|
|
5
5
|
"description": "DeepSeek V4 terminal coding agent & constitutional harness — Rust TUI with MCP, sub-agents, and session persistence",
|
|
6
6
|
"author": "Bliss (blissito)",
|
|
7
7
|
"license": "MIT",
|