[PR #1413] [MERGED] feat(cli): add sysinfo command to obtain actual version #1445

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1413
Author: @dqbd
Created: 7/16/2025
Status: Merged
Merged: 7/17/2025
Merged by: @dqbd

Base: mainHead: dqbd/cli-sysinfo


📝 Commits (3)

  • 0e7b2e0 feat(cli): add sysinfo command to obtain actual version
  • 4fd730d Create silver-years-melt.md
  • 8cdbecb Update silver-years-melt.md

📊 Changes

5 files changed (+103 additions, -0 deletions)

View changed files

.changeset/silver-years-melt.md (+7 -0)
📝 libs/langgraph-cli/package.json (+1 -0)
📝 libs/langgraph-cli/src/cli/cli.mts (+1 -0)
libs/langgraph-cli/src/cli/sysinfo.mts (+86 -0)
📝 yarn.lock (+8 -0)

📄 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/1413 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/16/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/cli-sysinfo` --- ### 📝 Commits (3) - [`0e7b2e0`](https://github.com/langchain-ai/langgraphjs/commit/0e7b2e0a6cdff43f19006e64b59ce72499023848) feat(cli): add sysinfo command to obtain actual version - [`4fd730d`](https://github.com/langchain-ai/langgraphjs/commit/4fd730dbec9c9b169696bfb26ca06830cf94c403) Create silver-years-melt.md - [`8cdbecb`](https://github.com/langchain-ai/langgraphjs/commit/8cdbecb7b5587e3cfe3b1deca9361ec416ed9174) Update silver-years-melt.md ### 📊 Changes **5 files changed** (+103 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/silver-years-melt.md` (+7 -0) 📝 `libs/langgraph-cli/package.json` (+1 -0) 📝 `libs/langgraph-cli/src/cli/cli.mts` (+1 -0) ➕ `libs/langgraph-cli/src/cli/sysinfo.mts` (+86 -0) 📝 `yarn.lock` (+8 -0) </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:15:47 -05:00
yindo closed this issue 2026-02-15 20:15:47 -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#1445