Block a user
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(window): add window management endpoints (list/focus/minimize/close)
feat(input): add advanced input primitives (drag, key down/up, hold, gesture profiles)
feat(ocr): add /ocr endpoint for on-screen text extraction
feat(vision): add /find endpoint for template/text target detection
feat: hourly rate limits for triggers
Done! Added the AGENT_HOURLY environment variable to the README. It documents the new rate limiting feature (defaults to 60 triggers per hour). --output simple
feat: hourly rate limits for triggers
Done! Removed the pycache directory and added __pycache__/ to .gitignore.
For the README update - what changes would you like? I can see the current README covers the project description,…