[PR #1685] [MERGED] feat(cli): add @langchain/langgraph-cli new command #1649

Closed
opened 2026-02-15 20:16:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1685
Author: @dqbd
Created: 9/20/2025
Status: Merged
Merged: 9/20/2025
Merged by: @dqbd

Base: mainHead: dqbd/cli-new


📝 Commits (1)

  • a5bf76b feat(cli): add @langchain/langgraph-cli new command

📊 Changes

10 files changed (+288 additions, -258 deletions)

View changed files

.changeset/modern-horses-teach.md (+6 -0)
📝 libs/create-langgraph/package.json (+8 -2)
📝 libs/create-langgraph/src/cli.mts (+1 -253)
libs/create-langgraph/src/index.mts (+251 -0)
📝 libs/create-langgraph/tsconfig.json (+1 -0)
📝 libs/langgraph-cli/package.json (+1 -0)
📝 libs/langgraph-cli/src/cli/cli.mts (+1 -0)
libs/langgraph-cli/src/cli/new.mts (+14 -0)
📝 libs/langgraph-cli/src/cli/utils/analytics.mts (+3 -2)
📝 yarn.lock (+2 -1)

📄 Description

No description provided


🔄 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/1685 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 9/20/2025 **Status:** ✅ Merged **Merged:** 9/20/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/cli-new` --- ### 📝 Commits (1) - [`a5bf76b`](https://github.com/langchain-ai/langgraphjs/commit/a5bf76b24bd4a00172ce34b099e22ea6c3ce2889) feat(cli): add `@langchain/langgraph-cli new` command ### 📊 Changes **10 files changed** (+288 additions, -258 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/modern-horses-teach.md` (+6 -0) 📝 `libs/create-langgraph/package.json` (+8 -2) 📝 `libs/create-langgraph/src/cli.mts` (+1 -253) ➕ `libs/create-langgraph/src/index.mts` (+251 -0) 📝 `libs/create-langgraph/tsconfig.json` (+1 -0) 📝 `libs/langgraph-cli/package.json` (+1 -0) 📝 `libs/langgraph-cli/src/cli/cli.mts` (+1 -0) ➕ `libs/langgraph-cli/src/cli/new.mts` (+14 -0) 📝 `libs/langgraph-cli/src/cli/utils/analytics.mts` (+3 -2) 📝 `yarn.lock` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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:16:24 -05:00
yindo closed this issue 2026-02-15 20:16:24 -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#1649