mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
The checkpoint warning message was always showing "Waited 5 seconds" regardless of the user's configured timeout setting. This fix adds the configuredTimeout parameter to the warning message so users understand that while the warning appears after 5 seconds (the warning threshold), their configured timeout (e.g., 30 seconds) is still being respected. Changes: - Add configuredTimeout field to checkpointWarning in ExtensionMessage.ts - Pass task.checkpointTimeout to sendCheckpointInitWarn in checkpoints/index.ts - Update CheckpointWarning component to display configuredTimeout - Update ChatView.tsx state type to include configuredTimeout - Update all 18 i18n locale files with configuredTimeout parameter - Update tests to include configuredTimeout |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||