feat: simplify chat CLI with unified command structure
- Replace `brainy chat-session` subcommands with `brainy chat` options - Add --list, --search, --history flags to main chat command - Implement beautiful terminal formatting without external dependencies - Improve user experience with helpful tips and upgrade hints
This commit is contained in:
parent
48e51204c3
commit
427f98cf6a
5 changed files with 1169 additions and 15 deletions
|
|
@ -72,9 +72,8 @@ import {
|
|||
} from './utils/logger.js'
|
||||
|
||||
// Export BrainyChat for conversational AI
|
||||
import { BrainyChat, ChatOptions } from './chat/brainyChat.js'
|
||||
import { BrainyChat } from './chat/BrainyChat.js'
|
||||
export { BrainyChat }
|
||||
export type { ChatOptions }
|
||||
|
||||
// Export Cortex CLI functionality - commented out for core MIT build
|
||||
// export { Cortex } from './cortex/cortex.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue