Skip to content

Commit bf024c2

Browse files
committed
feat(t3code): limit thread summarization model
No reason to be using opus 4.8 on all my threads.. just wasting usage.
1 parent 63ce683 commit bf024c2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

modules/home/programs/terminal/tools/t3code/default.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,16 @@ in
122122

123123
userSettings = {
124124
addProjectBaseDirectory = githubRoot;
125+
textGenerationModelSelection = {
126+
instanceId = "codex";
127+
model = "gpt-5.4-mini";
128+
options = [
129+
{
130+
id = "reasoningEffort";
131+
value = "low";
132+
}
133+
];
134+
};
125135

126136
providers =
127137
lib.optionalAttrs (config.programs.codex.enable or false) {

0 commit comments

Comments
 (0)