Refine local AI hint fallbacks
Keep clipboard actions in Skills and focus offline hints on distinct daily market briefings while preventing retired cached cards from resurfacing.
This commit is contained in:
@@ -53,7 +53,7 @@ public enum AIHintKeywordExtractor: Sendable {
|
||||
case .news:
|
||||
return locale == "zh" ? "今日早报" : "Today's briefing"
|
||||
case .stocks:
|
||||
return locale == "zh" ? "今日大盘" : "Markets"
|
||||
return card.displayText
|
||||
case .calendar:
|
||||
if locale != "zh", let name = trimmed(card.metadata?.name) {
|
||||
return name
|
||||
|
||||
Reference in New Issue
Block a user