feat(keyboard): ship AI hint carousel, home library cards, and clipboard polish
Rotate AI idle suggestions with optional remote packs, move history/dictionary onto self-sizing Home preview cards, harden clipboard capture/prompting, and simplify keyboard chrome by dropping most liquid-glass shadows.
This commit is contained in:
@@ -125,6 +125,8 @@ public enum ProviderModelService {
|
||||
return resolved
|
||||
} catch let error as ProviderModelServiceError {
|
||||
throw error
|
||||
} catch where ProviderToolCancellation.matches(error) {
|
||||
throw CancellationError()
|
||||
} catch {
|
||||
throw ProviderModelServiceError.transport(String(describing: error))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user