@agentuity/cli 0.0.77 → 0.0.79

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.
@@ -117,10 +117,12 @@ export async function checkLegacyCLI(): Promise<void> {
117
117
  }
118
118
 
119
119
  console.log(' ' + tui.bold('After removal, install the new CLI:'));
120
- tui.bullet('bun install -g @agentuity/cli');
120
+ tui.bullet('curl -sSL https://v1.agentuity.sh | sh');
121
121
  tui.newline();
122
122
 
123
- console.log(` Learn more: ${tui.link('https://docs.agentuity.dev/cli/migration')}`);
123
+ console.log(
124
+ ` Learn more: ${tui.link('https://preview.agentuity.dev/v1/Reference/migration-guide')}`
125
+ );
124
126
  tui.newline();
125
127
 
126
128
  process.exit(1);