From d77bfaeef9cbf21125d07f3a80c24a89014a1002 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 11 Dec 2025 04:52:11 +0100 Subject: [PATCH] opencode: update config --- modules/ai/opencode.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 = {