浏览代码

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

Conor O'Brien 9 月之前
父节点
当前提交
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"},
 		{"/new", "start a new session"},
 		{"/model", "switch model"},
-		{"/share", "share the current session"},
+		{"/theme", "switch theme"},
 		{"/quit", "exit the app"},
 	}