larkangel 在 分享一个基于autohotkey的操作windows的pi extension 中发帖
仅限gpt 5.4 5.5
vibe coding了一个 pi extension,让模型可以通过autohotkey操作windows,
pi-computer-use-ahk.zip (110.3 KB)
思路来自于Computer use | OpenAI API
里面有个Option 2: Use a custom tool or harness
试下来有点出乎我的意料,原本以为没法用的 😂,当然也没那么有用
项目目录里面有:
README.md:使用说明
关键设计决策.txt:主要设计取舍
index.ts / actions.ts / screenshot.ts:pi extension 代码
test-computer-use.js: 测试脚本
computer-use.ahk:AutoHotkey 控制鼠标键盘
screenshot-helper/ 以及 b...