cc-reviewer 1.8.1 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/gemini.js +0 -1
- package/package.json +1 -1
package/dist/adapters/gemini.js
CHANGED
|
@@ -305,7 +305,6 @@ export class GeminiAdapter {
|
|
|
305
305
|
// backticks, JSON templates, etc.
|
|
306
306
|
const args = [
|
|
307
307
|
'--yolo',
|
|
308
|
-
'--model', 'gemini-3.1-pro-preview',
|
|
309
308
|
'--output-format', 'json', // Force JSON output
|
|
310
309
|
'--include-directories', workingDir,
|
|
311
310
|
'-p', '', // Force headless mode; actual prompt delivered via stdin
|