fix(agentrun): 简化 Artificer Target 派单

This commit is contained in:
Codex
2026-07-13 09:30:48 +02:00
parent 1fb29561fc
commit 43124d01e8
16 changed files with 1190 additions and 26 deletions
+5
View File
@@ -87,6 +87,11 @@ export interface AgentRunResourceOptions {
promptStdin: boolean;
node: string | null;
lane: string | null;
target: string | null;
targetWorkspace: string | null;
repository: string | null;
ref: string | null;
mdtodoId: string | null;
passthroughArgs: string[];
}