Skip to content

Tags: Doist/comms-cli

Tags

v3.4.1

Toggle v3.4.1's commit message
chore(release): 3.4.1 [skip ci]

## [3.4.1](v3.4.0...v3.4.1) (2026-09-21)

### Bug Fixes

* accept digit-free opaque ids and map 404/409 to CliError ([#66](#66)) ([45052b3](45052b3)), closes [#65](#65)

v3.4.0

Toggle v3.4.0's commit message
chore(release): 3.4.0 [skip ci]

## [3.4.0](v3.3.0...v3.4.0) (2026-09-18)

### Features

* add thread undone, conversation undone and thread mark-unread ([#64](#64)) ([98ae72b](98ae72b))

v3.3.0

Toggle v3.3.0's commit message
chore(release): 3.3.0 [skip ci]

## [3.3.0](v3.2.0...v3.3.0) (2026-09-16)

### Features

* **auth:** refresh an expiring OAuth token before `token view` / `status` ([#63](#63)) ([c1926bd](c1926bd))

v3.2.0

Toggle v3.2.0's commit message
chore(release): 3.2.0 [skip ci]

## [3.2.0](v3.1.0...v3.2.0) (2026-09-15)

### Features

* add --notify NONE for thread replies ([#62](#62)) ([9e95c8d](9e95c8d))

v3.1.0

Toggle v3.1.0's commit message
chore(release): 3.1.0 [skip ci]

## [3.1.0](v3.0.0...v3.1.0) (2026-08-28)

### Features

* adopt cli-core 1.4 capabilities ([#56](#56)) ([441e69c](441e69c))

v3.0.0

Toggle v3.0.0's commit message
chore(release): 3.0.0 [skip ci]

## [3.0.0](v2.0.4...v3.0.0) (2026-08-26)

### ⚠ BREAKING CHANGES

* a Comms URL whose entity ID is not a base58-encoded
UUIDv7 is no longer recognised. Comms only issues IDs in that format, so
this rejects malformed links rather than passing them to the API.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

* test: pin the non-base58 id contract

Every parse case now uses a valid base58-encoded UUIDv7, so the contract
this change introduces — a well-formed path whose id is not that shape
names no entity and reads as workspace-only — could regress without a
failure. Covers the channel, thread and conversation routes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

### Features

* parse Comms URLs with the SDK ([#55](#55)) ([6fbd645](6fbd645))

v2.0.4

Toggle v2.0.4's commit message
chore(release): 2.0.4 [skip ci]

## [2.0.4](v2.0.3...v2.0.4) (2026-08-25)

### Bug Fixes

* **deps:** update @doist/comms-sdk to 2.0.2 ([#54](#54)) ([bc17f3d](bc17f3d))

v2.0.3

Toggle v2.0.3's commit message
chore(release): 2.0.3 [skip ci]

## [2.0.3](v2.0.2...v2.0.3) (2026-08-24)

### Bug Fixes

* upgrade Comms SDK to 2.0.1 ([#53](#53)) ([d4e207a](d4e207a))

v2.0.2

Toggle v2.0.2's commit message
chore(release): 2.0.2 [skip ci]

## [2.0.2](v2.0.1...v2.0.2) (2026-07-29)

### Bug Fixes

* set Comms audience to thread ([#49](#49)) ([42e8ccb](42e8ccb))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2026-07-22)

### Bug Fixes

* fail fast and explain 401s on group writes ([#45](#45)) ([670722e](670722e))