Files
oh-my-opencode/dist/features/tmux-subagent/polling-constants.d.ts
T

4 lines
149 B
TypeScript
Raw Normal View History

export declare const SESSION_TIMEOUT_MS: number;
export declare const MIN_STABILITY_TIME_MS: number;
export declare const STABLE_POLLS_REQUIRED = 3;