@quantum-ai/gemini-cli 0.45.6 → 0.45.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantum-ai/gemini-cli",
3
- "version": "0.45.6",
3
+ "version": "0.45.7",
4
4
  "description": "Gemini CLI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -79,7 +79,7 @@
79
79
  "ws": "8.17.0",
80
80
  "yargs": "17.7.2",
81
81
  "zod": "3.25.76",
82
- "@google/gemini-cli-core": "workspace:*",
82
+ "@google/gemini-cli-core": "0.49.0",
83
83
  "resize-observer-polyfill": "1.5.1"
84
84
  },
85
85
  "devDependencies": {
@@ -1153,7 +1153,7 @@ declare const SETTINGS_SCHEMA: {
1153
1153
  readonly label: "Model Chains";
1154
1154
  readonly category: "Model";
1155
1155
  readonly requiresRestart: true;
1156
- readonly default: Record<string, import("@google/gemini-cli-core/src/availability/modelPolicy.js").ModelPolicy[]> | undefined;
1156
+ readonly default: Record<string, import("@google/gemini-cli-core/dist/src/availability/modelPolicy.js").ModelPolicy[]> | undefined;
1157
1157
  readonly description: "Availability policy chains defining fallback behavior for models.";
1158
1158
  readonly showInDialog: false;
1159
1159
  readonly additionalProperties: {