feat(tui): modes

This commit is contained in:
adamdottv
2025-07-10 09:53:18 -05:00
parent ba5be6b625
commit ce4cb820f7
20 changed files with 430 additions and 87 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)

View File

@@ -30,6 +30,7 @@ export namespace Mode {
write: false,
edit: false,
patch: false,
bash: false,
},
},
},