-
Notifications
You must be signed in to change notification settings - Fork 961
Conversation
|
No actionable comments were generated in the recent review. 🎉 i️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe README "From source" Quick Start installation section now uses ChangesQuick Start Installation Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the installation instructions to install the CLI skill from the local repository instead of from the larksuite/cli package reference.
Changes:
- Replace
npx skills add larksuite/cli -y -gwithnpx skills add ./ -y -gin the README install instructions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CLA assistant check
All committers have signed the CLA.
Summary: Update README.md to instruct users to install the CLI SKILL from the local clone instead of from the GitHub repository. If users install from the GitHub repository, they may not get the latest changes that are present in the local clone.
Uh oh!
There was an error while loading. Please reload this page.
Summary: Update README.md to instruct users to install the CLI SKILL from the local clone instead of from the GitHub repository. If users install from the GitHub repository, they may not get the latest changes that are present in the local clone.
Summary by CodeRabbit
npx skills add ./ -y -ginstead of the previous package path, clarifying how to build/install from source.