@taj-special/dravix-code 1.1.18 → 1.1.19

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/dist/cli/index.js CHANGED
@@ -127,15 +127,6 @@ async function browserAuth() {
127
127
  const cols = process.stdout.columns ?? 80;
128
128
  const line = DIM(' ' + '─'.repeat(Math.min(cols - 4, 51)));
129
129
  console.clear();
130
- console.log(chalk.hex('#6366f1').bold(`
131
- ██████╗ ██████╗ █████╗ ██╗ ██╗██╗██╗ ██╗
132
- ██╔══██╗██╔══██╗██╔══██╗██║ ██║██║╚██╗██╔╝
133
- ██║ ██║██████╔╝███████║██║ ██║██║ ╚███╔╝
134
- ██║ ██║██╔══██╗██╔══██║╚██╗ ██╔╝██║ ██╔██╗
135
- ██████╔╝██║ ██║██║ ██║ ╚████╔╝ ██║██╔╝ ██╗
136
- ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝`));
137
- console.log(chalk.hex('#6366f1').bold(' Code') + DIM(` v${VERSION} · `) + P('AI-powered coding assistant'));
138
- console.log(line + '\n');
139
130
  console.log(line);
140
131
  console.log('\n ' + DIM('Step 1 — ') + W('Open this link in your browser:') + '\n');
141
132
  console.log(' ' + colors.primary(link(authUrl)) + '\n');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taj-special/dravix-code",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "AI-powered coding assistant CLI — Dravix Code",
5
5
  "type": "module",
6
6
  "bin": {