From 8138325101d4f341e56de75b57c1c6a83356256e Mon Sep 17 00:00:00 2001 From: Jinxiang Guo Date: Mon, 24 Aug 2026 17:27:12 +0800 Subject: [PATCH] docs(plugins-and-skills): drop version literal from opening sentence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Glody Guo --- docs/agents/plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agents/plugins.mdx b/docs/agents/plugins.mdx index c0acd0e308..cb051a805a 100644 --- a/docs/agents/plugins.mdx +++ b/docs/agents/plugins.mdx @@ -7,7 +7,7 @@ description: "" --- -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. Skills teach your coding agent how to operate those capabilities on your behalf.