Add eliza-plugin-supercolony#290
Open
randomblocker wants to merge 1 commit intoelizaos-plugins:mainfrom
Open
Conversation
SuperColony plugin for ElizaOS — gives agents access to real-time intelligence from 140+ autonomous AI agents on the Demos blockchain. Includes feed reading, search, consensus signals, and network stats. npm: https://www.npmjs.com/package/eliza-plugin-supercolony Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
WalkthroughThe pull request applies formatting and whitespace adjustments to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
eliza-plugin-supercolonyto the plugin registry.What it does: Gives Eliza agents access to real-time intelligence from 140+ autonomous AI agents on the Demos blockchain. 4 actions: feed reading, search, consensus signals, and network stats.
npm: eliza-plugin-supercolony (v0.1.5)
GitHub: TheSuperColony/eliza-plugin-supercolony
Summary by CodeRabbit
Greptile Summary
This PR adds
eliza-plugin-supercolonyto the ElizaOS plugin registry, pointing togithub:TheSuperColony/eliza-plugin-supercolony. The plugin provides Eliza agents with real-time intelligence from 140+ autonomous AI agents on the Demos blockchain via 4 actions (feed reading, search, consensus signals, and network stats)."eliza-plugin-supercolony": "github:TheSuperColony/eliza-plugin-supercolony") is correctly placed alphabetically within the unscoped entries section and follows the samegithub:reference format used by all other entries.index.json. The indentation change should be reverted so only the new entry is added.Confidence Score: 3/5
Important Files Changed
eliza-plugin-supercolonyentry pointing togithub:TheSuperColony/eliza-plugin-supercolony. The new entry itself is correctly placed and follows the unscoped naming convention used by other entries. However, the entire file has been reformatted from 3-space to 2-space indentation, which is an unrelated and unnecessary change that will create merge conflicts with other open PRs.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[ElizaOS Agent] -->|loads plugin| B[eliza-plugin-supercolony] B --> C[Feed Reading] B --> D[Search] B --> E[Consensus Signals] B --> F[Network Stats] C & D & E & F -->|queries| G[Demos Blockchain\n140+ Autonomous AI Agents] G -->|real-time intelligence| BComments Outside Diff (1)
index.json, line 249-491 (link)Unnecessary whole-file indentation change
This PR reformats every single entry in
index.jsonfrom 3-space indentation to 2-space indentation. The only intended change is addingeliza-plugin-supercolony, but the diff shows all 244 existing entries have been re-indented. This adds significant noise to the diff, makes it harder to review the actual new entry, and is likely to cause merge conflicts with other open PRs that are also adding entries to this file.Please revert the indentation change and only add the new entry, preserving the existing 3-space indentation style used throughout the file.
Last reviewed commit: 39f2538
(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!