[PR #3151] [MERGED] oss(deepagents-cli): prefer short flags in CLI examples #3225

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3151
Author: @mdrxy
Created: 3/16/2026
Status: Merged
Merged: 3/16/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/flags


📝 Commits (1)

  • 60b7c29 oss(deepagents-cli): prefer short flags in CLI examples

📊 Changes

1 file changed (+10 additions, -10 deletions)

View changed files

📝 src/oss/deepagents/cli/overview.mdx (+10 -10)

📄 Description

Update the Deep Agents CLI docs to prefer short flags (-y, -S) over long-form equivalents (--auto-approve, --shell-allow-list) in examples and inline references. The long forms are still documented in the flags table — this just makes the examples less noisy and closer to real-world usage.

Changes

  • Replace --auto-approve with -y in code examples and inline prose throughout cli/overview.mdx
  • Replace --shell-allow-list with -S in shell examples and explanatory text; long forms retained in the flags reference table as | -y, --auto-approve | / | -S, --shell-allow-list |
  • Update the warning callout for unrestricted shell access to lead with -S all alongside the existing --shell-allow-list all

🔄 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/3151 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 3/16/2026 **Status:** ✅ Merged **Merged:** 3/16/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/flags` --- ### 📝 Commits (1) - [`60b7c29`](https://github.com/langchain-ai/docs/commit/60b7c29950102da71dc49a40a4fa500afd98afb4) oss(deepagents-cli): prefer short flags in CLI examples ### 📊 Changes **1 file changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/cli/overview.mdx` (+10 -10) </details> ### 📄 Description Update the Deep Agents CLI docs to prefer short flags (`-y`, `-S`) over long-form equivalents (`--auto-approve`, `--shell-allow-list`) in examples and inline references. The long forms are still documented in the flags table — this just makes the examples less noisy and closer to real-world usage. ## Changes - Replace `--auto-approve` with `-y` in code examples and inline prose throughout `cli/overview.mdx` - Replace `--shell-allow-list` with `-S` in shell examples and explanatory text; long forms retained in the flags reference table as `| -y, --auto-approve |` / `| -S, --shell-allow-list |` - Update the warning callout for unrestricted shell access to lead with `-S all` alongside the existing `--shell-allow-list all` --- <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:21:28 -04:00
yindo closed this issue 2026-06-05 18:21:29 -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#3225