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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-reviewer",
3
- "version": "1.8.1",
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",