mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-19 09:35:53 -04:00
[PR #123] [MERGED] feat: polyfill async context #130
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:async-context📝 Commits (2)
336cf36feat: polyfill async contextd921f0eCreate 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.