feat: Add web UI mode to brainy chat CLI
- Added --ui flag for terminal vs web coordination interface - Integrated Brain Cloud coordination server support - Enhanced CLI with authentication checks for premium features - Updated cortex legacy handler for better error handling - Improved default augmentations configuration - Version bump to support new features
This commit is contained in:
parent
6f86964f4b
commit
7fb34a0b1d
6 changed files with 124 additions and 13 deletions
|
|
@ -5,7 +5,7 @@ export default defineConfig({
|
|||
build: {
|
||||
target: 'es2022',
|
||||
lib: {
|
||||
entry: resolve(__dirname, 'dist/browser-build/browserFramework.js'),
|
||||
entry: resolve(__dirname, 'dist/browserFramework.js'),
|
||||
name: 'Brainy',
|
||||
fileName: 'brainy-browser-bundle',
|
||||
formats: ['es', 'umd']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue