feat: add Codex current-controller host bridge
This commit is contained in:
parent
e8b3082ed5
commit
3153771bf2
10 changed files with 895 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue