1 parent 132d463 commit dd65ce7Copy full SHA for dd65ce7
1 file changed
CHANGELOG.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [0.4.9] - 2026-06-24
9
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
21
### Fixed
22
23
- **Inline PR comments showed "file no longer exists" warning.** The
0 commit comments