You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add "quit" and ":q" as exit aliases, matching opencode behavior
Add "quit" and ":q" as bare keywords (alongside "exit") that quit the
session immediately. Also register /quit and /q as slash command aliases
for /exit. The bare keyword check is now case-sensitive, matching
opencode's implementation.
0 commit comments