Commit daf317d
feat: implement full Linux action support via AT-SPI2 + XTest
Replace the 43-line stub with a complete implementation (~550 lines)
of all 15 CUP actions, press_keys, and launch_app for Linux.
Uses AT-SPI2 Action/Value/EditableText/Selection/Component interfaces
for semantic actions, with XTest (libXtst) fallbacks for keyboard/mouse
input simulation and xdotool for Unicode typing.
Also renames package from "cup" to "computer-use-protocol".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent daf80ff commit daf317d
File tree
4 files changed
+997
-15
lines changed- cup/actions
- docs
4 files changed
+997
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments