[PR #1925] port --no-reload option to js CLI to match python implementation #1846

Open
opened 2026-02-15 20:17:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1925
Author: @jbrody-nexxa
Created: 1/28/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • ec5f8a7 port --no-reload option from python to js CLI
  • c2e534f Create cli-no-reload.md
  • eefb47e Merge branch 'main' into main
  • 5ea2f61 Merge branch 'main' into main
  • c969e19 Merge branch 'main' into main

📊 Changes

2 files changed (+14 additions, -4 deletions)

View changed files

.changeset/cli-no-reload.md (+7 -0)
📝 libs/langgraph-cli/src/cli/dev.mts (+7 -4)

📄 Description

Implement a CLI option --no-reload that bypasses the watcher from restarting the server when changes to file contents are detected. This implementation matches the python CLI option implemented here: https://github.com/langchain-ai/langgraph/blob/main/libs/cli/langgraph_cli/cli.py#L620


🔄 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/langgraphjs/pull/1925 **Author:** [@jbrody-nexxa](https://github.com/jbrody-nexxa) **Created:** 1/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`ec5f8a7`](https://github.com/langchain-ai/langgraphjs/commit/ec5f8a7ae2bce997e3b08001a1caab7dd5ea431b) port --no-reload option from python to js CLI - [`c2e534f`](https://github.com/langchain-ai/langgraphjs/commit/c2e534f963abe998f979395f2298c86496227978) Create cli-no-reload.md - [`eefb47e`](https://github.com/langchain-ai/langgraphjs/commit/eefb47e0a8c7e3734faef0695454b17f13aee683) Merge branch 'main' into main - [`5ea2f61`](https://github.com/langchain-ai/langgraphjs/commit/5ea2f61f558a460eb835d7e29ae6e632490c1f7d) Merge branch 'main' into main - [`c969e19`](https://github.com/langchain-ai/langgraphjs/commit/c969e19a0bcb9c8b34e0be2270c1cbd5a029349e) Merge branch 'main' into main ### 📊 Changes **2 files changed** (+14 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/cli-no-reload.md` (+7 -0) 📝 `libs/langgraph-cli/src/cli/dev.mts` (+7 -4) </details> ### 📄 Description Implement a CLI option --no-reload that bypasses the watcher from restarting the server when changes to file contents are detected. This implementation matches the python CLI option implemented here: https://github.com/langchain-ai/langgraph/blob/main/libs/cli/langgraph_cli/cli.py#L620 --- <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-02-15 20:17:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1846