feat: enable Computer Use with Python bridge replacing private native modules

Bypass all three gating layers (compile-time feature flag, subscription
check, GrowthBook remote config) and replace Anthropic's private native
modules (@ant/computer-use-swift, @ant/computer-use-input) with a Python
bridge using pyautogui + mss + pyobjc. Works on any macOS with any
Anthropic-protocol compatible model.
This commit is contained in:
程序员阿江(Relakkes)
2026-04-03 18:33:31 +08:00
parent 1d622ecee2
commit e8f42840a2
39 changed files with 8869 additions and 807 deletions
+4
View File
@@ -2,3 +2,7 @@
.env.*
!.env.example
node_modules
# Computer Use runtime (auto-generated)
.runtime/
extracted-natives/