Skip to content

fix(server): remove unused request inspector helper#140

Merged
INONONO66 merged 1 commit into
mainfrom
fix/remove-unused-request-inspector-helper
Jun 5, 2026
Merged

fix(server): remove unused request inspector helper#140
INONONO66 merged 1 commit into
mainfrom
fix/remove-unused-request-inspector-helper

Conversation

@INONONO66

@INONONO66 INONONO66 commented Jun 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove unused RequestInspector.isClaudeModel namespace export reported by knip
  • keep request inspection behavior unchanged; active inspect/detect/generate helpers remain intact

Verification

  • bunx knip --reporter compact 2>&1 | rg "src/server/request-inspector.ts: isClaudeModel" || true
  • bun test tests/unit/lifecycle.test.ts tests/unit/perf-metrics.test.ts tests/unit/response-body-cap.test.ts tests/unit/upstream-body-timeout.test.ts tests/unit/shutdown-stream-coordination.test.ts
  • ./node_modules/.bin/tsc --noEmit --pretty false
  • git diff --check
  • bun run release-check
  • LSP diagnostics for src/server/request-inspector.ts

Summary by cubic

Removed unused RequestInspector.isClaudeModel export from src/server/request-inspector.ts to clean up dead code. No changes to request inspection behavior; existing detect/inspect helpers remain unchanged.

Written for commit 7cee637. Summary will update on new commits.

Review in cubic

@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@INONONO66, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 45 minutes and 8 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

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.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c2443e4f-f026-45d4-ab82-7cff113ef005

📥 Commits

Reviewing files that changed from the base of the PR and between 6171bee and 7cee637.

📒 Files selected for processing (1)
  • src/server/request-inspector.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/remove-unused-request-inspector-helper

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.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@INONONO66 INONONO66 merged commit c94c7a5 into main Jun 5, 2026
3 checks passed
@INONONO66 INONONO66 deleted the fix/remove-unused-request-inspector-helper branch June 5, 2026 02:31
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