feat!: add paid AI editing workflows - #2305
Merged
Merged
Conversation
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.
Description
The branch was rewritten onto
origin/mainas one focused commit. Unrelated changes were removed into independent PRs:Affected areas
Beutl.Api: paid AI transport, models, job monitoring, retry, upload, entitlement, and extension registry contracts.Beutl.Editor: asynchronous element sources, AI result application, caption codecs/templates, and serialization.Beutl: AI workspace UI, account presentation, recovery, import/export, and application shutdown.Breaking changes
Beutl.Apiadds paid AI contracts and revises AI model, request, retry, upload, availability, and job capability APIs.IExtensionProvideruses descriptor/lease discovery and exposesExtensionsChanged; executable extension instances must be retained only through leases.IElementAdderusesAddAsync;ElementDescriptionusesElementSourceand permits handler-defined duration.Beutl.ApiandBeutl.Editorand migrate their registrations.Test plan
5d114303a.dotnet build Beutl.slnx -c Debug --no-restore --nologo— passed locally with 15 existing warnings and 0 errors.git diff --checkpassed.dotnet format --verify-no-changespassed; the full-solution check reports only the existing MediaFoundation CA1416 diagnostics locally.Fixed issues
None.