fix(conflict): resolve OpenCode vs. extension conflict by sanitizing env
This commit is contained in:
@@ -93,6 +93,16 @@ Generate a concise Conventional Commit message for these changes:`;
|
||||
stdio: ["pipe", "pipe", "pipe"],
|
||||
shell: false,
|
||||
cwd: repoRoot || undefined,
|
||||
env: {
|
||||
...process.env,
|
||||
OPENCODE_SERVER_PASSWORD: undefined,
|
||||
OPENCODE_SERVER_USERNAME: undefined,
|
||||
OPENCODE_CLIENT: undefined,
|
||||
OPENCODE_HOST: undefined,
|
||||
OPENCODE_PORT: undefined,
|
||||
OPENCODE_SKIP_START: undefined,
|
||||
OPENCODE_BINARY: undefined,
|
||||
},
|
||||
});
|
||||
|
||||
let stdout = "";
|
||||
|
||||
Reference in New Issue
Block a user