multi-agents-cli 1.0.80 → 1.0.82

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.
@@ -1346,10 +1346,10 @@ ${excludedUrls}
1346
1346
  private: true,
1347
1347
  scripts: {
1348
1348
  init: 'multi-agents init',
1349
- agent: `node ${ROOT}/.workflow/run.js`,
1350
- restart: `node ${ROOT}/.workflow/restart.js`,
1351
- reset: `node ${ROOT}/.workflow/reset.js`,
1352
- complete: `node ${ROOT}/.workflow/complete.js`,
1349
+ agent: `node "${ROOT}/.workflow/run.js"`,
1350
+ restart: `node "${ROOT}/.workflow/restart.js"`,
1351
+ reset: `node "${ROOT}/.workflow/reset.js"`,
1352
+ complete: `node "${ROOT}/.workflow/complete.js"`,
1353
1353
  },
1354
1354
  };
1355
1355
  fs.writeFileSync(
@@ -1412,7 +1412,7 @@ ${excludedUrls}
1412
1412
  { label: `${green('→')} IDE + new terminal ${dim('(Claude Code CLI)')} ${dim('← recommended')}` },
1413
1413
  { label: `${green('→')} IDE only` },
1414
1414
  { label: `${green('→')} Claude Code CLI only ${dim('(new terminal)')}` },
1415
- { label: `${dim('?')} I'll continue from here, where do I start?` },
1415
+ { label: `${dim('?')} Still need help?` },
1416
1416
  ], rl);
1417
1417
 
1418
1418
  if (sessionIdx === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.0.80",
3
+ "version": "1.0.82",
4
4
  "description": "Multi-agent workflow orchestration for Claude Code — isolated git worktrees, structured state tracking, autonomous task chaining",
5
5
  "keywords": [
6
6
  "claude-code",