feat: redesign Brainy CLI for intuitive UX and add Brain Jar support
- Refactor CLI to use direct commands instead of nested structure - Add Brain Jar AI coordination commands with premium/free modes - Update Cortex class with enhanced Brain Jar functionality - Fix TypeScript compilation by removing exclusion of cortex directory - Improve user experience with beautiful branded output - Add comprehensive help system and backward compatibility Major UX improvements: - brainy init, add, search (direct commands) - brainy install brain-jar (simple installation) - brainy brain-jar start/dashboard/status (rich subcommands) - brainy chat (interactive mode) - brainy config set/get/list (configuration management) This redesign makes Brainy significantly more user-friendly while maintaining all existing functionality and adding powerful new AI coordination capabilities.
This commit is contained in:
parent
5bcd6f55d5
commit
599d32f2e0
5 changed files with 455 additions and 426 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
|
@ -34,6 +34,7 @@
|
|||
"@types/node": "^20.11.30",
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||
"@typescript-eslint/parser": "^8.0.0",
|
||||
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
||||
|
|
@ -4000,6 +4001,16 @@
|
|||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/ws": {
|
||||
"version": "8.18.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
||||
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/yauzl": {
|
||||
"version": "2.10.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue