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

View File

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