feat(web): add isLanguageModelConfigured to service ping#1296
Conversation
Fixes SOU-1278 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
WalkthroughThis PR adds an ChangesService Ping Language Model Configuration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@packages/web/src/features/billing/CLAUDE.md`:
- Around line 24-26: The fenced code block in CLAUDE.md that contains the path
"docs/docs/misc/service-ping.mdx" is missing a language hint and triggers
markdownlint MD040; update that fenced block by adding a language identifier
(e.g., "text") after the opening backticks so the block reads like ```text to
silence MD040 and keep the displayed content unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 7af0de30-228b-4589-a151-44b906cb44e1
📒 Files selected for processing (5)
CHANGELOG.mddocs/docs/misc/service-ping.mdxpackages/web/src/features/billing/CLAUDE.mdpackages/web/src/features/billing/servicePing.tspackages/web/src/features/billing/types.ts
Fixes SOU-1278
Adds
isLanguageModelConfiguredto the service ping payload, set totruewhen at least one language model is configured. Updates the mirrored lighthouse request schema (sourcebot-dev/lighthouse#16) and the Service Ping docs.🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
isLanguageModelConfiguredfield to indicate whether at least one language model has been configured in your system.Documentation