fix: autofill stays off non-credential forms — no chip in chat composers (v2.10.14) June hit the branded autofill chip in Discord's message composer — a bare text field where credentials don't belong. - Root cause: the service gated on hasUsableField, which accepts identity-only structures, so any classifiable text field earned a response (picker row + inline chip) - New ParsedStructure.hasCredentialField (password OR otp OR digit-box group OR card) is now the only gate: login, signup, 2FA, and card forms get suggestions; chat composers, search boxes, and comment fields get nothing - Tradeoff: identity-first two-step logins lose step-1 suggestions until the password step — accepted - full suite 902, only the 5 known pre-existing failures. Needs on-device confirm in Discord.
$ koh steal kepr.uk/peach-android@5ba8b0ca927d
·
parent: 62049aae849d
discussion
log in to leave a comment.