iCloud Backup, better chatview exp. bugfixes++
This commit is contained in:
@@ -112,7 +112,8 @@ private let helpCategories: [CommandCategory] = [
|
||||
command: "/save <name>",
|
||||
brief: "Save current conversation",
|
||||
detail: "Saves all messages in the current session under the given name. You can load it later to continue the conversation.",
|
||||
examples: ["/save my-project-chat", "/save debug session"]
|
||||
examples: ["/save my-project-chat", "/save debug session"],
|
||||
shortcut: "⌘S"
|
||||
),
|
||||
CommandDetail(
|
||||
command: "/load",
|
||||
@@ -191,7 +192,8 @@ private let helpCategories: [CommandCategory] = [
|
||||
command: "/stats",
|
||||
brief: "Show session statistics",
|
||||
detail: "Displays statistics for the current session: message count, total tokens used, estimated cost, and session duration.",
|
||||
examples: ["/stats"]
|
||||
examples: ["/stats"],
|
||||
shortcut: "⌘⇧S"
|
||||
),
|
||||
]),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user