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) => {
|
return new Promise((resolve, reject) => {
|
||||||
const args: string[] = [
|
const args: string[] = [
|
||||||
"run",
|
"run",
|
||||||
|
"--pure",
|
||||||
"--format",
|
"--format",
|
||||||
"default",
|
"default",
|
||||||
|
"-m",
|
||||||
|
"opencode/gpt-5-nano",
|
||||||
"--variant",
|
"--variant",
|
||||||
"minimal",
|
"minimal",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user