Skip to content

onWatch v2.13.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 21:18

onWatch v2.13.1

Patch release - a follow-up fix to the Anthropic quota work in v2.13.0.

🐛 Fix

  • "Statusline Only" mode no longer polls the usage API (#82 follow-up). Previously, when the Claude Code statusline file was stale or missing, the Anthropic agent silently fell through to the rate-limited OAuth usage API - even though the mode is documented as "statusline only, no API polling". This bit headless usage most (claude --print, the SDK, remote-control), where no interactive TUI ever refreshes the statusline file, so every poll leaked through to the API.

    The agent now hard-stops before the API path in statusline mode, covering both the stale-fallthrough and any DB-configured hybrid re-enable. "Auto" and "API" modes are unchanged. Thanks @motonari728 for the precise diagnosis.

Full Changelog: v2.13.0...v2.13.1