feat: mode flag in cli run command

This commit is contained in:
adamdottv
2025-07-10 10:13:15 -05:00
parent 65cca91e5f
commit cd785e4adc
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ export namespace Session {
sessionID: string
providerID: string
modelID: string
mode: string
mode?: string
parts: MessageV2.UserPart[]
}) {
const l = log.clone().tag("session", input.sessionID)