- livekitService.ts: send empty beneficiaryNamesDict in Lite mode - agent.py: handle None beneficiary_names_dict correctly - chat.tsx: align text chat with same SINGLE_DEPLOYMENT_MODE flag This fixes Julia saying "I didn't get the name of beneficiary" by letting WellNuo API use the default beneficiary for deployment_id. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
46 lines
931 B
JSON
46 lines
931 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 5.0.0",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"development-simulator": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"ios": {
|
|
"credentialsSource": "remote"
|
|
},
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleTeamId": "UHLZD54ULZ",
|
|
"ascAppId": "6756594148",
|
|
"ascApiKeyPath": "./AuthKey_GA9C2GRPHS.p8",
|
|
"ascApiKeyId": "GA9C2GRPHS",
|
|
"ascApiKeyIssuerId": "dcac5647-0710-4764-affd-2d3270bf49d4"
|
|
}
|
|
}
|
|
}
|
|
}
|