From cfb7b650f816e1a71d861a596510460cb1a2b5e9 Mon Sep 17 00:00:00 2001 From: lashman Date: Fri, 13 Mar 2026 17:39:49 +0200 Subject: [PATCH] Tone down simulate typing description in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a660d..329f065 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The agent runs silently in the background, waiting for your signal. ### Injection Protocols * **Clipboard Paste**: Standard text injection. Instant, reliable. -* **Simulate Typing**: Mimics physical keystrokes at superhuman speed (6000 CPM). Bypasses anti-paste restrictions and "protected" windows. +* **Simulate Typing**: Mimics physical keystrokes at high speed (6000 CPM). Bypasses anti-paste restrictions and "protected" windows.
@@ -242,3 +242,5 @@ The engine understands the following 99 languages. You can lock the focus to a s Credit to **OpenAI** (Whisper), **Systran** (Faster-Whisper), and **Silero** (VAD). + +This project is developed with the help of a locally-run LLM via opencode for scaffolding, planning, and routine code tasks. Architecture and design decisions are my own.