Files
opencode-plugin-tmux-utils/dist/features/tmux-subagent/polling-constants.d.ts
Dmytro Stanchiev 15be750b5c need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-19 19:15:51 -04:00

4 lines
149 B
TypeScript

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