@taj-special/dravix-code 1.1.15 → 1.1.16

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
@@ -136,13 +136,13 @@ async function browserAuth() {
136
136
  ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝`));
137
137
  console.log(chalk.hex('#6366f1').bold(' Code') + DIM(` v${VERSION} · `) + P('AI-powered coding assistant'));
138
138
  console.log(line + '\n');
139
- console.log(' ' + colors.primary('◆') + ' ' + W.bold('Sign in with Google'));
140
- console.log(' ' + DIM('Use your Google account to sign in to Dravix Code.') + '\n');
139
+ console.log(' ' + colors.primary('◆') + ' ' + W.bold('Sign in to Dravix Code'));
140
+ console.log(' ' + DIM('Use your Dravix account to sign in to Dravix Code.') + '\n');
141
141
  console.log(line);
142
142
  console.log('\n ' + DIM('Step 1 — ') + W('Open this link in your browser:') + '\n');
143
143
  console.log(' ' + colors.primary(link(authUrl)) + '\n');
144
- console.log(' ' + DIM('Step 2 — ') + W('Sign in with Google'));
145
- console.log(' ' + DIM('Step 3 — ') + W('Return here — it connects automatically') + '\n');
144
+ console.log(' ' + DIM('Step 2 — ') + W('Sign in to your Dravix account and authorize access'));
145
+ console.log(' ' + DIM('Step 3 — ') + W('Return here — authentication completes automatically') + '\n');
146
146
  console.log(line + '\n');
147
147
  let frameIdx = 0;
148
148
  await new Promise((resolve, reject) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taj-special/dravix-code",
3
- "version": "1.1.15",
3
+ "version": "1.1.16",
4
4
  "description": "AI-powered coding assistant CLI — Dravix Code",
5
5
  "type": "module",
6
6
  "bin": {