[PR #151] [MERGED] feat: add support for zod v4 #155

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/151
Author: @marcusschiesser
Created: 8/27/2025
Status: Merged
Merged: 8/27/2025
Merged by: @marcusschiesser

Base: mainHead: ms/support-zod-v4


📝 Commits (4)

  • 5d9ef5e feat: add support for zod v4
  • 64a52dd Merge branch 'main' into ms/support-zod-v4
  • c44c00a Create chilly-donuts-sniff.md
  • afcdc7e remove zod type from mcpTool

📊 Changes

8 files changed (+53 additions, -19 deletions)

View changed files

.changeset/chilly-donuts-sniff.md (+5 -0)
📝 demo/node/mcp-file-parse-tool.ts (+2 -0)
📝 packages/core/package.json (+2 -2)
📝 packages/core/src/mcp.ts (+2 -4)
📝 packages/core/src/util/zod.ts (+15 -4)
📝 packages/core/tests/util/zod.spec.ts (+22 -4)
📝 packages/core/vitest.config.ts (+4 -4)
📝 pnpm-lock.yaml (+1 -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/151 **Author:** [@marcusschiesser](https://github.com/marcusschiesser) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `ms/support-zod-v4` --- ### 📝 Commits (4) - [`5d9ef5e`](https://github.com/run-llama/workflows-ts/commit/5d9ef5e3875798d37373d2ae1b3293594b8ed4c7) feat: add support for zod v4 - [`64a52dd`](https://github.com/run-llama/workflows-ts/commit/64a52dd379b24c7544aa80f6434cb120169173cc) Merge branch 'main' into ms/support-zod-v4 - [`c44c00a`](https://github.com/run-llama/workflows-ts/commit/c44c00aef7079544e94bfba133160b10ef636f73) Create chilly-donuts-sniff.md - [`afcdc7e`](https://github.com/run-llama/workflows-ts/commit/afcdc7ee581abb8d0bc5e0475f85de9341d613b7) remove zod type from mcpTool ### 📊 Changes **8 files changed** (+53 additions, -19 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/chilly-donuts-sniff.md` (+5 -0) 📝 `demo/node/mcp-file-parse-tool.ts` (+2 -0) 📝 `packages/core/package.json` (+2 -2) 📝 `packages/core/src/mcp.ts` (+2 -4) 📝 `packages/core/src/util/zod.ts` (+15 -4) 📝 `packages/core/tests/util/zod.spec.ts` (+22 -4) 📝 `packages/core/vitest.config.ts` (+4 -4) 📝 `pnpm-lock.yaml` (+1 -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: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#155