Finalize AI providers, Text Processing, and desktop reliability - #27
Merged
Conversation
…ections - AiGateway/AiProviderClient: streaming response support, model eligibility and preferred-model routing, cached models list with SemaphoreSlim - TextProcessingWindow: mode switcher enable flags, model selector ordering (auto -> preferred -> rest alphabetical), layout fixes - TextProcessingService: token estimation, protection guardrails - New: TextDiff, TextProcessingUndoHistory helpers - Tests: AiStreamingTests, TextDiffTests, TextProcessingProtectionTests, TextProcessingTokenEstimationTests, TextProcessingUndoHistoryTests, plus updates to existing AiProvider and TextProcessing suites - ExecPlan updates: TEXT_PROCESSING_RELEASE_EXECPLAN, new AI_MODEL_ROUTING_EXECPLAN - Docs: USER_MANUAL, functions map; changelog entry; localized resources
…acking regex - QuickNoteContracts.cs: централизация QuickNoteFonts, QuickNoteTags, QuickNoteResizeEdge - Убраны дубликаты NormalizeLineEndings и GetHyperlinkUrl - Regex линков переведены на NonBacktracking для защиты от DoS - Tag-контракты (code/heading/indent/link) читаются и пишутся только через статические фабрики - Ресайз окна: QuickNoteResizeEdges.TryParse + switch по enum вместо строк - ProcessStart абстрагирован через IQuickNoteProcessStartDispatcher для тестируемости - Добавлены QuickNoteContractsTests, QuickNoteFormattingControlsTests, QuickNoteWindowFormattingTests - Исправлены линки и 129 тестов Quick Note проходят
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
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.
What changed
Why
The feature branch brings the AI-backed text workflow to release quality and addresses the latest review findings without applying stale or behavior-regressing recommendations. The panel fix removes a frequent false activation over browser tab strips.
Validation
dotnet test .\AiteBar.Tests\AiteBar.Tests.csproj -c Release --filter "FullyQualifiedName~TextProcessing|FullyQualifiedName~AiStreaming" -m:1 -nr:false— 113 passeddotnet build .\AiteBar.sln -c Release -m:1 -nr:false— 0 warnings, 0 errorsartifacts/installer/AiteBar-Setup.exe5603C6A8991D1F7F5CA244F0D4A4F88F238F2A7E97245729CA70E7088B808C51The installer is unsigned unless a signing certificate is supplied to the release workflow.