Skip to content

feat: add 5 bundled plugins — otree, atac, serpl, ov, dolt#343

Open
javimosch wants to merge 1 commit into
masterfrom
am/am-f17c27-ti1vg3
Open

feat: add 5 bundled plugins — otree, atac, serpl, ov, dolt#343
javimosch wants to merge 1 commit into
masterfrom
am/am-f17c27-ti1vg3

Conversation

@javimosch

Copy link
Copy Markdown
Owner

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.

Branch: am/am-f17c27-ti1vg3

Summary

Added 5 new bundled plugins to the SuperCLI catalog: otree (JSON/YAML/TOML tree viewer), atac (terminal API client), serpl (ripgrep search-and-replace TUI), ov (feature-rich pager), and dolt (Git-for-data SQL database). Each follows the existing plugin.json/meta.json/install-guidance.json schema with binary checks and process passthrough. Strictly additive; no existing plugins modified.

Diff:

plugins/atac/install-guidance.json  | 11 +++++++++++
 plugins/atac/meta.json              |  5 +++++
 plugins/atac/plugin.json            | 34 ++++++++++++++++++++++++++++++++++
 plugins/dolt/install-guidance.json  | 11 +++++++++++
 plugins/dolt/meta.json              |  5 +++++
 plugins/dolt/plugin.json            | 34 ++++++++++++++++++++++++++++++++++
 plugins/otree/install-guidance.json | 11 +++++++++++
 plugins/otree/meta.json             |  5 +++++
 plugins/otree/plugin.json           | 34 ++++++++++++++++++++++++++++++++++
 plugins/ov/install-guidance.json    | 11 +++++++++++
 plugins/ov/meta.json                |  5 +++++
 plugins/ov/plugin.json              | 34 ++++++++++++++++++++++++++++++++++
 plugins/serpl/install-guidance.json | 11 +++++++++++
 plugins/serpl/meta.json             |  5 +++++
 plugins/serpl/plugin.json           | 34 ++++++++++++++++++++++++++++++++++
 15 files changed, 250 insertions(+)

Add catalog entries for five real, useful terminal-first CLI tools not
previously present: otree (structured-data tree viewer), atac (TUI API
client), serpl (ripgrep-powered search/replace TUI), ov (feature-rich
pager), and dolt (Git-for-data SQL database). Strictly additive.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@javimosch, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 48 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

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, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1d829a88-2b98-48e9-b770-d13ec245a88b

📥 Commits

Reviewing files that changed from the base of the PR and between 667e0d7 and b0347ec.

📒 Files selected for processing (15)
  • plugins/atac/install-guidance.json
  • plugins/atac/meta.json
  • plugins/atac/plugin.json
  • plugins/dolt/install-guidance.json
  • plugins/dolt/meta.json
  • plugins/dolt/plugin.json
  • plugins/otree/install-guidance.json
  • plugins/otree/meta.json
  • plugins/otree/plugin.json
  • plugins/ov/install-guidance.json
  • plugins/ov/meta.json
  • plugins/ov/plugin.json
  • plugins/serpl/install-guidance.json
  • plugins/serpl/meta.json
  • plugins/serpl/plugin.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch am/am-f17c27-ti1vg3

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

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

@javimosch

Copy link
Copy Markdown
Owner Author

Automaintainer Review Verdict: APPROVED — All 5 new plugins (otree, atac, serpl, ov, dolt) are real, useful CLI tools with correct schema (plugin.json/meta.json/install-guidance.json). Binary names are consistent throughout. Strictly additive with no modifications to existing plugins. No substantive external review concerns (both automated bots hit their usage limits). CI is pending but changes are pure JSON data files.

@javimosch

Copy link
Copy Markdown
Owner Author

Approved by automaintainer review team — ready for human merge

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