[PR #498] [MERGED] fix(quickjs): bound console buffering at capture time #511

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

📋 Pull Request Information

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

Base: mainHead: colifran/fifo-console-buffer


📝 Commits (3)

📊 Changes

6 files changed (+146 additions, -14 deletions)

View changed files

.changeset/moody-planes-jump.md (+5 -0)
📝 libs/providers/quickjs/src/middleware.ts (+3 -0)
📝 libs/providers/quickjs/src/session.test.ts (+45 -0)
📝 libs/providers/quickjs/src/session.ts (+76 -13)
📝 libs/providers/quickjs/src/types.ts (+12 -0)
📝 libs/providers/quickjs/src/utils.ts (+5 -1)

📄 Description

Port of https://github.com/langchain-ai/deepagents/pull/2999


🔄 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/498 **Author:** [@colifran](https://github.com/colifran) **Created:** 4/30/2026 **Status:** ✅ Merged **Merged:** 4/30/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `main` ← **Head:** `colifran/fifo-console-buffer` --- ### 📝 Commits (3) - [`062f968`](https://github.com/langchain-ai/deepagentsjs/commit/062f96889a32360f42ea324b781f596fe849348a) implement consolue buffering - [`4de4a8f`](https://github.com/langchain-ai/deepagentsjs/commit/4de4a8f2ec8eb0c66ef805e0d067a728af2234f5) changeset - [`6da3ce3`](https://github.com/langchain-ai/deepagentsjs/commit/6da3ce3cb9997fe019dca7a5fdc84399d6fdfffa) clean up ### 📊 Changes **6 files changed** (+146 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/moody-planes-jump.md` (+5 -0) 📝 `libs/providers/quickjs/src/middleware.ts` (+3 -0) 📝 `libs/providers/quickjs/src/session.test.ts` (+45 -0) 📝 `libs/providers/quickjs/src/session.ts` (+76 -13) 📝 `libs/providers/quickjs/src/types.ts` (+12 -0) 📝 `libs/providers/quickjs/src/utils.ts` (+5 -1) </details> ### 📄 Description Port of https://github.com/langchain-ai/deepagents/pull/2999 --- <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:31 -04:00
yindo closed this issue 2026-06-05 17:23:31 -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#511