[PR #173] [MERGED] Feat: add stream.untilEvent to wait until a specific event #173

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/173
Author: @marcusschiesser
Created: 9/10/2025
Status: Merged
Merged: 9/10/2025
Merged by: @marcusschiesser

Base: mainHead: ms/add-untilevent


📝 Commits (2)

  • 70dae43 chore: use agents.md for claude code
  • 5d6292d Feat: add stream.untilEvent to wait until a specific event

📊 Changes

6 files changed (+124 additions, -5 deletions)

View changed files

.changeset/violet-aliens-invent.md (+5 -0)
.claude/settings.json (+24 -0)
📝 .gitignore (+3 -0)
📝 AGENTS.md (+6 -5)
📝 packages/core/src/core/stream.ts (+50 -0)
📝 packages/core/tests/core/stream.spec.ts (+36 -0)

📄 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/173 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/add-untilevent` --- ### 📝 Commits (2) - [`70dae43`](https://github.com/run-llama/workflows-ts/commit/70dae43f4ad009aacd44d6434251ee95ff319323) chore: use agents.md for claude code - [`5d6292d`](https://github.com/run-llama/workflows-ts/commit/5d6292dc4b6ab6cb19467ff16ac4230000bb074e) Feat: add stream.untilEvent to wait until a specific event ### 📊 Changes **6 files changed** (+124 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/violet-aliens-invent.md` (+5 -0) ➕ `.claude/settings.json` (+24 -0) 📝 `.gitignore` (+3 -0) 📝 `AGENTS.md` (+6 -5) 📝 `packages/core/src/core/stream.ts` (+50 -0) 📝 `packages/core/tests/core/stream.spec.ts` (+36 -0) </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:22 -05:00
yindo closed this issue 2026-02-16 03:16:22 -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#173