feat(account): add managed credits and cloud gateway
Introduce optional Apple account-backed credits with scoped gateway access while preserving local and BYOK paths. Refresh assistant behavior, tests, privacy disclosures, docs, and the website for the 2.0 experience.
This commit is contained in:
@@ -194,7 +194,7 @@ public enum ClipboardHistoryPolicy: Sendable {
|
||||
("xoxa-", 24, true),
|
||||
("xoxr-", 24, true),
|
||||
("AKIA", 20, true),
|
||||
("ASIA", 20, true),
|
||||
("ASIA", 20, true)
|
||||
]
|
||||
return credentialCandidates(in: text).contains { candidate in
|
||||
guard candidate.allSatisfy(isCredentialCharacter) else { return false }
|
||||
|
||||
Reference in New Issue
Block a user