Added skills, shortcuts, and bugifixes++
This commit is contained in:
@@ -111,6 +111,12 @@ struct ChatView: View {
|
||||
FooterView(stats: viewModel.sessionStats)
|
||||
}
|
||||
.background(Color.oaiBackground)
|
||||
.sheet(isPresented: $viewModel.showShortcuts) {
|
||||
ShortcutsView()
|
||||
}
|
||||
.sheet(isPresented: $viewModel.showSkills) {
|
||||
AgentSkillsView()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user