fix(marketplace): close client contract gaps

This commit is contained in:
2026-08-29 23:21:26 +08:00
parent e4676977b9
commit c4120dd847
9 changed files with 236 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ export type CodingPluginAcquisitionMode =
| 'system_included'
| 'user_acquired';
export type CodingPluginExecutionMode = 'synchronous' | 'accepted';
export type CodingPluginExecutionMode = 'synchronous' | 'job';
export interface CodingPluginPackageProvenance {
readonly source: 'bundled' | 'marketplace';