agentxchain 0.8.0 → 0.8.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentxchain",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "CLI for AgentXchain — multi-agent coordination in your IDE",
5
5
  "type": "module",
6
6
  "bin": {
@@ -264,13 +264,7 @@ export async function initCommand(opts) {
264
264
  console.log('');
265
265
  console.log(` ${chalk.cyan('Next:')}`);
266
266
  console.log(` ${chalk.bold(`cd ${folderName}`)}`);
267
- console.log(` ${chalk.bold('cursor .')} ${chalk.dim('# open in Cursor')}`);
268
- console.log(` ${chalk.bold('code .')} ${chalk.dim('# open in VS Code')}`);
269
- console.log(` ${chalk.dim('(If "command not found": open IDE → Cmd+Shift+P → "Shell Command: Install")')}`);
270
- console.log('');
271
- console.log(` ${chalk.dim('In your IDE:')}`);
272
- console.log(` ${chalk.dim(' 1. Open Chat (Cmd+L)')}`);
273
- console.log(` ${chalk.dim(' 2. Select an agent from the dropdown (auto-discovered from .github/agents/)')}`);
274
- console.log(` ${chalk.bold('agentxchain release')} ${chalk.dim('# release human lock to begin turns')}`);
267
+ console.log(` ${chalk.bold('agentxchain start')} ${chalk.dim('# opens Cursor windows + copies agent prompts')}`);
268
+ console.log(` ${chalk.bold('agentxchain release')} ${chalk.dim('# release human lock — agents start working')}`);
275
269
  console.log('');
276
270
  }