Block a user
feat(ocr): add /ocr endpoint for text extraction
feat(exec): add low-friction shell execution endpoint
feat(exec): add low-friction shell execution endpoint
Update pushed: /exec now hard-requires CLICKTHROUGH_EXEC_SECRET to be configured, and each /exec request must include x-clickthrough-exec-secret header matching that value. If missing: 403 (not…
feat(exec): add low-friction shell execution endpoint
Correction: this PR adds POST /exec with ExecRequest payload; supports shells powershell/bash/cmd; adds CLICKTHROUGH_EXEC_* env config; surfaces exec config in /health; docs and .env.example…
feat(exec): add low-friction shell execution endpoint
feat(state): add server-side interaction session state
feat(input): add advanced input primitives (drag, key down/up, hold, gesture profiles)
feat(window): add window management endpoints (list/focus/minimize/close)
feat(vision): add /find endpoint for template/text target detection
feat(ocr): add /ocr endpoint for on-screen text extraction