multi-agents-cli 1.1.50 → 1.1.51

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.
@@ -1745,13 +1745,13 @@ ${excludedUrls}
1745
1745
  console.log('');
1746
1746
  console.log(' \x1b[7m What happens next \x1b[0m');
1747
1747
  console.log(' ┌─────────────────────────────────────────────────────────┐');
1748
- console.log(' │ → \x1b[1m' + (config.ide.name || 'Your IDE') + '\x1b[0m will open at your agent workspace');
1749
- console.log(' │ → A new terminal window will open with Claude Code');
1750
- console.log(' │');
1751
- console.log(' │ \x1b[1mOnce open:\x1b[0m');
1752
- console.log(' │ \x1b[1m2.\x1b[0m Type anything \x1b[2m(e.g. go, start, begin)\x1b[0m');
1753
- console.log(' │ \x1b[1m3.\x1b[0m Let the agent run — don\'t interrupt mid-task');
1754
- console.log(' │ \x1b[1mThe agent\x1b[0m will run \x1b[36mnpm run complete\x1b[0m automatically');
1748
+ console.log(' │ → \x1b[1m' + (config.ide.name || 'Your IDE') + '\x1b[0m will open at your agent workspace');
1749
+ console.log(' │ → A new terminal window will open with Claude Code');
1750
+ console.log(' │');
1751
+ console.log(' │ \x1b[1mOnce open:\x1b[0m');
1752
+ console.log(' │ \x1b[1m2.\x1b[0m Type anything \x1b[2m(e.g. go, start, begin)\x1b[0m');
1753
+ console.log(' │ \x1b[1m3.\x1b[0m Let the agent run — don\'t interrupt mid-task');
1754
+ console.log(' │ \x1b[1mThe agent\x1b[0m will run \x1b[36mnpm run complete\x1b[0m automatically');
1755
1755
  console.log(' └─────────────────────────────────────────────────────────┘');
1756
1756
  console.log('');
1757
1757
  const goIdx = await arrowSelect('Ready?', [{ label: `${green('✓')} Open workspace` }, { label: `${dim('←')} Back` }], rl);
@@ -1770,13 +1770,13 @@ ${excludedUrls}
1770
1770
  console.log('');
1771
1771
  console.log(' \x1b[7m What happens next \x1b[0m');
1772
1772
  console.log(' ┌─────────────────────────────────────────────────────────┐');
1773
- console.log(' │ → \x1b[1m' + (config.ide.name || 'Your IDE') + '\x1b[0m will open at your agent workspace');
1774
- console.log(' │');
1775
- console.log(' │ \x1b[1mOnce open:\x1b[0m');
1776
- console.log(' │ \x1b[1m1.\x1b[0m Open a new Claude Code session inside the IDE');
1777
- console.log(' │ \x1b[1m3.\x1b[0m Type anything \x1b[2m(e.g. go, start, begin)\x1b[0m');
1778
- console.log(' │ \x1b[1m4.\x1b[0m Let the agent run — don\'t interrupt mid-task');
1779
- console.log(' │ \x1b[1mThe agent\x1b[0m will run \x1b[36mnpm run complete\x1b[0m automatically');
1773
+ console.log(' │ → \x1b[1m' + (config.ide.name || 'Your IDE') + '\x1b[0m will open at your agent workspace');
1774
+ console.log(' │');
1775
+ console.log(' │ \x1b[1mOnce open:\x1b[0m');
1776
+ console.log(' │ \x1b[1m1.\x1b[0m Open a new Claude Code session inside the IDE');
1777
+ console.log(' │ \x1b[1m3.\x1b[0m Type anything \x1b[2m(e.g. go, start, begin)\x1b[0m');
1778
+ console.log(' │ \x1b[1m4.\x1b[0m Let the agent run — don\'t interrupt mid-task');
1779
+ console.log(' │ \x1b[1mThe agent\x1b[0m will run \x1b[36mnpm run complete\x1b[0m automatically');
1780
1780
  console.log(' └─────────────────────────────────────────────────────────┘');
1781
1781
  console.log('');
1782
1782
  const goIdx = await arrowSelect('Ready?', [{ label: `${green('✓')} Open workspace` }, { label: `${dim('←')} Back` }], rl);
@@ -1791,12 +1791,12 @@ ${excludedUrls}
1791
1791
  console.log('');
1792
1792
  console.log(' \x1b[7m What happens next \x1b[0m');
1793
1793
  console.log(' ┌─────────────────────────────────────────────────────────┐');
1794
- console.log(' │ → A new terminal window will open with Claude Code');
1795
- console.log(' │');
1796
- console.log(' │ \x1b[1mOnce open:\x1b[0m');
1797
- console.log(' │ \x1b[1m2.\x1b[0m Type anything \x1b[2m(e.g. go, start, begin)\x1b[0m');
1798
- console.log(' │ \x1b[1m3.\x1b[0m Let the agent run — don\'t interrupt mid-task');
1799
- console.log(' │ \x1b[1mThe agent\x1b[0m will run \x1b[36mnpm run complete\x1b[0m automatically');
1794
+ console.log(' │ → A new terminal window will open with Claude Code');
1795
+ console.log(' │');
1796
+ console.log(' │ \x1b[1mOnce open:\x1b[0m');
1797
+ console.log(' │ \x1b[1m2.\x1b[0m Type anything \x1b[2m(e.g. go, start, begin)\x1b[0m');
1798
+ console.log(' │ \x1b[1m3.\x1b[0m Let the agent run — don\'t interrupt mid-task');
1799
+ console.log(' │ \x1b[1mThe agent\x1b[0m will run \x1b[36mnpm run complete\x1b[0m automatically');
1800
1800
  console.log(' └─────────────────────────────────────────────────────────┘');
1801
1801
  console.log('');
1802
1802
  const goIdx = await arrowSelect('Ready?', [{ label: `${green('✓')} Open workspace` }, { label: `${dim('←')} Back` }], rl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
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",