Cursor: Apply local changes for cloud agent

This commit is contained in:
Rocky
2026-08-27 18:01:46 +08:00
parent 39002336c0
commit 42e6252f01
148 changed files with 120105 additions and 8122 deletions
+5 -1
View File
@@ -267,7 +267,11 @@ struct MacPolishStylesView: View {
defer { isGeneratingLearnedStyle = false }
do {
let generated = try await PolishStyleLearningService(store: store)
.generateStyle(from: corpus, outputLanguage: lang)
.generateStyle(
from: corpus,
replyExamples: ClipboardReplyFeedbackStore.shared.learningExamples(),
outputLanguage: lang
)
// Review is mandatory before the learned prompt enters sync or
// becomes the active dictation personality.
editingPack = generated