feat(config): add staleTimeoutMs to BackgroundTaskConfig

This commit is contained in:
justsisyphus
2026-01-17 17:39:39 +09:00
parent 9a273a4ad8
commit 360984abec
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -69,7 +69,6 @@
"agent-usage-reminder",
"non-interactive-env",
"interactive-bash-session",
"empty-message-sanitizer",
"thinking-block-validator",
"ralph-loop",
"compaction-context-injector",
@@ -2394,6 +2393,10 @@
"type": "number",
"minimum": 1
}
},
"staleTimeoutMs": {
"type": "number",
"minimum": 60000
}
}
},