[PR #93] [MERGED] fix: use subscribable as the source of truth #100

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/93
Author: @himself65
Created: 4/27/2025
Status: Merged
Merged: 4/27/2025
Merged by: @himself65

Base: mainHead: stream-fix


📝 Commits (3)

  • c8e65c2 fix: use subscribable as the source of truth
  • c0e88f9 fix: type
  • ee2d7f3 Create loud-cooks-attack.md

📊 Changes

7 files changed (+112 additions, -87 deletions)

View changed files

.changeset/loud-cooks-attack.md (+5 -0)
📝 packages/core/jsr.json (+0 -4)
📝 packages/core/src/core/context.ts (+14 -27)
📝 packages/core/src/core/stream.ts (+59 -25)
📝 packages/core/src/stream/filter.ts (+3 -3)
📝 packages/core/src/stream/until.ts (+29 -27)
📝 packages/core/tests/integration/stream-library.spec.ts (+2 -1)

📄 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/93 **Author:** [@himself65](https://github.com/himself65) **Created:** 4/27/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `stream-fix` --- ### 📝 Commits (3) - [`c8e65c2`](https://github.com/run-llama/workflows-ts/commit/c8e65c28e608283309b96e87b9b3bccdda1c9488) fix: use `subscribable` as the source of truth - [`c0e88f9`](https://github.com/run-llama/workflows-ts/commit/c0e88f9e326a6deba2e9ef4b87db0663fb7f6f49) fix: type - [`ee2d7f3`](https://github.com/run-llama/workflows-ts/commit/ee2d7f3cd08c19b407ac437cec48900711e205e5) Create loud-cooks-attack.md ### 📊 Changes **7 files changed** (+112 additions, -87 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/loud-cooks-attack.md` (+5 -0) 📝 `packages/core/jsr.json` (+0 -4) 📝 `packages/core/src/core/context.ts` (+14 -27) 📝 `packages/core/src/core/stream.ts` (+59 -25) 📝 `packages/core/src/stream/filter.ts` (+3 -3) 📝 `packages/core/src/stream/until.ts` (+29 -27) 📝 `packages/core/tests/integration/stream-library.spec.ts` (+2 -1) </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:10 -05:00
yindo closed this issue 2026-02-16 03:16:10 -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#100