Resolve a review thread

Updated Sep 03, 2026

Resolve a pull request review thread with:

vk resolve https://github.com/leynos/vk/pull/191#discussion_r123456789

The resolver uses GitHub GraphQL. When vk is built with the unstable-rest-resolve feature, -m or --message posts a reply before resolving:

vk resolve https://github.com/leynos/vk/pull/191#discussion_r123456789 \
  --message "Addressed in the latest commit."

--http-timeout SECS sets the total deadline for the REST reply request, including connection, request, and response handling; its default is 10 seconds. --connect-timeout SECS sets the connection deadline; its default is 5 seconds. A 404 response from the reply endpoint emits a warning and continues with GraphQL resolution. Any other non-2xx response or a timeout aborts before GraphQL resolution, retaining the reply route and status or deadline details in the diagnostic.