Skip to content

Commit dd65ce7

Browse files
committed
docs: update CHANGELOG for comments delete/resolve in v0.4.9
1 parent 132d463 commit dd65ce7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [0.4.9] - 2026-06-24
99

10+
### Added
11+
12+
- **`prs comments delete` subcommand.** Delete a specific comment (HTTP DELETE)
13+
or close an entire thread (PATCH status=closed, since Azure DevOps does not
14+
support DELETE on threads). Supports `--force` to skip confirmation prompt
15+
and `--json` for scripting.
16+
- **`prs comments resolve` subcommand.** Resolve a review thread by setting its
17+
status via PATCH. Defaults to "fixed"; also accepts wontFix, closed,
18+
byDesign, and active (reopen). `--resolved-by-me` attributes the resolution
19+
to the authenticated user.
20+
1021
### Fixed
1122

1223
- **Inline PR comments showed "file no longer exists" warning.** The

0 commit comments

Comments
 (0)