[PR #123] [MERGED] feat: polyfill async context #130

Closed
opened 2026-02-16 03:16:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/123
Author: @himself65
Created: 7/10/2025
Status: Merged
Merged: 7/10/2025
Merged by: @himself65

Base: mainHead: async-context


📝 Commits (2)

  • 336cf36 feat: polyfill async context
  • d921f0e Create happy-seals-jog.md

📊 Changes

7 files changed (+46 additions, -58 deletions)

View changed files

.changeset/happy-seals-jog.md (+5 -0)
📝 packages/core/package.json (+3 -0)
📝 packages/core/src/async-context/index.browser.ts (+3 -41)
📝 packages/core/src/async-context/index.ts (+15 -9)
📝 packages/core/src/core/context.ts (+6 -4)
📝 packages/core/src/mcp.ts (+5 -4)
📝 pnpm-lock.yaml (+9 -0)

📄 Description

Fixes: https://github.com/run-llama/LlamaIndexTS/issues/2080


🔄 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/run-llama/workflows-ts/pull/123 **Author:** [@himself65](https://github.com/himself65) **Created:** 7/10/2025 **Status:** ✅ Merged **Merged:** 7/10/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `async-context` --- ### 📝 Commits (2) - [`336cf36`](https://github.com/run-llama/workflows-ts/commit/336cf3608128a4607e6bc39eda88507b5dab6668) feat: polyfill async context - [`d921f0e`](https://github.com/run-llama/workflows-ts/commit/d921f0ee4a971149303666bd3c527c06ce5d597a) Create happy-seals-jog.md ### 📊 Changes **7 files changed** (+46 additions, -58 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/happy-seals-jog.md` (+5 -0) 📝 `packages/core/package.json` (+3 -0) 📝 `packages/core/src/async-context/index.browser.ts` (+3 -41) 📝 `packages/core/src/async-context/index.ts` (+15 -9) 📝 `packages/core/src/core/context.ts` (+6 -4) 📝 `packages/core/src/mcp.ts` (+5 -4) 📝 `pnpm-lock.yaml` (+9 -0) </details> ### 📄 Description Fixes: https://github.com/run-llama/LlamaIndexTS/issues/2080 --- <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 03:16:15 -05:00
yindo closed this issue 2026-02-16 03:16:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#130