multi-agents-cli 1.0.33 → 1.0.34

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.
Files changed (2) hide show
  1. package/init.js +0 -6
  2. package/package.json +1 -1
package/init.js CHANGED
@@ -688,12 +688,6 @@ const main = async () => {
688
688
  }
689
689
 
690
690
  separator();
691
- console.log(`\n${bold(' Which process do you want to restart?')}\n`);
692
- active.forEach(({ scope, agent, data }, i) => {
693
- const status = data.status || 'ACTIVE';
694
- console.log(` ${dim(`${i + 1}.`)} ${bold(agent)} ${dim(`(${scope})`)} - ${dim(status)}`);
695
- });
696
- console.log(` ${dim(`${active.length + 1}.`)} ${dim('Back')}\n`);
697
691
 
698
692
  const pickRes = await prompts({
699
693
  type: 'select',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
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",