iCloud Backup, better chatview exp. bugfixes++

This commit is contained in:
2026-02-27 14:05:11 +01:00
parent 3997f3feee
commit e9d0ad3c66
11 changed files with 634 additions and 30 deletions

View File

@@ -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"
),
]),
]