feat(opencode): add --pure flag and model variant config

This commit is contained in:
2026-04-08 13:04:41 +02:00
parent c887635a0c
commit 18061a9156
+3
View File
@@ -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",
];