automaintainer: Search and add new CLI tools as bundled plugins to supercli…#8
Conversation
- Fix install_guidance.plugin: array to string (consistent with fzf, bat, ripgrep, etc.) - Fix passthrough args: remove non-standard catch-all arg (use empty args[]) - Fix passthrough description: '_ _ via X' → 'Passthrough to X CLI' - Add missing 'cwd': 'invoke_cwd' to passthrough commands
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo plugin configuration files ( ChangesPlugin Configuration Normalization
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related issues
Possibly related PRs
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 |
|
Automaintainer Review Verdict: APPROVED The changes align dotbot and gum plugins with established conventions (fzf, bat, ripgrep):
All four changes are correct and match existing plugin patterns. CI failure is pre-existing (workflow runs |
|
Approved by automaintainer review team — auto-merging |
Automated maintenance run by automaintainer.
Focus: Search and add new CLI tools as bundled plugins to supercli. For each plugin: search GitHub for non-interactive CLI tools (stars>100, rust/go/python), create files ONLY inside plugins// (NEVER edit plugins/plugins.json or cli/plugin-install-guidance.js — that's legacy and causes merge conflicts). Required files: plugin.json (manifest), meta.json (description+tags+has_learn). Optional: install-guidance.json, skills/quickstart/SKILL.md (if has_learn:true), README.md. Target 2 plugins per session. Validate JSON, commit with conventional commit message.
Branch:
am/am-0e131c-tfumo0Summary by CodeRabbit