Skip to content

fix(config): document missing timeout tunables in default.toml#3381

Merged
bug-ops merged 1 commit intomainfrom
fix/3377-config-missing-timeouts
Apr 24, 2026
Merged

fix(config): document missing timeout tunables in default.toml#3381
bug-ops merged 1 commit intomainfrom
fix/3377-config-missing-timeouts

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented Apr 24, 2026

Summary

  • Add llm_request_timeout_secs, context_prep_timeout_secs, and no_providers_backoff_secs to [timeouts] in config/default.toml with descriptive comments
  • These fields were added to the runtime in fix(core): add context-prep timeout and NoProviders backoff to agent loop #3373 but omitted from the reference config, making them invisible to migrate-config --diff and undiscoverable without reading source code

Test plan

  • cargo +nightly fmt --check passes
  • cargo clippy --workspace -- -D warnings passes
  • cargo nextest run --workspace --lib --bins — 8416 passed, 0 failed
  • zeph migrate-config --diff will now include all three fields for configs missing [timeouts]

Closes #3377

Add llm_request_timeout_secs (600 s), context_prep_timeout_secs (30 s),
and no_providers_backoff_secs (2 s) to the [timeouts] section with
descriptive comments. These fields were added in #3373 but omitted from
the reference config, making them invisible to migrate-config --diff and
to users reading the config file.

Closes #3377
@github-actions github-actions Bot added bug Something isn't working documentation Improvements or additions to documentation config Configuration file changes size/S Small PR (11-50 lines) labels Apr 24, 2026
@bug-ops bug-ops enabled auto-merge (squash) April 24, 2026 22:12
@bug-ops bug-ops merged commit 4fd5e60 into main Apr 24, 2026
20 checks passed
@bug-ops bug-ops deleted the fix/3377-config-missing-timeouts branch April 24, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working config Configuration file changes documentation Improvements or additions to documentation size/S Small PR (11-50 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(config): context_prep_timeout_secs and no_providers_backoff_secs missing from default.toml

1 participant