feat(KB-251): complete Step 3 — dashboard API and integration for title regeneration

This commit is contained in:
gsxdsm
2026-03-30 23:36:53 -07:00
parent 3c87514f95
commit ee4a64fc98

View File

@@ -217,6 +217,7 @@ Timeout in milliseconds for detecting stuck tasks. When a task's agent session s
- When `undefined` (default), stuck task detection is completely disabled
- Activity is tracked on text deltas, tool calls, tool results, and step status updates
- Recovery preserves step progress — the task resumes from the current step, not from scratch
- When the timeout value is changed (e.g., reduced from 30 to 10 minutes), the system immediately checks for stuck tasks under the new timer rather than waiting for the next 30-second poll cycle
- Paused tasks are automatically untracked from monitoring
- The timeout is read from settings on every poll cycle, so changes take effect immediately