[PR #531] [MERGED] chore(quickjs): update REPLMiddleware to be named CodeInterpreterMiddleware #543

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/531
Author: @colifran
Created: 5/11/2026
Status: Merged
Merged: 5/11/2026
Merged by: @colifran

Base: mainHead: colifran/repl-naming


📝 Commits (2)

  • 43ea4a6 update repl middleware to be code interpreter middleware
  • d9b7bf1 changeset

📊 Changes

6 files changed (+32 additions, -25 deletions)

View changed files

.changeset/vast-hotels-bow.md (+5 -0)
📝 libs/providers/quickjs/src/index.ts (+2 -2)
📝 libs/providers/quickjs/src/middleware.int.test.ts (+5 -5)
📝 libs/providers/quickjs/src/middleware.test.ts (+11 -11)
📝 libs/providers/quickjs/src/middleware.ts (+7 -5)
📝 libs/providers/quickjs/src/types.ts (+2 -2)

📄 Description

Summary

This PR updates REPLMiddleware to CodeInterpreterMiddleware


🔄 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/531 **Author:** [@colifran](https://github.com/colifran) **Created:** 5/11/2026 **Status:** ✅ Merged **Merged:** 5/11/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `main` ← **Head:** `colifran/repl-naming` --- ### 📝 Commits (2) - [`43ea4a6`](https://github.com/langchain-ai/deepagentsjs/commit/43ea4a67fe1d8f3d5a84801c7f108aa51ed2656a) update repl middleware to be code interpreter middleware - [`d9b7bf1`](https://github.com/langchain-ai/deepagentsjs/commit/d9b7bf13b4cf9323fa52a720db604c6552eb7a42) changeset ### 📊 Changes **6 files changed** (+32 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/vast-hotels-bow.md` (+5 -0) 📝 `libs/providers/quickjs/src/index.ts` (+2 -2) 📝 `libs/providers/quickjs/src/middleware.int.test.ts` (+5 -5) 📝 `libs/providers/quickjs/src/middleware.test.ts` (+11 -11) 📝 `libs/providers/quickjs/src/middleware.ts` (+7 -5) 📝 `libs/providers/quickjs/src/types.ts` (+2 -2) </details> ### 📄 Description ### Summary This PR updates `REPLMiddleware` to `CodeInterpreterMiddleware` --- <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:37 -04:00
yindo closed this issue 2026-06-05 17:23:37 -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#543