fix: 修复 AgentRun provider 假活性与容量可见性

This commit is contained in:
Codex
2026-07-11 04:16:58 +02:00
parent ce5c20f627
commit 04cd3e5f12
21 changed files with 3063 additions and 214 deletions
-1
View File
@@ -248,7 +248,6 @@ export interface CleanupRunnersOptions extends ConfirmOptions, DisclosureOptions
node: string | null;
lane: string | null;
timeoutSeconds: number;
forceActive: boolean;
}
export interface CleanupRunsOptions extends ConfirmOptions {