Skip to content

docs(plugins-and-skills): drop version literal from opening sentence - #1514

Merged
mckornfield merged 1 commit into
mainfrom
docs-plugins-version-neutral/glody
Aug 25, 2026
Merged

docs(plugins-and-skills): drop version literal from opening sentence#1514
mckornfield merged 1 commit into
mainfrom
docs-plugins-version-neutral/glody

Conversation

@glody

@glody glody commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Summary

docs/agents/plugins.mdx opened with "NeMo Platform 0.3.0 is extended through Python plugins and coding-agent skills." The version literal has drifted against later releases. Drop it so the sentence stays release-agnostic.

This recreates fork PR #1477 as a same-repo branch so GitHub Actions can use org Docker Hub secrets (fork pull_request CI failed at Docker Hub login with Secret source: None).

Changes

  • Remove the 0.3.0 version literal from the opening sentence of docs/agents/plugins.mdx

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with documentation updates
  • Documentation only
  • Contributor tooling or automation
  • CI, build, or test infrastructure

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification:
  • Tests not applicable — justification: one-word docs edit
  • Documentation updated for user-visible behavior
  • Documentation not applicable — justification:

Verification

  • Pull request title follows the repository's Conventional Commit format
  • Every commit includes an appropriate Signed-off-by: trailer
  • uv run pre-commit run -a passes, or any blocked checks are identified below
  • Targeted tests pass, or tests are marked not applicable above
  • No secrets, API keys, or credentials are included

Targeted validation:

  • Replay of 2dc068219 onto current origin/main.
  • DCO audit passed.
  • Diff is the single opening-sentence change on docs/agents/plugins.mdx.

Summary by CodeRabbit

  • Documentation
    • Updated the plugins documentation to remove a version-specific reference.

The page opens with "NeMo Platform 0.3.0 is extended through Python
plugins and coding-agent skills." — a version literal that has drifted
against every release since 0.3.0. Under 0.4.0 the published page still
reads "0.3.0", which the docs-review agent flags as a version-claim
mismatch on every build.

Drop the version literal. The sentence is release-agnostic and stays
correct across future releases, eliminating the class of drift entirely.

Signed-off-by: Jinxiang Guo <jinxiang@nvidia.com>
Signed-off-by: Glody Guo <jinxiang@nvidia.com>
@github-actions

Copy link
Copy Markdown
Contributor

@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 79e32a51-0df7-41bb-9327-8d7aa495185c

📥 Commits

Reviewing files that changed from the base of the PR and between b2ba471 and 8138325.

📒 Files selected for processing (1)
  • docs/agents/plugins.mdx

Included review availability: Your plan provides up to 12 included reviews per hour; 9 remain after this review.


📝 Walkthrough

Walkthrough

The introductory description now refers to NeMo Platform without specifying version 0.3.0.

Changes

Documentation update

Layer / File(s) Summary
Update introductory description
docs/agents/plugins.mdx
The introduction no longer identifies NeMo Platform version 0.3.0. Suggested reviewers: a2bondar

Merge Risk: ⚪ Minimal · up to 81383

This is a localized documentation-only change that removes a release-specific version from an opening sentence; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main documentation change: removing the version literal from the opening sentence.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs-plugins-version-neutral/glody

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

@github-actions

Copy link
Copy Markdown
Contributor
Suite Lines Covered Line Rate Branch Rate
Unit Tests 35322/45084 78.3% 62.8%
Integration Tests 21250/42859 49.6% 22.8%

@mckornfield
mckornfield added this pull request to the merge queue Aug 25, 2026
Merged via the queue into main with commit 02c90f7 Aug 25, 2026
61 checks passed
@mckornfield
mckornfield deleted the docs-plugins-version-neutral/glody branch August 25, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants