Files
oh-my-opencode/src/features/agent-switch/index.ts
T

9 lines
177 B
TypeScript

export {
setPendingSwitch,
getPendingSwitch,
clearPendingSwitch,
consumePendingSwitch,
_resetForTesting,
} from "./state"
export type { PendingSwitch } from "./state"