We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a44347 commit 90e22b3Copy full SHA for 90e22b3
lua/opencode/core.lua
@@ -76,6 +76,9 @@ function M.open(opts)
76
else
77
if not state.active_session then
78
state.active_session = session.get_last_workspace_session()
79
+ if not state.active_session then
80
+ M.initialize_current_model()
81
+ end
82
83
if not state.display_route and are_windows_closed then
84
-- We're not displaying /help or something like that but we have an active session
0 commit comments