fix(deps): bump @doist/comms-sdk to 0.4.6#25
Merged
Conversation
Picks up the dropped legacy `/a/` URL prefix so `tdc` emits canonical Comms permalinks (`/<workspace>/...`). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
doist-release-bot Bot
added a commit
that referenced
this pull request
Jun 15, 2026
## [1.6.2](v1.6.1...v1.6.2) (2026-06-15) ### Bug Fixes * **deps:** bump @doist/comms-sdk to 0.4.6 ([#25](#25)) ([aa86918](aa86918))
Contributor
|
🎉 This PR is included in version 1.6.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
doistbot
reviewed
Jun 15, 2026
doistbot
left a comment
Member
There was a problem hiding this comment.
Dependency bump to @doist/comms-sdk@0.4.6, dropping the legacy /a/ prefix from generated permalinks. No issues were flagged.
I also included a few optional follow-up notes in the details below.
Optional follow-up note (1)
- [P3] package.json:54: This bump changes the canonical Comms permalink format, but
src/lib/search-helpers.ts:239still hardcodeshttps://comms.todoist.com/a/${workspaceId}. That leaves URL construction split between the SDK and local strings, sosearch/mentionscan keep emitting legacy links on that fallback path. Please route that remaining URL generation through the same helper/format as the SDK instead of relying on the dependency bump alone.
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.
Context
@doist/comms-sdk@0.4.6drops the legacy/a/prefix from generated Comms permalinks. comms-cli pinned0.4.5, sotdcstill emits/a/links.What was changed
@doist/comms-sdk0.4.5→0.4.6(exact pin, matching the repo convention).Type-check, the full vitest suite (769 tests), and build all pass against 0.4.6.
Refs
v0.4.6)Merging cuts a patch release via semantic-release.