opencode: update config

This commit is contained in:
Paul-Henri Froidmont 2025-12-11 04:52:11 +01:00
parent 33a35705c7
commit d77bfaeef9
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -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 = { agent = {
build = { build = {