Skip to content

Clear stale version metadata when binary verification fails#19

Merged
ametel01 merged 1 commit into
mainfrom
fix/8-clear-stale-version-on-missing-binary
Mar 14, 2026
Merged

Clear stale version metadata when binary verification fails#19
ametel01 merged 1 commit into
mainfrom
fix/8-clear-stale-version-on-missing-binary

Conversation

@ametel01
Copy link
Copy Markdown
Owner

Summary

  • refreshVerifiedTools now clears Version alongside BinaryPath when a previously known binary is no longer found on PATH.

Test plan

  • TestRefreshVerifiedToolsClearsVersionForMissingBinary — verifies both BinaryPath and Version are cleared
  • make verify passes

Closes #8

🤖 Generated with Claude Code

refreshVerifiedTools now clears Version alongside BinaryPath when a
previously known binary is no longer found on PATH, preventing
misleading version output in status and diagnostics.

Closes #8

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 14, 2026

Warning

Rate limit exceeded

@ametel01 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 27 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3edfa803-6ed8-4c21-8093-a7eed57bb9e7

📥 Commits

Reviewing files that changed from the base of the PR and between 55eb7aa and ba10a6c.

📒 Files selected for processing (3)
  • CHANGELOG.md
  • cmd/atb/runtime.go
  • cmd/atb/runtime_test.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/8-clear-stale-version-on-missing-binary
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ametel01 ametel01 merged commit 65c4755 into main Mar 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clear stale version metadata when binary verification fails

1 participant