-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update community-plugins.json #1203
Conversation
WalkthroughThe changes involve a comprehensive update to the Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (2)
community-plugins.json (2)
848-848
: Fix indentation for consistency.The indentation of the "memories" capability is inconsistent with other capability arrays in the file.
Apply this diff to fix the indentation:
- "memories" + "memories"
Line range hint
1075-1075
: Fix duplicate memory prompt in therapist-patient-notes plugin.The memory_prompt is identical to the Paul Graham plugin's prompt, which appears to be a copy-paste error.
Please update the memory_prompt to be specific to psychotherapy session notes.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- community-plugins.json (1 hunks)
🔇 Additional comments (3)
community-plugins.json (3)
848-849
: LGTM: EchoSense plugin type updated correctly.The capabilities have been updated from "chat" to "memories" as intended in the PR objectives.
Line range hint
1-1203
: Changes match the AI-generated summary.All mentioned additions and deletions are correctly implemented in the JSON file:
- Added: "Elon Musk", "Mental Health Friend", "Travel Guide"
- Deleted: "Psychologist", "News Checker" (marked with
"deleted": true
)
Line range hint
1012-1034
: Verify security measures for AHDA plugin.The plugin allows PC control through voice commands. This requires careful security review to prevent potential misuse.
lgtm @mrlfarano 🚀 |
Updating my plugin (EchoSense), plugin type from Chat to Memories
Summary by CodeRabbit