summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMantena Rama Raju <[email protected]>2025-06-15 00:06:29 +0530
committerGitHub <[email protected]>2025-06-14 14:36:29 -0400
commit27d3cec477fb134d8db2bc3c14d3cddea5fc2922 (patch)
tree310831e060e4274ad218414ecaa65bd2c7dd88e1
parent574d494c3c53f858b19b5adda31718dbb997d1ec (diff)
downloadopencode-27d3cec477fb134d8db2bc3c14d3cddea5fc2922.tar.gz
opencode-27d3cec477fb134d8db2bc3c14d3cddea5fc2922.zip
typo (#94)
-rw-r--r--packages/tui/internal/components/chat/messages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tui/internal/components/chat/messages.go b/packages/tui/internal/components/chat/messages.go
index 83c3898a7..53a0a3892 100644
--- a/packages/tui/internal/components/chat/messages.go
+++ b/packages/tui/internal/components/chat/messages.go
@@ -316,7 +316,7 @@ func (m *messagesComponent) home() string {
{"/new", "start a new session"},
{"/model", "switch model"},
{"/share", "share the current session"},
- {"/exit", "exit the app"},
+ {"/quit", "exit the app"},
}
commandLines := []string{}