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:
@@ -1,8 +1,8 @@
|
||||
// LocalASRBiasAdapterTests.swift
|
||||
// OSGKeyboardTests
|
||||
|
||||
import XCTest
|
||||
@testable import OSGKeyboardShared
|
||||
import XCTest
|
||||
|
||||
final class LocalASRBiasAdapterTests: XCTestCase {
|
||||
|
||||
@@ -112,7 +112,7 @@ final class LocalASRBiasAdapterTests: XCTestCase {
|
||||
|
||||
func testPolishingServiceMergesDictionarySupplement() {
|
||||
let dict = PersonalDictionary(entries: [
|
||||
PersonalDictionary.Entry(term: "Cursor", category: .productName, source: .manual),
|
||||
PersonalDictionary.Entry(term: "Cursor", category: .productName, source: .manual)
|
||||
])
|
||||
let merged = PolishingService.mergedDictionaryBlock(
|
||||
dictionary: dict,
|
||||
|
||||
Reference in New Issue
Block a user