Conversation
|
There was a problem hiding this comment.
PR Summary
The changes add robust support for handling key press actions, updating prompt instructions, enum types, and examples to validate the new feature.
- Updated
/lib/prompt.tsinbuildActObservePromptto handle key press commands with capitalized key names. - Added
PRESStoSupportedPlaywrightActionenum in/types/act.ts. - Introduced practical examples in
/examples/try_wordle.tsand/examples/google_enter.tsto showcase key press functionality. - Modified
/package.jsonto include scripts for running the new key press examples.
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
5 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
|
merged in #661! congrats on your first contribution! |
why
enable actions using key press commands on screen
what changed
SupportedPlaywrightActionenumbuildActObservePromptexamples/google_enter.ts,examples/try_wordle.tstest plan