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) => { 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",
]; ];