docs(readme): add configuration scenario examples#139
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 11 minutes and 51 seconds. ⌛ 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. 📝 WalkthroughWalkthroughAdded three new scenario subsections to Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 272: The example command shows an unsupported -v flag; update the README
example to remove -v and use supported flags (e.g., change "kortex-cli list -o
json -v" to "kortex-cli list -o json" or the equivalent "kortex-cli workspace
list --output=json"), and update the surrounding text to reference only the
supported flags (--output and --storage) so users can reliably find the project
field.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
a33850c to
86a393f
Compare
Add three new scenarios under the Scenarios section to document common real-world configurations: - Claude with a model from Vertex AI (CLAUDE_CODE_USE_VERTEX, credentials mount, optional Claude settings sharing) - Sharing a GitHub token globally or per project via projects.json, including .gitconfig mount and Podman secret creation - Working with git worktrees to run parallel agents on different branches, with per-user main branch mount via projects.json Closes openkaiden#132 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Philippe Martin <phmartin@redhat.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com> Co-Authored-By: Claude Code (Claude Sonnet 4.5) <noreply@anthropic.com>
86a393f to
fe077a9
Compare
Add three new scenarios under the Scenarios section to document common real-world configurations:
Closes #132