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 24c0ce6e53
commit 7d1a1663c8
3 changed files with 48 additions and 5 deletions

View File

@@ -71,4 +71,8 @@ export namespace UI {
})
})
}
export function error(message: string) {
println(Style.TEXT_DANGER_BOLD + "Error: " + Style.TEXT_NORMAL + message)
}
}