Skip to content

Commit c0073a6

Browse files
committed
feat(tzafon): add click
1 parent f62f80f commit c0073a6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/templates/python/tzafon-computer-use/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Northstar CUA Fast works well with a **1280x800** viewport, which is the default
4646
| `click` | Left mouse click at coordinates |
4747
| `double_click` | Double-click at coordinates |
4848
| `triple_click` | Triple-click at coordinates |
49-
| `right_click` | Right mouse click at coordinates |
49+
| `click` (button=right) | Right mouse click at coordinates |
5050
| `scroll` | Scroll page vertically or horizontally |
5151
| `type` | Type text into focused element |
5252
| `key` / `keypress` | Send keyboard input |

pkg/templates/python/tzafon-computer-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ description = "Kernel reference app for Tzafon Northstar Computer Use"
55
requires-python = ">=3.11"
66
dependencies = [
77
"kernel>=0.35.0",
8-
"tzafon",
8+
"tzafon>=2.31.0",
99
]

pkg/templates/typescript/tzafon-computer-use/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Northstar CUA Fast works well with a **1280x800** viewport, which is the default
4646
| `click` | Left mouse click at coordinates |
4747
| `double_click` | Double-click at coordinates |
4848
| `triple_click` | Triple-click at coordinates |
49-
| `right_click` | Right mouse click at coordinates |
49+
| `click` (button=right) | Right mouse click at coordinates |
5050
| `scroll` | Scroll page vertically or horizontally |
5151
| `type` | Type text into focused element |
5252
| `key` / `keypress` | Send keyboard input |

pkg/templates/typescript/tzafon-computer-use/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"dependencies": {
77
"@onkernel/sdk": "^0.35.0",
8-
"@tzafon/lightcone": "latest"
8+
"@tzafon/lightcone": "^0.7.0"
99
},
1010
"devDependencies": {
1111
"@types/node": "^22.15.17",

0 commit comments

Comments
 (0)