feat(tui): suggest settings command (#37205)

Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
opencode-agent[bot] 2026-07-15 22:31:31 -04:00 committed by GitHub
parent 0a5530d0be
commit 6bf92aa7de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -737,6 +737,7 @@ function App(props: { pair?: DialogPairCredentials }) {
{
name: "opencode.settings",
title: "Open settings",
suggested: true,
slash: { name: "settings" },
run: () => {
dialog.replace(() => <DialogConfig />)