feat(tui): modes

This commit is contained in:
adamdottv
2025-07-10 09:53:18 -05:00
parent b39c0cc191
commit bc4f2faf6d
20 changed files with 430 additions and 87 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)
+1
View File
@@ -30,6 +30,7 @@ export namespace Mode {
write: false,
edit: false,
patch: false,
bash: false,
},
},
},