Skip to content

chore: version packages#67

Merged
FL4TLiN3 merged 1 commit intomainfrom
changeset-release/main
Dec 8, 2025
Merged

chore: version packages#67
FL4TLiN3 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 8, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@perstack/api-client@0.0.32

Patch Changes

  • #62 3b64f88 Thanks @FL4TLiN3! - Add parallel tool call support and mixed tool call handling

    Features:

    • Process all tool calls from a single LLM response instead of only the first one
    • MCP tools execute in parallel using Promise.all
    • Support mixed tool calls (MCP + Delegate + Interactive in same response)
    • Process tools in priority order: MCP → Delegate → Interactive
    • Preserve partial results across checkpoint boundaries

    Schema Changes:

    • Step.toolCallStep.toolCalls (array)
    • Step.toolResultStep.toolResults (array)
    • Add Step.pendingToolCalls for tracking unprocessed tool calls
    • Add Checkpoint.pendingToolCalls and Checkpoint.partialToolResults for resume

    Event Changes:

    • callToolcallTools
    • resolveToolResultresolveToolResults
    • Add resumeToolCalls and finishAllToolCalls events
  • Updated dependencies [3b64f88]:

    • @perstack/core@0.0.21

@perstack/base@0.0.33

Patch Changes

  • #62 3b64f88 Thanks @FL4TLiN3! - Add parallel tool call support and mixed tool call handling

    Features:

    • Process all tool calls from a single LLM response instead of only the first one
    • MCP tools execute in parallel using Promise.all
    • Support mixed tool calls (MCP + Delegate + Interactive in same response)
    • Process tools in priority order: MCP → Delegate → Interactive
    • Preserve partial results across checkpoint boundaries

    Schema Changes:

    • Step.toolCallStep.toolCalls (array)
    • Step.toolResultStep.toolResults (array)
    • Add Step.pendingToolCalls for tracking unprocessed tool calls
    • Add Checkpoint.pendingToolCalls and Checkpoint.partialToolResults for resume

    Event Changes:

    • callToolcallTools
    • resolveToolResultresolveToolResults
    • Add resumeToolCalls and finishAllToolCalls events

@perstack/core@0.0.21

Patch Changes

  • #62 3b64f88 Thanks @FL4TLiN3! - Add parallel tool call support and mixed tool call handling

    Features:

    • Process all tool calls from a single LLM response instead of only the first one
    • MCP tools execute in parallel using Promise.all
    • Support mixed tool calls (MCP + Delegate + Interactive in same response)
    • Process tools in priority order: MCP → Delegate → Interactive
    • Preserve partial results across checkpoint boundaries

    Schema Changes:

    • Step.toolCallStep.toolCalls (array)
    • Step.toolResultStep.toolResults (array)
    • Add Step.pendingToolCalls for tracking unprocessed tool calls
    • Add Checkpoint.pendingToolCalls and Checkpoint.partialToolResults for resume

    Event Changes:

    • callToolcallTools
    • resolveToolResultresolveToolResults
    • Add resumeToolCalls and finishAllToolCalls events

perstack@0.0.45

Patch Changes

  • #62 3b64f88 Thanks @FL4TLiN3! - Add parallel tool call support and mixed tool call handling

    Features:

    • Process all tool calls from a single LLM response instead of only the first one
    • MCP tools execute in parallel using Promise.all
    • Support mixed tool calls (MCP + Delegate + Interactive in same response)
    • Process tools in priority order: MCP → Delegate → Interactive
    • Preserve partial results across checkpoint boundaries

    Schema Changes:

    • Step.toolCallStep.toolCalls (array)
    • Step.toolResultStep.toolResults (array)
    • Add Step.pendingToolCalls for tracking unprocessed tool calls
    • Add Checkpoint.pendingToolCalls and Checkpoint.partialToolResults for resume

    Event Changes:

    • callToolcallTools
    • resolveToolResultresolveToolResults
    • Add resumeToolCalls and finishAllToolCalls events
  • Updated dependencies [3b64f88]:

    • @perstack/core@0.0.21
    • @perstack/runtime@0.0.62
    • @perstack/api-client@0.0.32
    • @perstack/tui@0.0.19

@perstack/runtime@0.0.62

Patch Changes

  • #62 3b64f88 Thanks @FL4TLiN3! - Add parallel tool call support and mixed tool call handling

    Features:

    • Process all tool calls from a single LLM response instead of only the first one
    • MCP tools execute in parallel using Promise.all
    • Support mixed tool calls (MCP + Delegate + Interactive in same response)
    • Process tools in priority order: MCP → Delegate → Interactive
    • Preserve partial results across checkpoint boundaries

    Schema Changes:

    • Step.toolCallStep.toolCalls (array)
    • Step.toolResultStep.toolResults (array)
    • Add Step.pendingToolCalls for tracking unprocessed tool calls
    • Add Checkpoint.pendingToolCalls and Checkpoint.partialToolResults for resume

    Event Changes:

    • callToolcallTools
    • resolveToolResultresolveToolResults
    • Add resumeToolCalls and finishAllToolCalls events
  • Updated dependencies [3b64f88]:

    • @perstack/core@0.0.21
    • @perstack/api-client@0.0.32

@perstack/tui@0.0.19

Patch Changes

  • #62 3b64f88 Thanks @FL4TLiN3! - Add parallel tool call support and mixed tool call handling

    Features:

    • Process all tool calls from a single LLM response instead of only the first one
    • MCP tools execute in parallel using Promise.all
    • Support mixed tool calls (MCP + Delegate + Interactive in same response)
    • Process tools in priority order: MCP → Delegate → Interactive
    • Preserve partial results across checkpoint boundaries

    Schema Changes:

    • Step.toolCallStep.toolCalls (array)
    • Step.toolResultStep.toolResults (array)
    • Add Step.pendingToolCalls for tracking unprocessed tool calls
    • Add Checkpoint.pendingToolCalls and Checkpoint.partialToolResults for resume

    Event Changes:

    • callToolcallTools
    • resolveToolResultresolveToolResults
    • Add resumeToolCalls and finishAllToolCalls events
  • Updated dependencies [3b64f88]:

    • @perstack/core@0.0.21

@vercel
Copy link

vercel bot commented Dec 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
perstack Ignored Ignored Preview Dec 8, 2025 6:45pm

@github-actions github-actions bot force-pushed the changeset-release/main branch from c9220aa to d8ef310 Compare December 8, 2025 18:45
@FL4TLiN3 FL4TLiN3 merged commit 09e244a into main Dec 8, 2025
2 checks passed
@FL4TLiN3 FL4TLiN3 mentioned this pull request Dec 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant