@creativeintelligence/abbie 0.1.11 → 0.1.12

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.
@@ -89,14 +89,11 @@ If already authenticated, shows current status. Use --force to re-authenticate.`
89
89
  const authUrl = `${webUrl}/auth/cli?code=${code}`;
90
90
  // Logo + auth card
91
91
  this.log("");
92
- this.log(" \x1b[2m⣿⣿⣿⡿⠿⣿⣿⣿⣿⣿⣿⠿⢿⣿⣿⣿\x1b[0m");
93
- this.log(" \x1b[2m⣿⡟⠁⠀⠀⠀⠉⠙⠛⠉⠀⠀⠀⠈⢻⣿\x1b[0m");
94
- this.log(" \x1b[2m⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿\x1b[0m");
95
- this.log(" \x1b[2m⣿⣿⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⣿⣿\x1b[0m");
96
- this.log(" \x1b[2m⣿⣿⡿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⣿⣿\x1b[0m \x1b[1mabbie\x1b[0m login");
97
- this.log(" \x1b[2m⣿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿\x1b[0m");
98
- this.log(" \x1b[2m⣿⣿⡀⠀⠀⠀⠀⣀⣀⠀⠀⠀⠀⢀⣿⣿\x1b[0m");
99
- this.log(" \x1b[2m⣿⣿⣿⣶⣶⣶⣿⣿⣿⣿⣶⣶⣶⣿⣿⣿\x1b[0m");
92
+ this.log(" \x1b[2m ·░▒▓▓▒░░·░▒▒▓▒░· \x1b[0m");
93
+ this.log(" \x1b[2m·░▓█████▓▓█████▓░·\x1b[0m");
94
+ this.log(" \x1b[2m ·░▓██████████▓░· \x1b[0m \x1b[1mabbie\x1b[0m login");
95
+ this.log(" \x1b[2m ·▓▓██████████▓▒· \x1b[0m");
96
+ this.log(" \x1b[2m ·░▓▓▓▓▒░░▒▓▓▓▓░·\x1b[0m");
100
97
  this.log("");
101
98
  this.log(` Code \x1b[1m${code}\x1b[0m`);
102
99
  this.log(` Device ${device.hostname}`);
@@ -7873,5 +7873,5 @@
7873
7873
  "strict": true
7874
7874
  }
7875
7875
  },
7876
- "version": "0.1.11"
7876
+ "version": "0.1.12"
7877
7877
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creativeintelligence/abbie",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Abbie — agent orchestration CLI",