feat(opencode): add --pure flag and model variant config
This commit is contained in:
@@ -60,8 +60,11 @@ Generate a concise Conventional Commit message for these changes:`;
|
||||
return new Promise((resolve, reject) => {
|
||||
const args: string[] = [
|
||||
"run",
|
||||
"--pure",
|
||||
"--format",
|
||||
"default",
|
||||
"-m",
|
||||
"opencode/gpt-5-nano",
|
||||
"--variant",
|
||||
"minimal",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user