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
In most REPLs (Python, Node, Claude Code, Codex, Gemini CLI) you can use ctrl+D to quit. /quit (Claude Code) or quit (Python) typically also exits the REPL. Add support for these methods to opencode to make exiting more intuitive.
In most REPLs (Python, Node, Claude Code, Codex, Gemini CLI) you can use ctrl+D to quit.
/quit(Claude Code) orquit(Python) typically also exits the REPL. Add support for these methods to opencode to make exiting more intuitive.