Roo-Code/apps/cli/src/constants.ts
2026-01-07 11:13:37 -08:00

5 lines
198 B
TypeScript

/**
* Default timeout in seconds for auto-approving followup questions.
* Used in both the TUI (App.tsx) and the extension host (extension-host.ts).
*/
export const FOLLOWUP_TIMEOUT_SECONDS = 60