@_xtribe/cli 2.2.16 → 2.2.18

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/install-tribe.js +5 -0
  2. package/package.json +1 -1
package/install-tribe.js CHANGED
@@ -248,6 +248,11 @@ async function main() {
248
248
  console.log(chalk.gray('\nThen type: ') + chalk.cyan.bold('tribe') + chalk.gray(' to get started'));
249
249
  }
250
250
 
251
+ // Show auto-update information
252
+ console.log(chalk.blue('\nšŸ’” Keep your TRIBE CLI up to date:'));
253
+ console.log(chalk.gray(' Check for updates: ') + chalk.cyan('npx @_xtribe/cli --check-updates'));
254
+ console.log(chalk.gray(' Auto-update: ') + chalk.cyan('npx @_xtribe/cli --auto-update'));
255
+
251
256
  } catch (error) {
252
257
  spinner.fail('Installation failed');
253
258
  console.error(chalk.red(error.message));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_xtribe/cli",
3
- "version": "2.2.16",
3
+ "version": "2.2.18",
4
4
  "description": "TRIBE - Track, measure and optimize your AI coding agents to become 10x faster",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {