rawi
Version:
Rawi (راوي) is the developer-friendly AI CLI that brings the power of 11 major AI providers directly to your terminal. With seamless shell integration, persistent conversations, and 200+ specialized prompt templates, Rawi transforms your command line into
1 lines • 1.11 kB
Source Map (JSON)
{"version":3,"sources":["/home/mkabumattar/work/withrawi/rawi/dist/chunk-BYXIMFPF.cjs","../src/cli/commands/chat/actions/chat-session.ts"],"names":["startChatSession","dbManager","options","chalk","startEnhancedChatSession"],"mappings":"AAAA;AACA,wDAAwC,4ECDtB,IAKLA,CAAAA,CAAmB,KAAA,CAC9BC,CAAAA,CACAC,CAAAA,CAAAA,EACkB,CACdA,CAAAA,CAAQ,OAAA,EACV,OAAA,CAAQ,GAAA,CACNC,eAAAA,CAAM,GAAA,CAAI,qEAA8D,CAC1E,CAAA,CAGF,MAAMC,iCAAAA,CAAyBH,CAAWC,CAAO,CACnD,CAAA,CAAA,cAAA;ADdA","file":"/home/mkabumattar/work/withrawi/rawi/dist/chunk-BYXIMFPF.cjs","sourcesContent":[null,"import chalk from 'chalk';\nimport type {DatabaseManager} from '../../../../core/database/manager.js';\nimport type {ChatOptions} from '../types.js';\nimport {startEnhancedChatSession} from './enhanced-chat-session.js';\n\nexport const startChatSession = async (\n dbManager: DatabaseManager,\n options: ChatOptions,\n): Promise<void> => {\n if (options.verbose) {\n console.log(\n chalk.dim('🚀 Starting enhanced chat session with session management...'),\n );\n }\n\n await startEnhancedChatSession(dbManager, options);\n};\n"]}