diff --git a/modules/ai/opencode.nix b/modules/ai/opencode.nix index cd6dcfb..c43d9c9 100644 --- a/modules/ai/opencode.nix +++ b/modules/ai/opencode.nix @@ -42,6 +42,19 @@ in }; }; }; + openai = { + models = { + "gpt-5.1-codex" = { + options = { + store = false; + # reasoningEffort = "high"; + # textVerbosity = "medium"; + # reasoningSummary = "auto"; + include = [ "reasoning.encrypted_content" ]; + }; + }; + }; + }; }; agent = { build = {