Skip to content

Conversation

standujar
Copy link

@standujar standujar commented Sep 3, 2025

Registry Update Checklist

Registry:

  • I've made the left side of the colon of JSON entry in index.json match the potential NPM package name
  • I've used github not github.com
  • There is no .git extension
  • It's placed it alphabetically in the list
  • I've dealt with commas properly so the list is still valid JSON

If not an eliza-plugins official repo, i.e. new plugin:

The plugin repo has:

  • is publically accessible (not a private repo)
  • uses main as it's default branch
  • I have include elizaos-plugins in the topics in the GitHub repo settings. If the plugin is related to AI or crypto, please add those as topics as well.
  • add simple description in github repo
  • follows this convention
    plugin-name/
    ├── images/
    │ ├── logo.jpg # Plugin branding logo
    │ ├── banner.jpg # Plugin banner image
    ├── src/
    │ ├── index.ts # Main plugin entry point
    │ ├── actions/ # Plugin-specific actions
    │ ├── clients/ # Client implementations
    │ ├── adapters/ # Adapter implementations
    │ └── types.ts # Type definitions
    │ └── environment.ts # runtime.getSetting, zod validation
    ├── package.json # Plugin dependencies
    └── README.md # Plugin documentation
  • an images/banner.jpg and images/logo.jpg and they
    • Use clear, high-resolution images
    • Keep file sizes optimized (< 500KB for logos, < 1MB for banners)
    • Follow the elizaOS Brand Guidelines
    • Include alt text for accessibility
  • package.json has a agentConfig like the following
{
  "name": "@standujar/plugin-composio",
  "version": "1.0.0",
  "agentConfig": {
    "pluginType": "elizaos:plugin:1.0.0",
    "pluginParameters": {
      "API_KEY": {
        "type": "string",
        "description": "API key for the service"
      }
    }
  }
}

Summary by CodeRabbit

  • New Features
    • Added a public registry mapping for @standujar/plugin-composio pointing to its GitHub repository. You can now discover, resolve, install, and update this plugin via standard workflows alongside existing plugins. No existing mappings were changed, ensuring compatibility and stability for current integrations.

Copy link
Contributor

coderabbitai bot commented Sep 3, 2025

Walkthrough

Added a new public mapping in index.json: "@standujar/plugin-composio" mapped to "github:standujar/plugin-composio". No other entries were changed.

Changes

Cohort / File(s) Summary
Registry mapping update
index.json
Added property "@standujar/plugin-composio":"github:standujar/plugin-composio"; placement between existing entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A hop, a map, a tidy addition,
I twitch my nose with keen ambition.
New trail to Composio’s glen,
Slotted snug between old friends.
Carrot-commit: small and neat—
My paws approve this registry treat! 🥕🐇

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-standujar-plugin-composio

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

claude bot commented Sep 3, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

@standujar standujar requested a review from wtfsayo September 3, 2025 13:11
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge Base: Disabled due to data retention organization setting

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between e8e3dea and a091256.

📒 Files selected for processing (1)
  • index.json (1 hunks)

@standujar
Copy link
Author

@claude analyse if everything is well.

Copy link
Contributor

claude bot commented Sep 5, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant