feat: persist model selection

This commit is contained in:
Dave
2025-12-25 13:21:55 +00:00
parent a924de8b36
commit d3fa8d940b
4 changed files with 56 additions and 24 deletions

View File

@@ -15,6 +15,8 @@ pub fn run() {
commands::fs::open_project,
commands::fs::close_project,
commands::fs::get_current_project,
commands::fs::get_model_preference,
commands::fs::set_model_preference,
commands::fs::read_file,
commands::fs::write_file,
commands::fs::list_directory,