@soulcraft/brainy 0.61.0 ā 0.61.1
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/bin/brainy.js +4 -4
- package/dist/cortex/cortex.js +5 -5
- package/package.json +4 -4
package/bin/brainy.js
CHANGED
|
@@ -260,11 +260,11 @@ program
|
|
|
260
260
|
} else {
|
|
261
261
|
console.log(chalk.red('ā Could not connect to Brain Cloud'))
|
|
262
262
|
console.log(chalk.yellow('š” Make sure you have an active instance'))
|
|
263
|
-
console.log('\nSign up at: ' + chalk.cyan('https://app.
|
|
263
|
+
console.log('\nSign up at: ' + chalk.cyan('https://app.soulcraft.com'))
|
|
264
264
|
}
|
|
265
265
|
} catch (error) {
|
|
266
266
|
console.log(chalk.red('ā Connection failed:'), error.message)
|
|
267
|
-
console.log('\nSign up at: ' + chalk.cyan('https://app.
|
|
267
|
+
console.log('\nSign up at: ' + chalk.cyan('https://app.soulcraft.com'))
|
|
268
268
|
}
|
|
269
269
|
} else if (options.export) {
|
|
270
270
|
console.log(chalk.green(`š¦ Exporting data from Brain Cloud instance: ${options.export}`))
|
|
@@ -322,7 +322,7 @@ program
|
|
|
322
322
|
} else if (options.dashboard) {
|
|
323
323
|
console.log(chalk.green(`š Opening dashboard for Brain Cloud instance: ${options.dashboard}`))
|
|
324
324
|
|
|
325
|
-
const dashboardUrl = `https://app.
|
|
325
|
+
const dashboardUrl = `https://app.soulcraft.com/dashboard.html?customer_id=${options.dashboard}`
|
|
326
326
|
console.log(chalk.cyan(`\nš Dashboard URL: ${dashboardUrl}`))
|
|
327
327
|
console.log(chalk.gray('Opening in your default browser...'))
|
|
328
328
|
|
|
@@ -342,7 +342,7 @@ program
|
|
|
342
342
|
}
|
|
343
343
|
} else {
|
|
344
344
|
console.log(chalk.yellow('š” Brain Cloud Setup'))
|
|
345
|
-
console.log('\n1. Sign up at: ' + chalk.cyan('https://app.
|
|
345
|
+
console.log('\n1. Sign up at: ' + chalk.cyan('https://app.soulcraft.com'))
|
|
346
346
|
console.log('2. Get your customer ID')
|
|
347
347
|
console.log('3. Connect with: ' + chalk.green('brainy cloud --connect YOUR_ID'))
|
|
348
348
|
console.log('\nBenefits:')
|
package/dist/cortex/cortex.js
CHANGED
|
@@ -2158,7 +2158,7 @@ export class Cortex {
|
|
|
2158
2158
|
console.log(boxen(`${emojis.brain}āļø ${colors.brain('BRAIN CLOUD PREMIUM FEATURES')}\n\n` +
|
|
2159
2159
|
`Premium connectors and features have moved to Brain Cloud!\n\n` +
|
|
2160
2160
|
`${colors.accent('ā')} ${colors.dim('Setup Brain Cloud:')} ${colors.highlight('brainy cloud')}\n` +
|
|
2161
|
-
`${colors.accent('ā')} ${colors.dim('Learn more:')} ${colors.highlight('https://
|
|
2161
|
+
`${colors.accent('ā')} ${colors.dim('Learn more:')} ${colors.highlight('https://soulcraft.com/brain-cloud')}\n\n` +
|
|
2162
2162
|
`${colors.retro('Available Tiers:')}\n` +
|
|
2163
2163
|
`${colors.success('š«')} Brain Jar (Free) - Local coordination\n` +
|
|
2164
2164
|
`${colors.success('āļø')} Brain Cloud ($19/mo) - Sync everywhere\n` +
|
|
@@ -2174,7 +2174,7 @@ export class Cortex {
|
|
|
2174
2174
|
`${colors.accent('ā')} ${colors.dim('No credit card required')}\n` +
|
|
2175
2175
|
`${colors.accent('ā')} ${colors.dim('Cancel anytime')}\n\n` +
|
|
2176
2176
|
`${colors.highlight('Run: brainy cloud')}\n\n` +
|
|
2177
|
-
`Or visit: ${colors.accent('https://
|
|
2177
|
+
`Or visit: ${colors.accent('https://soulcraft.com/brain-cloud')}`, { padding: 1, borderStyle: 'round', borderColor: '#FFD700' }));
|
|
2178
2178
|
}
|
|
2179
2179
|
async licenseValidate(featureId) {
|
|
2180
2180
|
console.log(colors.info('Premium features available in Brain Cloud'));
|
|
@@ -2189,7 +2189,7 @@ export class Cortex {
|
|
|
2189
2189
|
console.log(boxen(`${emojis.lock} ${colors.brain('BRAIN CLOUD FEATURE')} ${emojis.atom}\n\n` +
|
|
2190
2190
|
`This feature is available in Brain Cloud!\n\n` +
|
|
2191
2191
|
`${colors.highlight('Setup: brainy cloud')}\n` +
|
|
2192
|
-
`${colors.dim('Learn more: https://
|
|
2192
|
+
`${colors.dim('Learn more: https://soulcraft.com/brain-cloud')}`, { padding: 1, borderStyle: 'round', borderColor: '#D67441' }));
|
|
2193
2193
|
}
|
|
2194
2194
|
return false;
|
|
2195
2195
|
}
|
|
@@ -2389,7 +2389,7 @@ export class Cortex {
|
|
|
2389
2389
|
]);
|
|
2390
2390
|
if (!accountResponse.hasAccount) {
|
|
2391
2391
|
console.log('\n' + boxen(`${emojis.sparkles} ${colors.brain('CREATE YOUR ACCOUNT')}\n\n` +
|
|
2392
|
-
`${colors.accent('ā')} Visit: ${colors.highlight('https://
|
|
2392
|
+
`${colors.accent('ā')} Visit: ${colors.highlight('https://soulcraft.com/brain-cloud')}\n` +
|
|
2393
2393
|
`${colors.accent('ā')} Click "Start Free Trial"\n` +
|
|
2394
2394
|
`${colors.accent('ā')} Get your API key\n` +
|
|
2395
2395
|
`${colors.accent('ā')} Return here to continue setup`, { padding: 1, borderStyle: 'round', borderColor: '#FFD700' }));
|
|
@@ -2432,7 +2432,7 @@ export class Cortex {
|
|
|
2432
2432
|
catch (error) {
|
|
2433
2433
|
spinner.fail('Setup failed');
|
|
2434
2434
|
console.error(colors.error('Error:'), error.message);
|
|
2435
|
-
console.log('\n' + colors.dim('Need help? Visit https://
|
|
2435
|
+
console.log('\n' + colors.dim('Need help? Visit https://soulcraft.com/brain-cloud/support'));
|
|
2436
2436
|
}
|
|
2437
2437
|
}
|
|
2438
2438
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soulcraft/brainy",
|
|
3
|
-
"version": "0.61.
|
|
3
|
+
"version": "0.61.1",
|
|
4
4
|
"description": "Multi-Dimensional AI Database - Vector similarity, graph relationships, metadata facets with HNSW indexing and OPFS storage",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -158,13 +158,13 @@
|
|
|
158
158
|
"publishConfig": {
|
|
159
159
|
"access": "public"
|
|
160
160
|
},
|
|
161
|
-
"homepage": "https://github.com/
|
|
161
|
+
"homepage": "https://github.com/soulcraftlabs/brainy",
|
|
162
162
|
"bugs": {
|
|
163
|
-
"url": "https://github.com/
|
|
163
|
+
"url": "https://github.com/soulcraftlabs/brainy/issues"
|
|
164
164
|
},
|
|
165
165
|
"repository": {
|
|
166
166
|
"type": "git",
|
|
167
|
-
"url": "git+https://github.com/
|
|
167
|
+
"url": "git+https://github.com/soulcraftlabs/brainy.git"
|
|
168
168
|
},
|
|
169
169
|
"files": [
|
|
170
170
|
"dist/**/*.js",
|