opencode: update config
This commit is contained in:
parent
33a35705c7
commit
d77bfaeef9
1 changed files with 13 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue