@google/gemini-cli-core 0.2.0 → 0.2.1

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.
@@ -3,5 +3,5 @@
3
3
  * Copyright 2025 Google LLC
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- export declare const GIT_COMMIT_INFO = "9dd36d63";
7
- export declare const CLI_VERSION = "0.2.0";
6
+ export declare const GIT_COMMIT_INFO = "3a8ec2d8";
7
+ export declare const CLI_VERSION = "0.2.1";
@@ -5,6 +5,6 @@
5
5
  */
6
6
  // This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
7
7
  // Do not edit this file manually.
8
- export const GIT_COMMIT_INFO = '9dd36d63';
9
- export const CLI_VERSION = '0.2.0';
8
+ export const GIT_COMMIT_INFO = '3a8ec2d8';
9
+ export const CLI_VERSION = '0.2.1';
10
10
  //# sourceMappingURL=git-commit.js.map
@@ -222,7 +222,6 @@ export declare const IdeContextNotificationSchema: z.ZodObject<{
222
222
  } | undefined;
223
223
  }>;
224
224
  }, "strip", z.ZodTypeAny, {
225
- method: "ide/contextUpdate";
226
225
  params: {
227
226
  workspaceState?: {
228
227
  openFiles?: {
@@ -238,8 +237,8 @@ export declare const IdeContextNotificationSchema: z.ZodObject<{
238
237
  } | undefined;
239
238
  };
240
239
  jsonrpc: "2.0";
241
- }, {
242
240
  method: "ide/contextUpdate";
241
+ }, {
243
242
  params: {
244
243
  workspaceState?: {
245
244
  openFiles?: {
@@ -255,6 +254,7 @@ export declare const IdeContextNotificationSchema: z.ZodObject<{
255
254
  } | undefined;
256
255
  };
257
256
  jsonrpc: "2.0";
257
+ method: "ide/contextUpdate";
258
258
  }>;
259
259
  export declare const IdeDiffAcceptedNotificationSchema: z.ZodObject<{
260
260
  jsonrpc: z.ZodLiteral<"2.0">;
@@ -270,19 +270,19 @@ export declare const IdeDiffAcceptedNotificationSchema: z.ZodObject<{
270
270
  content: string;
271
271
  }>;
272
272
  }, "strip", z.ZodTypeAny, {
273
- method: "ide/diffAccepted";
274
273
  params: {
275
274
  filePath: string;
276
275
  content: string;
277
276
  };
278
277
  jsonrpc: "2.0";
279
- }, {
280
278
  method: "ide/diffAccepted";
279
+ }, {
281
280
  params: {
282
281
  filePath: string;
283
282
  content: string;
284
283
  };
285
284
  jsonrpc: "2.0";
285
+ method: "ide/diffAccepted";
286
286
  }>;
287
287
  export declare const IdeDiffClosedNotificationSchema: z.ZodObject<{
288
288
  jsonrpc: z.ZodLiteral<"2.0">;
@@ -298,19 +298,19 @@ export declare const IdeDiffClosedNotificationSchema: z.ZodObject<{
298
298
  content?: string | undefined;
299
299
  }>;
300
300
  }, "strip", z.ZodTypeAny, {
301
- method: "ide/diffClosed";
302
301
  params: {
303
302
  filePath: string;
304
303
  content?: string | undefined;
305
304
  };
306
305
  jsonrpc: "2.0";
307
- }, {
308
306
  method: "ide/diffClosed";
307
+ }, {
309
308
  params: {
310
309
  filePath: string;
311
310
  content?: string | undefined;
312
311
  };
313
312
  jsonrpc: "2.0";
313
+ method: "ide/diffClosed";
314
314
  }>;
315
315
  export declare const CloseDiffResponseSchema: z.ZodEffects<z.ZodObject<{
316
316
  content: z.ZodArray<z.ZodObject<{