docs(integrations): cross-link to protoCLI repo for quickstart#3633
Conversation
|
Warning Review limit reached
Your plan currently allows 2 reviews/hour. Refill in 17 minutes and 23 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the 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 trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Code Review — ? finding(s)
protoLabs Code Review Report
No findings recorded. |
|
Docs preview: https://docs-protocli-crosslink.protolabs-docs.pages.dev |
Why
Today's session added protoCLI as the namesake first-class provider in protoLabs Studio (PRs #3625–#3632). Documentation lagged — the integrations docs still positioned Claude as the default and didn't reference protoCLI at all.
Per direction: don't duplicate the quickstart in protomaker's docs — link to the protoCLI repo where it actually lives. This keeps a single source of truth and avoids the maintenance drift problem.
Changes
docs/integrations/proto-cli.md— new short page. Says protoCLI is the default runtime, names the SDK + gateway + auth env vars, points at where the autodetect status lives in the app (Settings + Setup wizard), and routes the reader to the upstream repo for everything substantive (install, commands, skills, SDK API).Intentionally short — anything that would duplicate
github.com/protoLabsAI/protoCLI's README belongs there, not here.docs/integrations/ai-providers.md— adds a "Default: protoCLI" section at the top, repositions the existing Claude / OpenAI / LiteLLM provider tables as "Alternative provider systems". Page intro is rewritten to reflect protoCLI as the default rather than positioning all three legacy systems equally.Validation
npm run docs:build— clean, 7.75s, no broken linksprettier --check— passes on both touched filesOut of scope