@rayu-dev/rayu-cli 1.1.6 → 1.1.8

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": "@rayu-dev/rayu-cli",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Rayu-CLI — a multi-provider AI coding CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,5 +1,8 @@
1
1
  'use strict';
2
2
 
3
+ // npm v7+ may suppress this output — the rayu binary shows the welcome
4
+ // message on first run as a reliable fallback. This script is kept as a
5
+ // bonus for npm versions that do forward lifecycle output.
3
6
  const lines = [
4
7
  '',
5
8
  ' +--------------------------------------------------+',