Document configurable Auto classifier timeout for Deep Agents Code - #5295
Merged
Conversation
Add docs for the new --auto-classifier-model flag and related configuration options introduced in deepagents#5205. - approval-modes.mdx: new 'Select a classifier model' section under 'How Auto works', covering all four config sources (TUI, flag, env var, config.toml), fail-closed error behavior, and the prompt-injection security tradeoff - cli-reference.mdx: add --auto-classifier-model to the flag table - config-file.mdx: document [models].auto_classifier key with a link to the full precedence description in approval-modes Fixes DOC-1474
Remove spaces around em dashes on two lines that Vale flagged as LangChain.DashesSpaces errors.
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
- TUI command tab: lead with /auto model interactive picker as the happy path; direct provider:model spec is still shown but secondary - Remove spec-validation note from TUI tab - Remove 'errors in non-interactive and ACP modes' from CLI flag tab - Remove project .env security rationale from Warning - Remove fail-closed on errors paragraph - Switch example model to openai:gpt-5.6-luna throughout
…assifier_timeout config
langsmith-fleet
Bot
requested review from
Mason Daugherty (mdrxy) and
Naomi Pentrel (npentrel)
August 4, 2026 18:30
Mason Daugherty (mdrxy)
marked this pull request as ready for review
August 4, 2026 18:37
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-docsau-1785869675-f3bf36c.mintlify.site Important Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes DOC-1486
Rebases on top of #5271 (selectable classifier model docs) per review feedback. Set base to
docs/auto-classifier-modelonce #5271 merges, or retarget this PR to that branch.Summary
config-file.mdx— new Auto classifier timeout section after "Startup approval mode", with config.toml and env var tabs. Recommends switching to a faster classifier model (via[models].auto_classifier) before raising the deadline.configuration.mdx— newDEEPAGENTS_CODE_AUTO_CLASSIFIER_TIMEOUTenv var entry in the reference table, with a note to prefer changing the classifier model first.Links
Verification
make lint_proserun; one pre-existingLangChain.DashesSpaceserror inconfig-file.mdx(theModelProfileline) exists on the base branch and is not introduced by this PR.Reviewers
Requested review from: Mason Daugherty (@mdrxy), Naomi Pentrel (@npentrel)