feat: preserve native channel and task continuity
This commit is contained in:
parent
610c688dd9
commit
30865321a8
31 changed files with 2138 additions and 171 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"test": "node --test scripts/*.test.mjs system-integrations/codex-host-bridge/tests/*.test.mjs",
|
||||
"test:product-intent": "node --test scripts/product-intent-anchor.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