fix(agent-switch): make handoff durable and sync CLI TUI selection

This commit is contained in:
ismeth
2026-02-18 19:26:33 +01:00
committed by YeonGyu-Kim
parent 4764d65db1
commit 8de10c1f2b
17 changed files with 1698 additions and 35 deletions
+7 -1
View File
@@ -1,2 +1,8 @@
export { setPendingSwitch, consumePendingSwitch, _resetForTesting } from "./state"
export {
setPendingSwitch,
getPendingSwitch,
clearPendingSwitch,
consumePendingSwitch,
_resetForTesting,
} from "./state"
export type { PendingSwitch } from "./state"