fix(agent-switch): make handoff durable and sync CLI TUI selection
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
export { setPendingSwitch, consumePendingSwitch, _resetForTesting } from "./state"
|
||||
export {
|
||||
setPendingSwitch,
|
||||
getPendingSwitch,
|
||||
clearPendingSwitch,
|
||||
consumePendingSwitch,
|
||||
_resetForTesting,
|
||||
} from "./state"
|
||||
export type { PendingSwitch } from "./state"
|
||||
|
||||
Reference in New Issue
Block a user