@forge/cli-shared

9.4.0-next.59.4.0-next.4-experimental-c575574
out/ui/text.js
~out/ui/text.jsModified
+2−1
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1541,9 +1541,10 @@
             description: 'Enable custom spinner effects',
             setupError: chalk_1.default.yellow('Failed to fetch custom spinner config. Custom spinner effects can be disabled via forge settings')
         },
         proxy: {
-            description: 'Configure proxy for all Forge CLI network requests'
+            description: 'Configure proxy for all Forge CLI network requests',
+            invalidUrl: 'Invalid proxy URL specified. Valid proxy URLs must start with http:// or https://'
         }
     },
     assistant: {
         description: '[⚠️ experimental feature] manage AI assistant settings (Rovo/Gemini)',