feat(delegate-task): unify TUI metadata by adding model field to all 5 executor paths
This commit is contained in:
@@ -91,6 +91,7 @@ export async function executeSyncTask(
|
||||
sessionId: sessionID,
|
||||
sync: true,
|
||||
command: args.command,
|
||||
model: categoryModel ? { providerID: categoryModel.providerID, modelID: categoryModel.modelID } : undefined,
|
||||
},
|
||||
}
|
||||
await ctx.metadata?.(syncTaskMeta)
|
||||
|
||||
Reference in New Issue
Block a user