更新日志(中文)
[0.12.3] - 2026-03-11
修复
- macOS 权限弹窗不再归因到 Cockpit Tools:macOS 上所有 IDE 启动(Codex、VS Code、CodeBuddy)统一改为通过
open -a(LaunchServices)方式启动,不再直接执行二进制文件,使 macOS TCC 权限弹窗(如"访问下载文件夹")正确归因到被启动的 IDE 而非 Cockpit Tools。多开实例的 PID 跟踪通过启动后进程轮询实现,不受影响。
Changelog (English)
[0.12.3] - 2026-03-11
Fixed
- macOS permission prompts no longer attribute to Cockpit Tools: All IDE launches (Codex, VS Code, CodeBuddy) on macOS now use
open -avia LaunchServices instead of direct binary execution, so macOS TCC permission dialogs (e.g. Downloads folder access) correctly attribute to the launched IDE rather than Cockpit Tools. Multi-instance PID tracking is preserved through post-launch process polling.