Просмотр исходного кода

nit: update commands displayed on home to match commands available (#108)

Conor O'Brien 8 месяцев назад
Родитель
Сommit
d097c546db
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/tui/internal/components/chat/messages.go

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

@@ -315,7 +315,7 @@ func (m *messagesComponent) home() string {
 		{"/sessions", "list sessions"},
 		{"/sessions", "list sessions"},
 		{"/new", "start a new session"},
 		{"/new", "start a new session"},
 		{"/model", "switch model"},
 		{"/model", "switch model"},
-		{"/share", "share the current session"},
+		{"/theme", "switch theme"},
 		{"/quit", "exit the app"},
 		{"/quit", "exit the app"},
 	}
 	}