[PR #404] [MERGED] chore: merge alpha into main #430

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/404
Author: @hntrl
Created: 4/1/2026
Status: Merged
Merged: 4/1/2026
Merged by: @colifran

Base: mainHead: hunter/main-merge


📝 Commits (10+)

  • f18cda3 Revert "revert: "feat(deepagents): support multimodal files for backends (#298)" (#352)" (#353)
  • 71123be revert: "revert: "feat(sdk): add async subagent middleware for remote LangGraph servers (#323)" (#351)" (#354)
  • 3609777 Reapply "chore(deepagents): refactor backend method names - lsInfo -> ls, …" (#349) (#356)
  • 2b92aee Reapply "chore(sdk): unify sync subagents and async subagents into a single pr…" (#348) (#355)
  • 87541a9 chore: align alpha with main (#358)
  • fa3a18b feat(deepagents): add completion notifier middleware for async subagents (#334)
  • 25c28c1 chore: enter alpha pre-release
  • 1500148 chore: target alpha for releases
  • d40243e chore: version packages (alpha) (#359)
  • 1bb824a chore(deepagents): extend supported backend file types (#363)

📊 Changes

168 files changed (+13339 additions, -5192 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/hitl/package.json (+1 -1)
📝 evals/oolong/load-oolong.ts (+2 -2)

...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/404 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 4/1/2026 **Status:** ✅ Merged **Merged:** 4/1/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `main` ← **Head:** `hunter/main-merge` --- ### 📝 Commits (10+) - [`f18cda3`](https://github.com/langchain-ai/deepagentsjs/commit/f18cda301bd031b30dab5df8dc78bb6794fa694e) Revert "revert: "feat(deepagents): support multimodal files for backends (#298)" (#352)" (#353) - [`71123be`](https://github.com/langchain-ai/deepagentsjs/commit/71123be1e6fd86a7b4212394aac1f06c80fa6a8e) revert: "revert: "feat(sdk): add async subagent middleware for remote LangGraph servers (#323)" (#351)" (#354) - [`3609777`](https://github.com/langchain-ai/deepagentsjs/commit/360977720e2a6612434ba299fa11e61da9021844) Reapply "chore(deepagents): refactor backend method names - `lsInfo` -> `ls`, …" (#349) (#356) - [`2b92aee`](https://github.com/langchain-ai/deepagentsjs/commit/2b92aee92b3209eb5f29cb1334a9166a2b3d89dd) Reapply "chore(sdk): unify sync subagents and async subagents into a single pr…" (#348) (#355) - [`87541a9`](https://github.com/langchain-ai/deepagentsjs/commit/87541a9972ea7a15bb40a55ef29acc7114e8ac4e) chore: align alpha with main (#358) - [`fa3a18b`](https://github.com/langchain-ai/deepagentsjs/commit/fa3a18bb489aefd423ff1794162aa667679e45dd) feat(deepagents): add completion notifier middleware for async subagents (#334) - [`25c28c1`](https://github.com/langchain-ai/deepagentsjs/commit/25c28c1847501a5bb109c6fb6ac8dd0f61f68c00) chore: enter alpha pre-release - [`1500148`](https://github.com/langchain-ai/deepagentsjs/commit/15001487599d07107bcc16d579c46b3a71446c3a) chore: target alpha for releases - [`d40243e`](https://github.com/langchain-ai/deepagentsjs/commit/d40243e8d670a8d6ef26e7453b0b51c2e986377e) chore: version packages (alpha) (#359) - [`1bb824a`](https://github.com/langchain-ai/deepagentsjs/commit/1bb824a85a14df92efebe6d5e11eef1aaf0251f4) chore(deepagents): extend supported backend file types (#363) ### 📊 Changes **168 files changed** (+13339 additions, -5192 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/hitl/package.json` (+1 -1) 📝 `evals/oolong/load-oolong.ts` (+2 -2) _...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:03 -04:00
yindo closed this issue 2026-06-05 17:23:03 -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#430