Skip to content

fix: resolve Go build failures#879

Merged
KooshaPari merged 1 commit intomainfrom
fix/build-errors-v2
Mar 25, 2026
Merged

fix: resolve Go build failures#879
KooshaPari merged 1 commit intomainfrom
fix/build-errors-v2

Conversation

@KooshaPari
Copy link
Owner

Summary

  • Inlined phenotype-go-kit/pkg/auth.BaseTokenStorage into internal/auth/base/ to eliminate replace directive pointing to nonexistent local path
  • Removed replace directive and require for phenotype-go-kit from go.mod
  • Fixed stale import in pkg/llmproxy/usage/metrics.go (old router-for-me/CLIProxyAPI module path)
  • Fixed VitePress docs build by replacing bare HTML tag in docs/troubleshooting.md
  • Fixed security-guard.yml referencing nonexistent script

Test plan

  • CI Go build passes
  • VitePress docs build passes
  • Security-guard workflow no longer fails on missing script

…-kit/pkg/auth BaseTokenStorage into internal/auth/base\n to remove local replace directive that breaks CI builds\n- Remove go.mod replace directive for phenotype-go-kit\n- Fix stale import path in pkg/llmproxy/usage/metrics.go\n (router-for-me/CLIProxyAPI -> kooshapari/cliproxyapi-plusplus)\n- Fix bare <model> HTML tag in docs/troubleshooting.md causing VitePress build failure\n- Fix security-guard.yml referencing nonexistent scripts/security-guard.sh\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link

coderabbitai bot commented Mar 25, 2026

Warning

Rate limit exceeded

@KooshaPari has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 38 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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: ac9a9533-ad01-4576-85fd-191e2be58696

📥 Commits

Reviewing files that changed from the base of the PR and between 7dc9676 and 7596bf8.

📒 Files selected for processing (8)
  • .github/workflows/security-guard.yml
  • docs/troubleshooting.md
  • go.mod
  • internal/auth/base/token_storage.go
  • internal/auth/claude/token.go
  • internal/auth/copilot/token.go
  • internal/auth/gemini/gemini_token.go
  • pkg/llmproxy/usage/metrics.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/build-errors-v2

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.

@KooshaPari KooshaPari merged commit b55c44c into main Mar 25, 2026
18 of 27 checks passed
@KooshaPari KooshaPari deleted the fix/build-errors-v2 branch March 25, 2026 05:06
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.

1 participant