Skip to content

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

Closed
glody wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
glody:docs-plugins-version-neutral/glody
Closed

docs(plugins-and-skills): drop version literal from opening sentence#1477
glody wants to merge 1 commit into
NVIDIA-NeMo:mainfrom
glody:docs-plugins-version-neutral/glody

Conversation

@glody

@glody glody commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

docs/agents/plugins.mdx opens with:

NeMo Platform 0.3.0 is extended through Python plugins and coding-agent skills.

Under 0.4.0 the published page still reads "0.3.0". The version literal has drifted against every release since 0.3.0 and the nightly docs-review agent flags it as a version-claim mismatch on every build.

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

Diff

-NeMo Platform 0.3.0 is extended through Python plugins and
+NeMo Platform is extended through Python plugins and
 coding-agent skills. Plugins add runtime capabilities to the local platform.

Test plan

  • Nightly docs-review no longer flags doc_claims_match_target: documentation/agents/plugins-and-skills.
  • Reads cleanly for both current and future releases.

Summary by CodeRabbit

  • Documentation
    • Updated the NeMo Platform extensions documentation to remove an outdated hard-coded version 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>
@glody
glody requested review from a team as code owners August 24, 2026 09:29
@github-actions github-actions Bot added the docs label Aug 24, 2026
@coderabbitai

coderabbitai Bot commented Aug 24, 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: 85a9f4c0-4e0b-4f22-8d31-d2452499a9d2

📥 Commits

Reviewing files that changed from the base of the PR and between 2fea8a1 and 2dc0682.

📒 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

Changes

Documentation update

Layer / File(s) Summary
Remove hard-coded version reference
docs/agents/plugins.mdx
The introduction no longer specifies NeMo Platform version 0.3.0.

Suggested reviewers: a2bondar

Merge Risk: ⚪ Minimal · up to 2dc06

This localized documentation change removes a release-specific version reference without altering product behavior, so 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 removal of the hardcoded version from the plugins documentation.
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 files. (1 skipped: 1 unsupported.)
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@mckornfield
mckornfield enabled auto-merge August 24, 2026 13:50
@mckornfield

Copy link
Copy Markdown
Contributor

@glody please remake this from the NVIDIA-NeMo fork so CI will run

@glody

glody commented Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Recreated on the canonical repo so CI secrets work: #1514

@glody glody closed this Aug 25, 2026
auto-merge was automatically disabled August 25, 2026 08:53

Pull request was closed

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