Added skills, shortcuts, and bugifixes++

This commit is contained in:
2026-02-18 11:58:45 +01:00
parent 09463d7620
commit 54a8c47df4
24 changed files with 3172 additions and 239 deletions

View File

@@ -54,6 +54,13 @@ struct oAIApp: App {
}
}
CommandGroup(replacing: .appSettings) {
Button("Settings...") {
chatViewModel.showSettings = true
}
.keyboardShortcut(",", modifiers: .command)
}
CommandGroup(replacing: .help) {
Button("oAI Help") {
openHelp()