Skip to content

chore: version packages - #384

Merged
edspencer merged 1 commit into
mainfrom
changeset-release/main
Jul 19, 2026
Merged

chore: version packages#384
edspencer merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

@herdctl/chat@0.7.0

Minor Changes

  • #383 ba61918 Thanks @edspencer! - Stream partial assistant-text deltas on the SDK runtime.

    • @herdctl/core: add an opt-in includePartialMessages flag on
      ChatSessionOptions / RuntimeExecuteOptions (and SDKQueryOptions), threaded
      from openChatSession down to the SDK query(). When set, the SDK emits
      stream_event / text_delta chunks so callers can stream assistant text
      token-by-token. Default off — batch/one-shot and non-opting session callers are
      unchanged.
    • @herdctl/chat: SDKMessageTranslator now handles stream_event messages,
      emitting incremental onText(delta) calls for content_block_delta /
      text_delta events, and suppresses the terminal whole-assistant text re-emit
      when its text already streamed as deltas (the onText contract stays "deltas,
      in order"). Boundary and tool-call semantics are preserved; the partials-off
      path is byte-for-byte unchanged (one onText per assistant content block).

Patch Changes

  • Updated dependencies [ba61918]:
    • @herdctl/core@5.22.0

@herdctl/core@5.22.0

Minor Changes

  • #383 ba61918 Thanks @edspencer! - Stream partial assistant-text deltas on the SDK runtime.

    • @herdctl/core: add an opt-in includePartialMessages flag on
      ChatSessionOptions / RuntimeExecuteOptions (and SDKQueryOptions), threaded
      from openChatSession down to the SDK query(). When set, the SDK emits
      stream_event / text_delta chunks so callers can stream assistant text
      token-by-token. Default off — batch/one-shot and non-opting session callers are
      unchanged.
    • @herdctl/chat: SDKMessageTranslator now handles stream_event messages,
      emitting incremental onText(delta) calls for content_block_delta /
      text_delta events, and suppresses the terminal whole-assistant text re-emit
      when its text already streamed as deltas (the onText contract stays "deltas,
      in order"). Boundary and tool-call semantics are preserved; the partials-off
      path is byte-for-byte unchanged (one onText per assistant content block).

@herdctl/discord@1.2.19

Patch Changes

  • Updated dependencies [ba61918]:
    • @herdctl/core@5.22.0
    • @herdctl/chat@0.7.0

@herdctl/slack@1.2.32

Patch Changes

  • Updated dependencies [ba61918]:
    • @herdctl/core@5.22.0
    • @herdctl/chat@0.7.0

@herdctl/web@0.10.1

Patch Changes

  • Updated dependencies [ba61918]:
    • @herdctl/core@5.22.0
    • @herdctl/chat@0.7.0

@github-actions
github-actions Bot requested a review from edspencer as a code owner July 19, 2026 16:10
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 19, 2026

Copy link
Copy Markdown

Deploying herdctl with  Cloudflare Pages  Cloudflare Pages

Latest commit: 62123d5
Status: ✅  Deploy successful!
Preview URL: https://c68162d4.herdctl.pages.dev
Branch Preview URL: https://changeset-release-main.herdctl.pages.dev

View logs

@edspencer
edspencer merged commit 851c001 into main Jul 19, 2026
2 checks passed
@edspencer
edspencer deleted the changeset-release/main branch July 19, 2026 16:13
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