feat(extension compatibility): minimum_coco_version#946
Merged
Conversation
04e8cfe to
4c73dcf
Compare
SteveLauC
added a commit
that referenced
this pull request
Oct 28, 2025
This commit removes the CI step that installs LLVM on Windows because: 1. It was constantly failing when I worked on [1] ```text Failed in attempting to update the source: winget The `msstore` source requires that you view the following agreements before using. Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction The source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US"). Failed when searching source: winget An unexpected error occurred while executing the command: 0x8a15000f : Data required by the source is missing No packages were found among the working sources. ``` 2. Actually, we don't need to install it since the Windows Github action image already includes it. See [2] [1]: #946 [2]: https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md#language-and-runtime
6 tasks
RainyNight9
pushed a commit
that referenced
this pull request
Oct 28, 2025
This commit removes the CI step that installs LLVM on Windows because: 1. It was constantly failing when I worked on [1] ```text Failed in attempting to update the source: winget The `msstore` source requires that you view the following agreements before using. Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction The source requires the current machine's 2-letter geographic region to be sent to the backend service to function properly (ex. "US"). Failed when searching source: winget An unexpected error occurred while executing the command: 0x8a15000f : Data required by the source is missing No packages were found among the working sources. ``` 2. Actually, we don't need to install it since the Windows Github action image already includes it. See [2] [1]: #946 [2]: https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md#language-and-runtime
3a6a5db to
f4b2c8a
Compare
This commit introduces a new field, `minimum_coco_version`, to the `plugin.json` JSON. It specifies the lowest Coco version required for an extension to run. This ensures better compatibility by preventing new extensions from being loaded on older Coco apps that may lack necessary APIs or features. Co-authored-by: ayang <473033518@qq.com>
8ecb646 to
bb4a17d
Compare
RainyNight9
approved these changes
Oct 29, 2025
medcl
approved these changes
Nov 2, 2025
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.
This commit introduces a new field,
minimum_coco_version, to theplugin.jsonJSON. It specifies the lowest Coco version requiredfor an extension to run.
This ensures better compatibility by preventing new extensions from
being loaded on older Coco apps that may lack necessary APIs or features.
Co-authored-by: ayang 473033518@qq.com
Standards checklist