[PR #2] [MERGED] feat(up): add support for multiplatform #7

Closed
opened 2026-02-16 04:16:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/2
Author: @dqbd
Created: 1/29/2025
Status: Merged
Merged: 1/29/2025
Merged by: @dqbd

Base: mainHead: dqbd/multiplatform


📝 Commits (4)

  • 57b8817 feat(up): add support for multiplatform
  • cb78631 Bump to 0.0.7
  • 7e84334 Remove fail-fast
  • 22de4ac Make sure we're not crashing the server if failing to render code frame

📊 Changes

8 files changed (+365 additions, -247 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-cli/src/docker/docker.mts (+104 -153)
📝 libs/langgraph-cli/src/logging.mts (+37 -33)
📝 libs/langgraph-cli/src/utils/config.mts (+60 -42)
📝 libs/langgraph-cli/tests/config.test.mts (+162 -18)
libs/langgraph-cli/tests/packaging_tests/js/route.ts (+0 -0)
libs/langgraph-cli/tests/unit_tests/graphs/agent.js (+0 -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-api/pull/2 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 1/29/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/multiplatform` --- ### 📝 Commits (4) - [`57b8817`](https://github.com/langchain-ai/langgraphjs-api/commit/57b88178316d382c3be41de8119bd634f9631e2d) feat(up): add support for multiplatform - [`cb78631`](https://github.com/langchain-ai/langgraphjs-api/commit/cb78631ab62c64ec9ea9076746b5e1e54c813668) Bump to 0.0.7 - [`7e84334`](https://github.com/langchain-ai/langgraphjs-api/commit/7e84334c70e3d13dc4008be43d1c8a95e1a16a6f) Remove fail-fast - [`22de4ac`](https://github.com/langchain-ai/langgraphjs-api/commit/22de4ac81890cc75dd2d23a561295d060c714843) Make sure we're not crashing the server if failing to render code frame ### 📊 Changes **8 files changed** (+365 additions, -247 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-cli/src/docker/docker.mts` (+104 -153) 📝 `libs/langgraph-cli/src/logging.mts` (+37 -33) 📝 `libs/langgraph-cli/src/utils/config.mts` (+60 -42) 📝 `libs/langgraph-cli/tests/config.test.mts` (+162 -18) ➕ `libs/langgraph-cli/tests/packaging_tests/js/route.ts` (+0 -0) ➕ `libs/langgraph-cli/tests/unit_tests/graphs/agent.js` (+0 -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-16 04:16:57 -05:00
yindo closed this issue 2026-02-16 04:16:57 -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-api#7