docs(kiro): clarify IDE vs CLI setup paths (#0000)#7069
docs(kiro): clarify IDE vs CLI setup paths (#0000)#7069EffortlessSteven wants to merge 1 commit into
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, 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 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 configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ 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 |
|
Closing as duplicate of #7070 - consolidating duplicate kiro documentation PRs |
Motivation
perllsponPATHfor IDE users.Description
docs/EDITORS/KIRO_SETUP.mdto separate Kiro IDE (OpenVSX extension) and Kiro CLI (workspace custom LSP) flows and added explicit IDE settings and optional manual-binary guidance.docs/how-to/EDITOR_SETUP.mdto prefer OpenVSXEffortlessMetrics.perl-lsp-rsfor the IDE and to document the CLI custom-LSP verification expectation.docs/reference/CONFIG.mdthat showsperllspusage and an examplelsp.jsonentry.docs/how-to/TROUBLESHOOTING.mdthat covers IDE auto-download vs manualperllsp,/code initguidance for the CLI, restart/status/log commands, and a caveat that Perl is a custom language in some Kiro CLI builds.Testing
git diff --checkand it passed.git status --shortand committed the four modified files.Codex Task