Mantena Rama Raju 8 месяцев назад
Родитель
Сommit
27d3cec477
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/tui/internal/components/chat/messages.go

+ 1 - 1
packages/tui/internal/components/chat/messages.go

@@ -316,7 +316,7 @@ func (m *messagesComponent) home() string {
 		{"/new", "start a new session"},
 		{"/model", "switch model"},
 		{"/share", "share the current session"},
-		{"/exit", "exit the app"},
+		{"/quit", "exit the app"},
 	}
 
 	commandLines := []string{}