Skip to content

onWatch v2.12.5

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 07:30

onWatch v2.12.5

Fixed

  • Self-update failing with "GitHub API returned 403" (#81). onwatch update could fail on the GitHub API's unauthenticated rate limit (60 requests/hour per IP), which shared NAT/CGNAT networks exhaust easily. The update check now falls back to the github.com release redirect, which isn't subject to that limit, so updates keep working even when the API is throttled.

Improved

  • Update checks now honor GITHUB_TOKEN / GH_TOKEN, raising the rate limit to 5,000 requests/hour when a token is present.
  • Clearer error message when GitHub does rate-limit you, pointing to the GITHUB_TOKEN workaround.

Upgrade: run onwatch update, or reinstall via
curl -fsSL https://raw.githubusercontent.com/onllm-dev/onwatch/main/install.sh | bash