feat: preserve native channel and task continuity

This commit is contained in:
冰朔 2026-08-21 11:00:10 +08:00
commit 30865321a8
31 changed files with 2138 additions and 171 deletions

View file

@ -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"