veto-leash 1.1.11 → 1.1.12

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.
@@ -137,7 +137,7 @@ Restriction: "${restriction}"`;
137
137
  for (let attempt = 0; attempt <= MAX_RETRIES; attempt++) {
138
138
  try {
139
139
  const response = await client.models.generateContent({
140
- model: 'gemini-2.0-flash',
140
+ model: 'gemini-2.5-flash',
141
141
  contents: prompt,
142
142
  config: {
143
143
  temperature: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veto-leash",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Semantic permissions for AI coding agents — sudo for AI agents",
5
5
  "main": "./dist/cli.js",
6
6
  "bin": {