sloppycode 0.2.136 → 0.2.137
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 -1
- package/bundle/index.js +61849 -11267
- package/bundle/worker.js +74109 -23538
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ pkg install nodejs git ripgrep neovim tar
|
|
|
19
19
|
npm i -g slopcode@latest --include=optional
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
The Android package includes the Rust-native TUI runtime for Termux arm64/x64, and the npm launcher bootstraps the Android CLI automatically on `slopcode`. It opens on the SlopCode home prompt when pointed at a daemon with `--url`/`--token`; run `slopcode doctor android` to verify the Rust runtime.
|
|
22
|
+
The Android package includes the Rust-native `ratatui`/`crossterm` TUI runtime for Termux arm64/x64, and the npm launcher bootstraps the Android CLI automatically on `slopcode`. It opens on the SlopCode home prompt when pointed at a daemon with `--url`/`--token`; run `slopcode doctor android` to verify the Rust runtime and Termux integrations.
|
|
23
23
|
|
|
24
24
|
## Quickstart
|
|
25
25
|
|