@google/gemini-cli 0.18.0-preview.0 → 0.19.0-nightly.20251121.5982abeff
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/google-gemini-cli-0.19.0-nightly.20251120.8e531dc02.tgz +0 -0
- package/dist/package.json +3 -3
- package/dist/src/commands/extensions/examples/mcp-server/package.json +1 -1
- package/dist/src/gemini.js +1 -2
- package/dist/src/gemini.js.map +1 -1
- package/dist/src/gemini.test.js +14 -20
- package/dist/src/gemini.test.js.map +1 -1
- package/dist/src/generated/git-commit.d.ts +2 -2
- package/dist/src/generated/git-commit.js +2 -2
- package/dist/src/generated/git-commit.js.map +1 -1
- package/dist/src/ui/AppContainer.js +1 -1
- package/dist/src/ui/AppContainer.js.map +1 -1
- package/dist/src/ui/AppContainer.test.js +8 -11
- package/dist/src/ui/AppContainer.test.js.map +1 -1
- package/dist/src/ui/components/AppHeader.js +3 -17
- package/dist/src/ui/components/AppHeader.js.map +1 -1
- package/dist/src/ui/components/AppHeader.test.js +10 -4
- package/dist/src/ui/components/AppHeader.test.js.map +1 -1
- package/dist/src/ui/components/shared/text-buffer.js +20 -4
- package/dist/src/ui/components/shared/text-buffer.js.map +1 -1
- package/dist/src/ui/components/shared/text-buffer.test.js +20 -0
- package/dist/src/ui/components/shared/text-buffer.test.js.map +1 -1
- package/dist/src/ui/hooks/useBanner.d.ts +14 -0
- package/dist/src/ui/hooks/useBanner.js +48 -0
- package/dist/src/ui/hooks/useBanner.js.map +1 -0
- package/dist/src/ui/hooks/useBanner.test.js +92 -0
- package/dist/src/ui/hooks/useBanner.test.js.map +1 -0
- package/dist/src/ui/hooks/useBracketedPaste.js +1 -1
- package/dist/src/ui/hooks/useBracketedPaste.js.map +1 -1
- package/dist/src/ui/utils/mouse.js +1 -1
- package/dist/src/ui/utils/mouse.js.map +1 -1
- package/dist/src/utils/persistentState.d.ts +1 -1
- package/dist/src/zed-integration/schema.d.ts +30 -30
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/dist/src/utils/stdio.d.ts +0 -32
- package/dist/src/utils/stdio.js +0 -85
- package/dist/src/utils/stdio.js.map +0 -1
- package/dist/src/utils/stdio.test.js +0 -47
- package/dist/src/utils/stdio.test.js.map +0 -1
- /package/dist/src/{utils/stdio.test.d.ts → ui/hooks/useBanner.test.d.ts} +0 -0
|
@@ -1616,7 +1616,7 @@ export declare const toolCallSchema: z.ZodObject<{
|
|
|
1616
1616
|
}, "strip", z.ZodTypeAny, {
|
|
1617
1617
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
1618
1618
|
title: string;
|
|
1619
|
-
kind: "search" | "
|
|
1619
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
1620
1620
|
toolCallId: string;
|
|
1621
1621
|
content?: ({
|
|
1622
1622
|
content: {
|
|
@@ -1690,7 +1690,7 @@ export declare const toolCallSchema: z.ZodObject<{
|
|
|
1690
1690
|
}, {
|
|
1691
1691
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
1692
1692
|
title: string;
|
|
1693
|
-
kind: "search" | "
|
|
1693
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
1694
1694
|
toolCallId: string;
|
|
1695
1695
|
content?: ({
|
|
1696
1696
|
content: {
|
|
@@ -3521,7 +3521,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3521
3521
|
}, "strip", z.ZodTypeAny, {
|
|
3522
3522
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
3523
3523
|
title: string;
|
|
3524
|
-
kind: "search" | "
|
|
3524
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
3525
3525
|
toolCallId: string;
|
|
3526
3526
|
sessionUpdate: "tool_call";
|
|
3527
3527
|
content?: ({
|
|
@@ -3596,7 +3596,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
3596
3596
|
}, {
|
|
3597
3597
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
3598
3598
|
title: string;
|
|
3599
|
-
kind: "search" | "
|
|
3599
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
3600
3600
|
toolCallId: string;
|
|
3601
3601
|
sessionUpdate: "tool_call";
|
|
3602
3602
|
content?: ({
|
|
@@ -4110,7 +4110,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4110
4110
|
})[] | null | undefined;
|
|
4111
4111
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
4112
4112
|
title?: string | null | undefined;
|
|
4113
|
-
kind?: "search" | "
|
|
4113
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
4114
4114
|
locations?: {
|
|
4115
4115
|
path: string;
|
|
4116
4116
|
line?: number | null | undefined;
|
|
@@ -4185,7 +4185,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
4185
4185
|
})[] | null | undefined;
|
|
4186
4186
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
4187
4187
|
title?: string | null | undefined;
|
|
4188
|
-
kind?: "search" | "
|
|
4188
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
4189
4189
|
locations?: {
|
|
4190
4190
|
path: string;
|
|
4191
4191
|
line?: number | null | undefined;
|
|
@@ -4699,7 +4699,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
|
|
|
4699
4699
|
}, "strip", z.ZodTypeAny, {
|
|
4700
4700
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
4701
4701
|
title: string;
|
|
4702
|
-
kind: "search" | "
|
|
4702
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
4703
4703
|
toolCallId: string;
|
|
4704
4704
|
content?: ({
|
|
4705
4705
|
content: {
|
|
@@ -4773,7 +4773,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
|
|
|
4773
4773
|
}, {
|
|
4774
4774
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
4775
4775
|
title: string;
|
|
4776
|
-
kind: "search" | "
|
|
4776
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
4777
4777
|
toolCallId: string;
|
|
4778
4778
|
content?: ({
|
|
4779
4779
|
content: {
|
|
@@ -4855,7 +4855,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
|
|
|
4855
4855
|
toolCall: {
|
|
4856
4856
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
4857
4857
|
title: string;
|
|
4858
|
-
kind: "search" | "
|
|
4858
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
4859
4859
|
toolCallId: string;
|
|
4860
4860
|
content?: ({
|
|
4861
4861
|
content: {
|
|
@@ -4937,7 +4937,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
|
|
|
4937
4937
|
toolCall: {
|
|
4938
4938
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
4939
4939
|
title: string;
|
|
4940
|
-
kind: "search" | "
|
|
4940
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
4941
4941
|
toolCallId: string;
|
|
4942
4942
|
content?: ({
|
|
4943
4943
|
content: {
|
|
@@ -6449,7 +6449,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
6449
6449
|
}, "strip", z.ZodTypeAny, {
|
|
6450
6450
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
6451
6451
|
title: string;
|
|
6452
|
-
kind: "search" | "
|
|
6452
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
6453
6453
|
toolCallId: string;
|
|
6454
6454
|
sessionUpdate: "tool_call";
|
|
6455
6455
|
content?: ({
|
|
@@ -6524,7 +6524,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
6524
6524
|
}, {
|
|
6525
6525
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
6526
6526
|
title: string;
|
|
6527
|
-
kind: "search" | "
|
|
6527
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
6528
6528
|
toolCallId: string;
|
|
6529
6529
|
sessionUpdate: "tool_call";
|
|
6530
6530
|
content?: ({
|
|
@@ -7038,7 +7038,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
7038
7038
|
})[] | null | undefined;
|
|
7039
7039
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
7040
7040
|
title?: string | null | undefined;
|
|
7041
|
-
kind?: "search" | "
|
|
7041
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
7042
7042
|
locations?: {
|
|
7043
7043
|
path: string;
|
|
7044
7044
|
line?: number | null | undefined;
|
|
@@ -7113,7 +7113,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
7113
7113
|
})[] | null | undefined;
|
|
7114
7114
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
7115
7115
|
title?: string | null | undefined;
|
|
7116
|
-
kind?: "search" | "
|
|
7116
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
7117
7117
|
locations?: {
|
|
7118
7118
|
path: string;
|
|
7119
7119
|
line?: number | null | undefined;
|
|
@@ -7328,7 +7328,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
7328
7328
|
} | {
|
|
7329
7329
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
7330
7330
|
title: string;
|
|
7331
|
-
kind: "search" | "
|
|
7331
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
7332
7332
|
toolCallId: string;
|
|
7333
7333
|
sessionUpdate: "tool_call";
|
|
7334
7334
|
content?: ({
|
|
@@ -7469,7 +7469,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
7469
7469
|
})[] | null | undefined;
|
|
7470
7470
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
7471
7471
|
title?: string | null | undefined;
|
|
7472
|
-
kind?: "search" | "
|
|
7472
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
7473
7473
|
locations?: {
|
|
7474
7474
|
path: string;
|
|
7475
7475
|
line?: number | null | undefined;
|
|
@@ -7662,7 +7662,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
7662
7662
|
} | {
|
|
7663
7663
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
7664
7664
|
title: string;
|
|
7665
|
-
kind: "search" | "
|
|
7665
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
7666
7666
|
toolCallId: string;
|
|
7667
7667
|
sessionUpdate: "tool_call";
|
|
7668
7668
|
content?: ({
|
|
@@ -7803,7 +7803,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
|
|
|
7803
7803
|
})[] | null | undefined;
|
|
7804
7804
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
7805
7805
|
title?: string | null | undefined;
|
|
7806
|
-
kind?: "search" | "
|
|
7806
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
7807
7807
|
locations?: {
|
|
7808
7808
|
path: string;
|
|
7809
7809
|
line?: number | null | undefined;
|
|
@@ -8235,7 +8235,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8235
8235
|
}, "strip", z.ZodTypeAny, {
|
|
8236
8236
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
8237
8237
|
title: string;
|
|
8238
|
-
kind: "search" | "
|
|
8238
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
8239
8239
|
toolCallId: string;
|
|
8240
8240
|
content?: ({
|
|
8241
8241
|
content: {
|
|
@@ -8309,7 +8309,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8309
8309
|
}, {
|
|
8310
8310
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
8311
8311
|
title: string;
|
|
8312
|
-
kind: "search" | "
|
|
8312
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
8313
8313
|
toolCallId: string;
|
|
8314
8314
|
content?: ({
|
|
8315
8315
|
content: {
|
|
@@ -8391,7 +8391,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8391
8391
|
toolCall: {
|
|
8392
8392
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
8393
8393
|
title: string;
|
|
8394
|
-
kind: "search" | "
|
|
8394
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
8395
8395
|
toolCallId: string;
|
|
8396
8396
|
content?: ({
|
|
8397
8397
|
content: {
|
|
@@ -8473,7 +8473,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
8473
8473
|
toolCall: {
|
|
8474
8474
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
8475
8475
|
title: string;
|
|
8476
|
-
kind: "search" | "
|
|
8476
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
8477
8477
|
toolCallId: string;
|
|
8478
8478
|
content?: ({
|
|
8479
8479
|
content: {
|
|
@@ -10467,7 +10467,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
10467
10467
|
}, "strip", z.ZodTypeAny, {
|
|
10468
10468
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
10469
10469
|
title: string;
|
|
10470
|
-
kind: "search" | "
|
|
10470
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
10471
10471
|
toolCallId: string;
|
|
10472
10472
|
sessionUpdate: "tool_call";
|
|
10473
10473
|
content?: ({
|
|
@@ -10542,7 +10542,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
10542
10542
|
}, {
|
|
10543
10543
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
10544
10544
|
title: string;
|
|
10545
|
-
kind: "search" | "
|
|
10545
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
10546
10546
|
toolCallId: string;
|
|
10547
10547
|
sessionUpdate: "tool_call";
|
|
10548
10548
|
content?: ({
|
|
@@ -11056,7 +11056,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
11056
11056
|
})[] | null | undefined;
|
|
11057
11057
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
11058
11058
|
title?: string | null | undefined;
|
|
11059
|
-
kind?: "search" | "
|
|
11059
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
11060
11060
|
locations?: {
|
|
11061
11061
|
path: string;
|
|
11062
11062
|
line?: number | null | undefined;
|
|
@@ -11131,7 +11131,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
11131
11131
|
})[] | null | undefined;
|
|
11132
11132
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
11133
11133
|
title?: string | null | undefined;
|
|
11134
|
-
kind?: "search" | "
|
|
11134
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
11135
11135
|
locations?: {
|
|
11136
11136
|
path: string;
|
|
11137
11137
|
line?: number | null | undefined;
|
|
@@ -11346,7 +11346,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
11346
11346
|
} | {
|
|
11347
11347
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
11348
11348
|
title: string;
|
|
11349
|
-
kind: "search" | "
|
|
11349
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
11350
11350
|
toolCallId: string;
|
|
11351
11351
|
sessionUpdate: "tool_call";
|
|
11352
11352
|
content?: ({
|
|
@@ -11487,7 +11487,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
11487
11487
|
})[] | null | undefined;
|
|
11488
11488
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
11489
11489
|
title?: string | null | undefined;
|
|
11490
|
-
kind?: "search" | "
|
|
11490
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
11491
11491
|
locations?: {
|
|
11492
11492
|
path: string;
|
|
11493
11493
|
line?: number | null | undefined;
|
|
@@ -11680,7 +11680,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
11680
11680
|
} | {
|
|
11681
11681
|
status: "failed" | "pending" | "in_progress" | "completed";
|
|
11682
11682
|
title: string;
|
|
11683
|
-
kind: "search" | "
|
|
11683
|
+
kind: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
|
|
11684
11684
|
toolCallId: string;
|
|
11685
11685
|
sessionUpdate: "tool_call";
|
|
11686
11686
|
content?: ({
|
|
@@ -11821,7 +11821,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
|
|
|
11821
11821
|
})[] | null | undefined;
|
|
11822
11822
|
status?: "failed" | "pending" | "in_progress" | "completed" | null | undefined;
|
|
11823
11823
|
title?: string | null | undefined;
|
|
11824
|
-
kind?: "search" | "
|
|
11824
|
+
kind?: "search" | "move" | "delete" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
|
|
11825
11825
|
locations?: {
|
|
11826
11826
|
path: string;
|
|
11827
11827
|
line?: number | null | undefined;
|