feat: add agent-driven Caplets setup#188
Conversation
|
Warning Review limit reached
Next review available in: 24 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 Walkthrough
✨ Finishing Touches🧪 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 |
|
| Filename | Overview |
|---|---|
| packages/core/src/cli.ts | Adds doctor --format parsing and routes doctor output to JSON, plain text, or markdown. |
| packages/core/src/cli/doctor.ts | Adds markdown doctor formatting while preserving existing plain and JSON report paths. |
| skills/installing-caplets/SKILL.md | Adds the agent-facing Caplets installer flow with read-only probing, planning, execution, and verification steps. |
| apps/landing/src/components/landing/Hero.astro | Replaces the quickstart card with Manual and Agent setup tabs and copy actions. |
| apps/landing/src/scripts/copy.ts | Lets copy buttons opt out of command attribution so prompt text is copied verbatim. |
Reviews (5): Last reviewed commit: "feat(core): support doctor output format..." | Re-trigger Greptile
Preview DeployedLanding: https://pr-188.preview.caplets.dev Built from commit 3296a86 |
Summary
Agents can now bootstrap Caplets from the landing page without rushing into package installs or config edits. The setup section now lets visitors flip between Manual commands and an Agent path whose button copies the full guarded prompt while only showing a compact preview on the page.
The new installer skill makes first-run setup a consented flow: probe read-only state, ask for target/runtime/package-manager choices, present exact commands and affected config, then verify both the CLI and selected agent wiring. Its troubleshooting runbooks give agents focused recovery paths for CLI/PATH problems, daemon health, agent/MCP/native config, and self-hosted remote login without pulling every failure mode into the bootstrap prompt.
Validation
python - <<'PY' ...structure check for installer skill frontmatter, raw GitHub URLs, and referenced filespnpm --filter @caplets/landing test -- test/activation-links.test.ts test/observability.test.tspnpm format:checkpnpm --filter @caplets/landing typecheckpnpm --filter @caplets/landing buildgit pushpre-push hook ranpnpm verifysuccessfully: format, lint, code-mode API check, schema check, docs check, typecheck, tests (144 files / 2032 tests), benchmark check, and build