Jelajahi Sumber

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

Conor O'Brien 10 bulan lalu
induk
melakukan
d097c546db
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"},
 		{"/new", "start a new session"},
 		{"/model", "switch model"},
-		{"/share", "share the current session"},
+		{"/theme", "switch theme"},
 		{"/quit", "exit the app"},
 	}