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

This commit is contained in:
Conor O'Brien 2025-06-14 23:56:44 +01:00 committed by GitHub
parent adb54521b4
commit d097c546db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"},
}