Persist model & reasoning changes (#2799)

Persists `/model` changes across both general and profile-specific
sessions.
This commit is contained in:
dedrisian-oai
2025-09-10 13:53:46 -07:00
committed by GitHub
parent 51d9e05de7
commit 87654ec0b7
4 changed files with 621 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ mod codex_conversation;
pub mod token_data;
pub use codex_conversation::CodexConversation;
pub mod config;
pub mod config_edit;
pub mod config_profile;
pub mod config_types;
mod conversation_history;