Skip to content

propose_code_scan_prop

PROPOSE a (component, prop) as translatable when you are NOT certain - a hint for the human, not a decision. It appears in the console with your rationale and an AI badge; NOTHING is extracted until the human confirms it. Use this for the middle ground (the prop might be text but the samples are ambiguous, or it is a technical string that is sometimes shown). For obvious user-facing text use confirm_code_scan_prop instead. DEDUP by pair (last rationale wins); a NO-OP on a pair the human already DISMISSED - do not re-litigate a human "no".

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
componentstringrequiredComponent or tag name, exactly as it appears in the inventory (e.g. Field, input).
propstringrequiredProp/attribute name to propose as translatable.
rationalestringoptionalShort justification for why this prop MIGHT carry translatable text.
{
"tool": "propose_code_scan_prop",
"arguments": {
"component": "<component>",
"prop": "<prop>"
}
}