feat: mode flag in cli run command

This commit is contained in:
adamdottv
2025-07-10 10:13:15 -05:00
parent d3e5f3f3a8
commit 5dc1920a4c
2 changed files with 10 additions and 1 deletions

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)