fix(agentrun): 简化 Artificer Target 派单
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user