cc-reviewer 1.8.0 → 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.
@@ -177,6 +177,7 @@ function runGeminiCli(prompt, workingDir) {
177
177
  // Use positional prompt (not deprecated -p flag) and --yolo for auto-approval
178
178
  const args = [
179
179
  '--yolo',
180
+ '--model', 'gemini-3.1-pro-preview',
180
181
  '--include-directories', workingDir,
181
182
  prompt
182
183
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-reviewer",
3
- "version": "1.8.0",
3
+ "version": "1.8.2",
4
4
  "description": "MCP server for Claude Code - Get second-opinion feedback from Codex/Gemini CLIs",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",