chore(deps): bump @doist/comms-sdk to 0.7.1#39
Merged
Conversation
Picks up the transport fix (Doist/comms-sdk-typescript#44): the SDK now pairs its dispatcher with undici's own `fetch`, so authenticated requests no longer fail with `terminated` on Node 26. Verified `doctor` and `inbox` on Node 22 and 26. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
doistbot
reviewed
Jul 2, 2026
doistbot
left a comment
Member
There was a problem hiding this comment.
This PR updates chore(deps): bump @doist/comms-sdk to 0.7.1. No issues were flagged in the reviewed diff.
scottlovegrove
added a commit
that referenced
this pull request
Jul 2, 2026
The bump to @doist/comms-sdk 0.7.1 (which pairs the SDK dispatcher with undici's own fetch and fixes `CommsRequestError: terminated` on Node 26) merged as a chore in #39, so semantic-release did not cut a release and the fix never reached npm. This patch commit triggers the release. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
doist-release-bot Bot
added a commit
that referenced
this pull request
Jul 2, 2026
## [1.9.1](v1.9.0...v1.9.1) (2026-07-02) ### Bug Fixes * **deps:** release comms-sdk 0.7.1 for Node 26 terminated fix ([587b17b](587b17b)), closes [#39](#39)
Contributor
|
🎉 This PR is included in version 1.9.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
@doist/comms-sdkfrom 0.7.0 to 0.7.1.Why
0.7.1 ships the transport fix from Doist/comms-sdk-typescript#44: the SDK now pairs its dispatcher with undici's own
fetch, eliminating the version mismatch between the npmundicidispatcher and Node's built-infetch. Before this, every authenticated Comms request failed withCommsRequestError: terminatedon Node 26.Verified
Built the CLI against 0.7.1 and ran on Node 22 and 26:
tdc doctor— authenticates via secure-store, passes (Node 26 previously failed withterminated).tdc inbox— returns real data.Pre-commit
type-check+oxfmtpass.🤖 Generated with Claude Code