mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03:00
feat(core): add watchdog runtime and prompts
Preserve the watchdog runtime and prompt behavior on top of the refreshed inbox branch and collapse the branch back to a single commit for easier future restacks. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -54,6 +54,15 @@ non-user activity in the transcript.
|
||||
|
||||
Messages sent to subagents continue to arrive as normal user input.
|
||||
|
||||
## Watchdog Interval
|
||||
|
||||
Watchdog agents use the top-level `watchdog_interval_s` setting to decide how long the owner thread
|
||||
must be idle before a check-in helper is spawned when the `agent_watchdog` feature is enabled.
|
||||
|
||||
```toml
|
||||
watchdog_interval_s = 60
|
||||
```
|
||||
|
||||
## JSON Schema
|
||||
|
||||
The generated JSON Schema for `config.toml` lives at `codex-rs/core/config.schema.json`.
|
||||
|
||||
Reference in New Issue
Block a user