feat: add 5 new bundled plugins — deptry, flit, twine, memray, delve#306
feat: add 5 new bundled plugins — deptry, flit, twine, memray, delve#306javimosch wants to merge 1 commit into
Conversation
Adds plugins for essential Python and Go development tools: - deptry: find unused, missing, and obsolete Python dependencies - flit: simple Python package building and publishing - twine: secure PyPI upload tool - memray: Python memory profiler by Bloomberg - delve (dlv): Go language debugger
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 37 minutes and 35 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (20)
✨ 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 |
|
Review — Head of Org Engineering: All four new plugins (delve, deptry, flit, and any truncated remainder) add only scoped plugin files (plugin.json, meta.json, install-guidance.json, SKILL.md) under their respective plugins/ directories. All JSON files are syntactically valid, the changes are correctly scoped with no stray edits, and there are no correctness bugs, secrets, or destructive changes. (approved — review-only mode; merge when ready.) |
|
Automaintainer Review Verdict: APPROVED — Adds 5 well-known, actively maintained developer tools (deptry, flit, twine, memray, delve) as strictly additive plugin entries with no overlap against existing open PRs. All 20 new files follow the established schema (plugin.json, meta.json, install-guidance.json, SKILL.md) with valid JSON structure, real source URLs pointing to official repositories, correct binary names, and consistent command/passthrough patterns. The human org reviewer (javimosch) also confirmed JSON validity and correctness. External AI reviewers (Codex, CodeRabbit) hit rate limits and provided no substantive feedback to address. |
|
Approved by automaintainer review team — ready for human merge |
Automated maintenance run by automaintainer.
Focus: OBJECTIVE: grow the plugin catalog toward 12000. Each run, add up to 5 new plugins (a directory under plugins// with plugin.json, meta.json, install-guidance.json matching the existing schema) for real, useful CLI tools NOT already present. Strictly additive; do not modify existing plugins; single PR.
WORK ALREADY IN FLIGHT — do not overlap:
These automaintainer pull requests are already open and awaiting review. Do NOT re-implement, refactor, or restructure the files they touch — pick non-overlapping work, and never recreate a change an open PR already makes. If your objective unavoidably overlaps one of these, choose a different, complementary improvement instead.
touches: plugins/httpie/install-guidance.json, plugins/httpie/meta.json, plugins/httpie/plugin.json, plugins/newsboat/install-guidance.json, plugins/newsboat/meta.json, plugins/newsboat/plugin.json, plugins/tinygo/install-guidance.json, plugins/tinygo/meta.json, plugins/tinygo/plugin.json, plugins/unar/install-guidance.json, plugins/unar/meta.json, plugins/unar/plugin.json
touches: plugins/avifenc/install-guidance.json, plugins/avifenc/meta.json, plugins/avifenc/plugin.json, plugins/mediainfo/install-guidance.json, plugins/mediainfo/meta.json, plugins/mediainfo/plugin.json, plugins/metaflac/install-guidance.json, plugins/metaflac/meta.json, plugins/metaflac/plugin.json, plugins/oggenc/install-guidance.json, plugins/oggenc/meta.json, plugins/oggenc/plugin.json (+3 more)
touches: plugins/k0s/plugin.json, plugins/k3s/plugin.json, plugins/okteto-cli/plugin.json, plugins/oracle-cloud/plugin.json, plugins/up/plugin.json
touches: plugins/fzf-make/install-guidance.json, plugins/fzf-make/meta.json, plugins/fzf-make/plugin.json
touches: plugins/frawk/install-guidance.json, plugins/frawk/meta.json, plugins/frawk/plugin.json, plugins/slumber/install-guidance.json, plugins/slumber/meta.json, plugins/slumber/plugin.json, plugins/vgrep/install-guidance.json, plugins/vgrep/meta.json, plugins/vgrep/plugin.json, plugins/xplr/install-guidance.json, plugins/xplr/meta.json, plugins/xplr/plugin.json (+3 more)
touches: plugins/aws/meta.json, plugins/aws/plugin.json, plugins/delta/meta.json, plugins/delta/plugin.json, plugins/rg/meta.json, plugins/rg/plugin.json
touches: plugins/7zip/plugin.json, plugins/ack/plugin.json, plugins/ant/plugin.json
touches: plugins/amtool/meta.json, plugins/amtool/plugin.json, plugins/htop/meta.json, plugins/htop/plugin.json, plugins/jq/meta.json, plugins/jq/plugin.json
Branch:
am/am-f17c27-th3z6pSummary
feat: add 5 new bundled plugins — deptry (Python dependency checker), flit (Python packaging/publishing), twine (secure PyPI upload), memray (Python memory profiler by Bloomberg), and delve (Go debugger). These are well-known, actively maintained developer tools in the Python and Go ecosystems that fill gaps in the existing catalog.
Diff: