Files
oh-my-opencode/src/features/run-continuation-state/index.ts
T
YeonGyu-Kim d0bd24bede fix(cli-run): rely on continuation markers for completion
Use hook-written continuation marker state to gate run completion checks and remove the noisy event-stream shutdown timeout log in run mode.
2026-02-17 17:50:47 +09:00

4 lines
78 B
TypeScript

export * from "./types"
export * from "./constants"
export * from "./storage"