docs: add smooth typing with typo injection to computer controls#321
Open
ulziibay-kernel wants to merge 1 commit intomainfrom
Open
docs: add smooth typing with typo injection to computer controls#321ulziibay-kernel wants to merge 1 commit intomainfrom
ulziibay-kernel wants to merge 1 commit intomainfrom
Conversation
Adds documentation for the new smooth and typo_chance parameters on the type_text endpoint, with code examples in TS, Python, and CLI. Includes demo GIF and MP4 showing instant vs smooth vs smooth+typos. Made-with: Cursor
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Risk Assessment: Very Low
I assessed the PR from the actual diff only.
- Changed files are documentation/media only:
browsers/computer-controls.mdx,images/smooth-typing-demo.gif, andimages/smooth-typing-demo.mp4. - The MDX changes add/clarify usage docs and examples for typing options (
smooth,typo_chance) plus a demo embed. - No runtime application code, infrastructure config, auth/permissions logic, or shared production codepaths are modified.
- No
.git-blame-ignore-revsfile is present to alter attribution scope.
Given the narrow, docs-only blast radius, this is Very Low risk and safe to approve.
Sent by Cursor Automation: Assign PR reviewers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
smoothandtypo_chanceparametersDepends on: kernel/kernel-images#201 (implementation PR)
Test plan
Made with Cursor
Note
Low Risk
Low risk documentation-only change; main risk is minor doc/API mismatch (new
smooth/typo_chanceoptions and CLI flags) or a broken demo asset link.Overview
Updates the
Type textsection inbrowsers/computer-controls.mdxto document human-like typing via newsmoothandtypo_chanceparameters, clarifying how they interact with the existing fixeddelayoption.Adds a parameter table plus expanded TypeScript, Python, and CLI examples covering instant typing, fixed-delay typing, smooth typing, and smooth typing with typo injection, and includes a new "Smooth vs instant typing" demo GIF embed.
Reviewed by Cursor Bugbot for commit bd47186. Bugbot is set up for automated code reviews on this repo. Configure here.