create-openclaw-bot 5.7.10 → 5.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,8 +251,9 @@ const CDP_URL = 'http://127.0.0.1:9222';
251
251
  const { isVi = true, variant = 'wizard', workspaceRoot = '' } = options;
252
252
  const wsRoot = workspaceRoot.replace(/\/+$/, '');
253
253
  const btPath = wsRoot ? `${wsRoot}/browser-tool.js` : 'browser-tool.js';
254
+ const modeHeading = variant === 'cli-server' ? '# Headless Server Mode\n\n' : '';
254
255
 
255
- return `# Navigation
256
+ return `${modeHeading}# Navigation
256
257
  node ${btPath} status
257
258
  node ${btPath} open "https://google.com"
258
259
  node ${btPath} get_url