@contextai-core/cli 0.1.6 → 0.1.7

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": "@contextai-core/cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Give your AI agents persistent memory. Install pre-built context packs for Cursor, Windsurf, Copilot & more.",
5
5
  "author": "ContextAI",
6
6
  "license": "ISC",
@@ -63,7 +63,7 @@ export async function installPackage(packageSlug, options = {}) {
63
63
  }
64
64
 
65
65
  spinner.fail(`Package "${packageSlug}" not found in marketplace.`);
66
- console.log(chalk.gray('Check the slug or browse available packs at https://contextai.io/browse'));
66
+ console.log(chalk.gray('Check the slug or browse available packs at https://contextai.in/browse'));
67
67
  process.exit(1);
68
68
  }
69
69
 
@@ -78,7 +78,7 @@ export async function installPackage(packageSlug, options = {}) {
78
78
  spinner.fail('This pack requires purchase.');
79
79
  console.log(chalk.yellow('\nšŸ’” Please login first:'));
80
80
  console.log(chalk.cyan(' contextai login\n'));
81
- console.log(chalk.gray(`Then purchase at: https://contextai.io/pack/${pack.slug}`));
81
+ console.log(chalk.gray(`Then purchase at: https://contextai.in/pack/${pack.slug}`));
82
82
  process.exit(1);
83
83
  }
84
84
 
@@ -93,7 +93,7 @@ export async function installPackage(packageSlug, options = {}) {
93
93
  if (!purchase) {
94
94
  spinner.fail('You have not purchased this pack.');
95
95
  console.log(chalk.yellow(`\nšŸ’° Price: ₹${pack.price}`));
96
- console.log(chalk.cyan(` Purchase at: https://contextai.io/pack/${pack.slug}\n`));
96
+ console.log(chalk.cyan(` Purchase at: https://contextai.in/pack/${pack.slug}\n`));
97
97
  process.exit(1);
98
98
  }
99
99
 
@@ -112,7 +112,7 @@ export async function installPackage(packageSlug, options = {}) {
112
112
  // if (profile && profile.download_count >= 5) {
113
113
  // spinner.fail('Free tier limit reached (5 downloads/mo).');
114
114
  // console.log(chalk.yellow('\n⚔ Upgrade to Pro for unlimited downloads:'));
115
- // console.log(chalk.cyan(' https://contextai.io/pricing\n'));
115
+ // console.log(chalk.cyan(' https://contextai.in/pricing\n'));
116
116
  // process.exit(1);
117
117
  // }
118
118
  }