From a0bc38b83cc91b3556adea4d491293b6117cc25d Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Tue, 17 Mar 2026 13:34:39 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Vincenzo Scamporlino --- .../src/lib/preparation/collectPortableTemplateInput.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cli-module-new/src/lib/preparation/collectPortableTemplateInput.ts b/packages/cli-module-new/src/lib/preparation/collectPortableTemplateInput.ts index 9239b95e18..b2b89262a2 100644 --- a/packages/cli-module-new/src/lib/preparation/collectPortableTemplateInput.ts +++ b/packages/cli-module-new/src/lib/preparation/collectPortableTemplateInput.ts @@ -215,6 +215,7 @@ export function pluginPackagePrompt( return { type: 'input', name: 'pluginPackage', + filter: (value: string) => value.trim(), message: `Enter the package name of the plugin this module extends (e.g. ${examplePackage}) [required]`, validate: (value: string) => { if (!value) {