[PR #4047] [MERGED] docs(deepagents/code): document --timeout flag #4051

Closed
opened 2026-06-05 18:54:01 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4047
Author: @open-swe[bot]
Created: 5/18/2026
Status: Merged
Merged: 5/18/2026
Merged by: @mdrxy

Base: mainHead: open-swe/document-code-timeout-flag


📝 Commits (2)

  • 3d231a3 docs(deepagents/code): document --timeout flag
  • 79b7588 Apply suggestion from @mdrxy

📊 Changes

1 file changed (+17 additions, -0 deletions)

View changed files

📝 src/oss/deepagents/code/overview.mdx (+17 -0)

📄 Description

Description

Documents the new --timeout SECONDS flag for non-interactive dcode runs, shipped in langchain-ai/deepagents#3351. Adds a row to the command-line options table alongside --max-turns and a dedicated accordion in the non-interactive section explaining wall-clock budgeting, exit-code 124 semantics, and combining with --max-turns.

Release Note

none

Test Plan

  • Preview the dcode overview page and verify the new --timeout table row and accordion render correctly inside the existing AccordionGroup.

Opened collaboratively by Mason Daugherty and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4047 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/18/2026 **Status:** ✅ Merged **Merged:** 5/18/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `open-swe/document-code-timeout-flag` --- ### 📝 Commits (2) - [`3d231a3`](https://github.com/langchain-ai/docs/commit/3d231a3a41facb41fdc20e540db5507e0f982342) docs(deepagents/code): document --timeout flag - [`79b7588`](https://github.com/langchain-ai/docs/commit/79b75880d827db59f49feadfa7a0bb42d92b2625) Apply suggestion from @mdrxy ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/code/overview.mdx` (+17 -0) </details> ### 📄 Description ## Description Documents the new `--timeout SECONDS` flag for non-interactive `dcode` runs, shipped in [langchain-ai/deepagents#3351](https://github.com/langchain-ai/deepagents/pull/3351). Adds a row to the command-line options table alongside `--max-turns` and a dedicated accordion in the non-interactive section explaining wall-clock budgeting, exit-code 124 semantics, and combining with `--max-turns`. ## Release Note none ## Test Plan - [ ] Preview the `dcode` overview page and verify the new `--timeout` table row and accordion render correctly inside the existing `AccordionGroup`. _Opened collaboratively by Mason Daugherty and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:54:01 -04:00
yindo closed this issue 2026-06-05 18:54:01 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4051