Skip to content

fix(agent): soften binary source fallback log wording - #803

Merged
skevetter merged 1 commit into
mainfrom
fix/binary-source-log-wording
Jul 29, 2026
Merged

fix(agent): soften binary source fallback log wording#803
skevetter merged 1 commit into
mainfrom
fix/binary-source-log-wording

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

`AcquireBinary` tries a prioritized chain of sources (env override, injected, cache, download) and logs every miss at debug level as it falls through to the next one. The env-var override is checked first specifically so operators can set it, but almost never do — so `"source local path override (DEVSY_AGENT_BINARY) failed: no agent binary path set..."` showed up on nearly every run, reading like an error for what's actually the expected, routine case of an unused optional source.

Changed the message from "source %s failed: %v" to "source %s unavailable, trying next: %v" — same debug-level diagnostic info, less alarming wording.

AcquireBinary tries a prioritized chain of sources (env override,
injected, cache, download) and logs every miss at debug level as it
falls through to the next one. The env-var override is checked first
specifically so operators can set it, but almost never is -- so
"source local path override (DEVSY_AGENT_BINARY) failed: ..." showed
up on nearly every run, reading like an error for what's actually the
expected, common case of an unused optional source.
@netlify

netlify Bot commented Jul 29, 2026

Copy link
Copy Markdown

Deploy Preview for images-devsy-sh canceled.

Name Link
🔨 Latest commit d3db8c3
🔍 Latest deploy log https://app.netlify.com/projects/images-devsy-sh/deploys/6a6943546c8631000876cc44

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@skevetter, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 14 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c1146c78-68c4-4f54-b762-743d2f1c0a32

📥 Commits

Reviewing files that changed from the base of the PR and between bc98129 and d3db8c3.

📒 Files selected for processing (1)
  • pkg/agent/binary.go

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.

@netlify

netlify Bot commented Jul 29, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit d3db8c3
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a6943549fc8240008e1118d

@skevetter
skevetter marked this pull request as ready for review July 29, 2026 00:55
@skevetter
skevetter merged commit a4936c8 into main Jul 29, 2026
160 of 164 checks passed
@skevetter
skevetter deleted the fix/binary-source-log-wording branch July 29, 2026 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant