[PR #403] [CLOSED] Alpha #428

Closed
opened 2026-06-05 17:23:02 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/403
Author: @hntrl
Created: 4/1/2026
Status: Closed

Base: mainHead: alpha


📝 Commits (10+)

  • 4faca20 Revert "revert: "feat(deepagents): support multimodal files for backends (#298)" (#352)" (#353)
  • 6b76b39 revert: "revert: "feat(sdk): add async subagent middleware for remote LangGraph servers (#323)" (#351)" (#354)
  • 07800c0 Reapply "chore(deepagents): refactor backend method names - lsInfo -> ls, …" (#349) (#356)
  • bca71ed Reapply "chore(sdk): unify sync subagents and async subagents into a single pr…" (#348) (#355)
  • 32e04cd chore: align alpha with main (#358)
  • b1a2c8d feat(deepagents): add completion notifier middleware for async subagents (#334)
  • 536c96f chore: enter alpha pre-release
  • c1d7119 chore: target alpha for releases
  • ab49aca chore: version packages (alpha) (#359)
  • 68f453e chore(deepagents): extend supported backend file types (#363)

📊 Changes

173 files changed (+12135 additions, -3871 deletions)

View changed files

.changeset/clear-years-end.md (+5 -0)
.changeset/curvy-donkeys-walk.md (+5 -0)
.changeset/dry-insects-occur.md (+10 -0)
.changeset/nice-swans-ring.md (+5 -0)
.changeset/pre.json (+22 -0)
.changeset/solid-lies-worry.md (+12 -0)
.changeset/strong-tigers-share.md (+5 -0)
.changeset/tame-ladybugs-sleep.md (+9 -0)
.changeset/ten-masks-flow.md (+5 -0)
.changeset/thirty-steaks-see.md (+5 -0)
.changeset/true-buckets-hide.md (+5 -0)
.changeset/upset-ways-win.md (+5 -0)
📝 .github/workflows/cli-release.yml (+21 -21)
📝 .github/workflows/release.yml (+1 -0)
.oxfmtrc.jsonc (+24 -0)
.oxlintrc.jsonc (+158 -0)
.prettierrc (+0 -3)
eslint.config.ts (+0 -48)
📝 evals/oolong/load-oolong.ts (+2 -2)
📝 evals/tool-usage-relational/index.test.ts (+4 -4)

...and 80 more files

📄 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/deepagentsjs/pull/403 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 4/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `alpha` --- ### 📝 Commits (10+) - [`4faca20`](https://github.com/langchain-ai/deepagentsjs/commit/4faca20343089ee2d8ecaf4c8ad3b5f8fcf1e8f8) Revert "revert: "feat(deepagents): support multimodal files for backends (#298)" (#352)" (#353) - [`6b76b39`](https://github.com/langchain-ai/deepagentsjs/commit/6b76b39cfc6a87ccb034d6e27888f7f6f2f91b97) revert: "revert: "feat(sdk): add async subagent middleware for remote LangGraph servers (#323)" (#351)" (#354) - [`07800c0`](https://github.com/langchain-ai/deepagentsjs/commit/07800c04d56bf2b9cb8ed99f769fd199908fd589) Reapply "chore(deepagents): refactor backend method names - `lsInfo` -> `ls`, …" (#349) (#356) - [`bca71ed`](https://github.com/langchain-ai/deepagentsjs/commit/bca71ed044edc438389a4ca19d81f43dabe01fa7) Reapply "chore(sdk): unify sync subagents and async subagents into a single pr…" (#348) (#355) - [`32e04cd`](https://github.com/langchain-ai/deepagentsjs/commit/32e04cd543a83b8050e3760ac4ec118d94e14764) chore: align alpha with main (#358) - [`b1a2c8d`](https://github.com/langchain-ai/deepagentsjs/commit/b1a2c8ddaef59f40aebe225cde458ce70d5fbdd3) feat(deepagents): add completion notifier middleware for async subagents (#334) - [`536c96f`](https://github.com/langchain-ai/deepagentsjs/commit/536c96f5cfb775655aa708a60942d475c385bacd) chore: enter alpha pre-release - [`c1d7119`](https://github.com/langchain-ai/deepagentsjs/commit/c1d71195d194c7daa3f0febecea1214412e58057) chore: target alpha for releases - [`ab49aca`](https://github.com/langchain-ai/deepagentsjs/commit/ab49acaf185d1dabf2d633d505c8afe1a185bcb2) chore: version packages (alpha) (#359) - [`68f453e`](https://github.com/langchain-ai/deepagentsjs/commit/68f453e162bf294cfdb2d9d52d326aae91533e05) chore(deepagents): extend supported backend file types (#363) ### 📊 Changes **173 files changed** (+12135 additions, -3871 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/clear-years-end.md` (+5 -0) ➕ `.changeset/curvy-donkeys-walk.md` (+5 -0) ➕ `.changeset/dry-insects-occur.md` (+10 -0) ➕ `.changeset/nice-swans-ring.md` (+5 -0) ➕ `.changeset/pre.json` (+22 -0) ➕ `.changeset/solid-lies-worry.md` (+12 -0) ➕ `.changeset/strong-tigers-share.md` (+5 -0) ➕ `.changeset/tame-ladybugs-sleep.md` (+9 -0) ➕ `.changeset/ten-masks-flow.md` (+5 -0) ➕ `.changeset/thirty-steaks-see.md` (+5 -0) ➕ `.changeset/true-buckets-hide.md` (+5 -0) ➕ `.changeset/upset-ways-win.md` (+5 -0) 📝 `.github/workflows/cli-release.yml` (+21 -21) 📝 `.github/workflows/release.yml` (+1 -0) ➕ `.oxfmtrc.jsonc` (+24 -0) ➕ `.oxlintrc.jsonc` (+158 -0) ➖ `.prettierrc` (+0 -3) ➖ `eslint.config.ts` (+0 -48) 📝 `evals/oolong/load-oolong.ts` (+2 -2) 📝 `evals/tool-usage-relational/index.test.ts` (+4 -4) _...and 80 more files_ </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-06-05 17:23:02 -04:00
yindo closed this issue 2026-06-05 17:23:02 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#428