allow selecting model and continuing previous session for opencode run

This commit is contained in:
Dax Raad
2025-06-19 12:29:34 -04:00
parent 45f06f3068
commit fc079b67b2
3 changed files with 48 additions and 5 deletions
+4
View File
@@ -71,4 +71,8 @@ export namespace UI {
})
})
}
export function error(message: string) {
println(Style.TEXT_DANGER_BOLD + "Error: " + Style.TEXT_NORMAL + message)
}
}