{"version":3,"sources":["/home/mkabumattar/work/withrawi/rawi/dist/chunk-6IRRHDA7.cjs","../src/cli/commands/ask/options/profile.ts"],"names":["profileOption","chalk","DEFAULT_PROFILE"],"mappings":"AAAA;AACA,wDAAwC,4ECDtB,IAILA,CAAAA,CAA+B,CAC1C,KAAA,CAAO,yBAAA,CACP,WAAA,CAAaC,eAAAA,CAAM,KAAA,CAAM,qCAAqC,CAAA,CAC9D,YAAA,CAAcC,mBAChB,CAAA,CAAA,cAAA;ADNA","file":"/home/mkabumattar/work/withrawi/rawi/dist/chunk-6IRRHDA7.cjs","sourcesContent":[null,"import chalk from 'chalk';\nimport {DEFAULT_PROFILE} from '../../../../core/shared/constants.js';\nimport type {CommandOption} from '../types.js';\n\nexport const profileOption: CommandOption = {\n  flags: '-p, --profile <profile>',\n  description: chalk.white('Profile to use for AI configuration'),\n  defaultValue: DEFAULT_PROFILE,\n};\n"]}