feat: add Codex current-controller host bridge

This commit is contained in:
冰朔 2026-08-19 14:03:48 +08:00
commit 3153771bf2
10 changed files with 895 additions and 1 deletions

View file

@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"test": "node --test scripts/*.test.mjs",
"test": "node --test scripts/*.test.mjs system-integrations/codex-host-bridge/tests/*.test.mjs",
"test:codex-host-bridge": "node --test system-integrations/codex-host-bridge/tests/*.test.mjs",
"release:macos": "node scripts/release-pipeline.mjs",
"tauri": "tauri"
},