[PR #148] [MERGED] chore: use context instead of getContext() #152

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/148
Author: @marcusschiesser
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @marcusschiesser

Base: mainHead: ms/use-context


📝 Commits (1)

  • 4d2c28a chore: use context instead of getContext()

📊 Changes

15 files changed (+115 additions, -193 deletions)

View changed files

📝 CLAUDE.md (+0 -4)
📝 README.md (+25 -34)
📝 docs/workflows/advanced-events.mdx (+19 -39)
📝 docs/workflows/basic-workflow.mdx (+15 -25)
📝 docs/workflows/index.mdx (+4 -6)
📝 docs/workflows/streaming.mdx (+15 -35)
📝 packages/core/tests/core/abort-signal.spec.ts (+3 -7)
📝 packages/core/tests/core/extend-context.spec.ts (+4 -5)
📝 packages/core/tests/core/listener.spec.ts (+3 -7)
📝 packages/core/tests/core/sub-workflow.spec.ts (+4 -5)
📝 packages/core/tests/integration/stream-library.spec.ts (+2 -3)
📝 packages/core/tests/middleware/state-with-snapshot.spec.ts (+6 -6)
📝 packages/core/tests/middleware/with-snapshot.spec.ts (+6 -6)
📝 packages/core/tests/middleware/with-state.spec.ts (+3 -3)
📝 packages/core/tests/middleware/with-trace-events.spec.ts (+6 -8)

📄 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/run-llama/workflows-ts/pull/148 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/use-context` --- ### 📝 Commits (1) - [`4d2c28a`](https://github.com/run-llama/workflows-ts/commit/4d2c28a77314276cef7837c3289c5ef1673980d5) chore: use context instead of getContext() ### 📊 Changes **15 files changed** (+115 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `CLAUDE.md` (+0 -4) 📝 `README.md` (+25 -34) 📝 `docs/workflows/advanced-events.mdx` (+19 -39) 📝 `docs/workflows/basic-workflow.mdx` (+15 -25) 📝 `docs/workflows/index.mdx` (+4 -6) 📝 `docs/workflows/streaming.mdx` (+15 -35) 📝 `packages/core/tests/core/abort-signal.spec.ts` (+3 -7) 📝 `packages/core/tests/core/extend-context.spec.ts` (+4 -5) 📝 `packages/core/tests/core/listener.spec.ts` (+3 -7) 📝 `packages/core/tests/core/sub-workflow.spec.ts` (+4 -5) 📝 `packages/core/tests/integration/stream-library.spec.ts` (+2 -3) 📝 `packages/core/tests/middleware/state-with-snapshot.spec.ts` (+6 -6) 📝 `packages/core/tests/middleware/with-snapshot.spec.ts` (+6 -6) 📝 `packages/core/tests/middleware/with-state.spec.ts` (+3 -3) 📝 `packages/core/tests/middleware/with-trace-events.spec.ts` (+6 -8) </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-02-16 03:16:19 -05:00
yindo closed this issue 2026-02-16 03:16:19 -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#152