askii-cli 0.2.2 → 0.2.3

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 (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +294 -172
  3. package/package.json +1 -2
package/README.md CHANGED
@@ -117,6 +117,8 @@ The loop continues after every round — not only after reads — until the AI r
117
117
 
118
118
  Takes a screenshot, sends it to the AI, and executes the returned mouse/keyboard action. Repeats until the AI returns `DONE` or `--max-rounds` is reached. Requires a **vision-capable model** (e.g. `llava`, `moondream2`).
119
119
 
120
+ > **Linux**: requires `xdotool` for mouse/keyboard control (`sudo apt install xdotool` or equivalent).
121
+
120
122
  **bash**
121
123
 
122
124
  ```bash