sloppycode 0.2.133 → 0.2.135

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.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/bundle/index.js +62744 -12054
  3. package/bundle/worker.js +74386 -23702
  4. 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 sidecar TUI runtime for Termux arm64/x64, and the npm launcher bootstraps the Android CLI automatically on `slopcode`. Run `slopcode doctor android` to verify the Rust runtime.
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.
23
23
 
24
24
  ## Quickstart
25
25