feat: add auto-learn correction monitoring to detect user edits post-…#162
Closed
gabrielste1n wants to merge 6 commits intomainfrom
Closed
feat: add auto-learn correction monitoring to detect user edits post-…#162gabrielste1n wants to merge 6 commits intomainfrom
gabrielste1n wants to merge 6 commits intomainfrom
Conversation
…paste and update custom dictionary
…ounce, deduplication, and proper cleanup on shutdown
# Conflicts: # main.js # package.json # src/components/SettingsPage.tsx # src/helpers/ipcHandlers.js # src/helpers/windowManager.js # src/hooks/useSettings.ts
Resolve conflicts keeping both branches' additions: - electron-builder.json: include both windows-text-monitor and windows-fast-paste binaries - main.js: include both TextEditMonitor and WhisperCudaManager imports/instances - package.json: include both compile:text-monitor and compile:winpaste scripts - SettingsPage.tsx: keep dictionary/agentConfig/prompts cases, use 'intelligence' rename from main - ipcHandlers.js: keep auto-learn handler and multipart upload utilities - useSettings.ts: use main's store-based pattern, add autoLearnCorrections from correction-monitoring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…paste and update custom dictionary