@vybestack/llxprt-code 0.1.23-nightly.250823.4e884e4a → 0.1.23-nightly.250825.6cba9007

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.
Files changed (65) hide show
  1. package/dist/package.json +4 -3
  2. package/dist/src/auth/anthropic-oauth-provider.d.ts +50 -3
  3. package/dist/src/auth/anthropic-oauth-provider.js +287 -63
  4. package/dist/src/auth/anthropic-oauth-provider.js.map +1 -1
  5. package/dist/src/auth/gemini-oauth-provider.d.ts +34 -3
  6. package/dist/src/auth/gemini-oauth-provider.js +308 -14
  7. package/dist/src/auth/gemini-oauth-provider.js.map +1 -1
  8. package/dist/src/auth/migration.d.ts +26 -0
  9. package/dist/src/auth/migration.js +54 -0
  10. package/dist/src/auth/migration.js.map +1 -0
  11. package/dist/src/auth/oauth-manager.d.ts +24 -0
  12. package/dist/src/auth/oauth-manager.js +179 -14
  13. package/dist/src/auth/oauth-manager.js.map +1 -1
  14. package/dist/src/auth/oauth-manager.spec.js +10 -8
  15. package/dist/src/auth/oauth-manager.spec.js.map +1 -1
  16. package/dist/src/auth/qwen-oauth-provider.d.ts +59 -3
  17. package/dist/src/auth/qwen-oauth-provider.js +263 -41
  18. package/dist/src/auth/qwen-oauth-provider.js.map +1 -1
  19. package/dist/src/config/config.js +4 -1
  20. package/dist/src/config/config.js.map +1 -1
  21. package/dist/src/generated/git-commit.d.ts +1 -1
  22. package/dist/src/generated/git-commit.js +1 -1
  23. package/dist/src/providers/providerConfigUtils.js +2 -4
  24. package/dist/src/providers/providerConfigUtils.js.map +1 -1
  25. package/dist/src/providers/providerManagerInstance.js +18 -48
  26. package/dist/src/providers/providerManagerInstance.js.map +1 -1
  27. package/dist/src/services/BuiltinCommandLoader.js +4 -0
  28. package/dist/src/services/BuiltinCommandLoader.js.map +1 -1
  29. package/dist/src/ui/App.e2e.test.d.ts +6 -0
  30. package/dist/src/ui/App.e2e.test.js +37 -0
  31. package/dist/src/ui/App.e2e.test.js.map +1 -0
  32. package/dist/src/ui/App.js +1 -2
  33. package/dist/src/ui/App.js.map +1 -1
  34. package/dist/src/ui/commands/authCommand.d.ts +9 -0
  35. package/dist/src/ui/commands/authCommand.js +92 -3
  36. package/dist/src/ui/commands/authCommand.js.map +1 -1
  37. package/dist/src/ui/commands/keyCommand.js +16 -54
  38. package/dist/src/ui/commands/keyCommand.js.map +1 -1
  39. package/dist/src/ui/commands/keyCommand.test.js +3 -3
  40. package/dist/src/ui/commands/keyCommand.test.js.map +1 -1
  41. package/dist/src/ui/commands/keyfileCommand.js +37 -39
  42. package/dist/src/ui/commands/keyfileCommand.js.map +1 -1
  43. package/dist/src/ui/commands/logoutCommand.d.ts +7 -0
  44. package/dist/src/ui/commands/logoutCommand.js +70 -0
  45. package/dist/src/ui/commands/logoutCommand.js.map +1 -0
  46. package/dist/src/ui/commands/profileCommand.js +3 -15
  47. package/dist/src/ui/commands/profileCommand.js.map +1 -1
  48. package/dist/src/ui/commands/profileCommand.test.js +5 -5
  49. package/dist/src/ui/commands/profileCommand.test.js.map +1 -1
  50. package/dist/src/ui/commands/statusCommand.d.ts +7 -0
  51. package/dist/src/ui/commands/statusCommand.js +71 -0
  52. package/dist/src/ui/commands/statusCommand.js.map +1 -0
  53. package/dist/src/ui/components/OAuthCodeDialog.d.ts +5 -0
  54. package/dist/src/ui/components/OAuthCodeDialog.js +31 -1
  55. package/dist/src/ui/components/OAuthCodeDialog.js.map +1 -1
  56. package/dist/src/ui/components/OAuthCodeDialog.test.d.ts +6 -0
  57. package/dist/src/ui/components/OAuthCodeDialog.test.js +60 -0
  58. package/dist/src/ui/components/OAuthCodeDialog.test.js.map +1 -0
  59. package/dist/src/ui/contexts/TodoContext.js +2 -2
  60. package/dist/src/ui/contexts/TodoContext.js.map +1 -1
  61. package/dist/src/ui/hooks/useGeminiStream.js +4 -2
  62. package/dist/src/ui/hooks/useGeminiStream.js.map +1 -1
  63. package/dist/src/zed-integration/schema.d.ts +30 -30
  64. package/dist/tsconfig.tsbuildinfo +1 -1
  65. package/package.json +4 -3
@@ -1513,7 +1513,7 @@ export declare const toolCallSchema: z.ZodObject<{
1513
1513
  }, "strip", z.ZodTypeAny, {
1514
1514
  status: "pending" | "in_progress" | "completed" | "failed";
1515
1515
  title: string;
1516
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
1516
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
1517
1517
  toolCallId: string;
1518
1518
  content?: ({
1519
1519
  content: {
@@ -1587,7 +1587,7 @@ export declare const toolCallSchema: z.ZodObject<{
1587
1587
  }, {
1588
1588
  status: "pending" | "in_progress" | "completed" | "failed";
1589
1589
  title: string;
1590
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
1590
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
1591
1591
  toolCallId: string;
1592
1592
  content?: ({
1593
1593
  content: {
@@ -3418,7 +3418,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
3418
3418
  }, "strip", z.ZodTypeAny, {
3419
3419
  status: "pending" | "in_progress" | "completed" | "failed";
3420
3420
  title: string;
3421
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
3421
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
3422
3422
  toolCallId: string;
3423
3423
  sessionUpdate: "tool_call";
3424
3424
  content?: ({
@@ -3493,7 +3493,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
3493
3493
  }, {
3494
3494
  status: "pending" | "in_progress" | "completed" | "failed";
3495
3495
  title: string;
3496
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
3496
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
3497
3497
  toolCallId: string;
3498
3498
  sessionUpdate: "tool_call";
3499
3499
  content?: ({
@@ -4007,7 +4007,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
4007
4007
  })[] | null | undefined;
4008
4008
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
4009
4009
  title?: string | null | undefined;
4010
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
4010
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
4011
4011
  locations?: {
4012
4012
  path: string;
4013
4013
  line?: number | null | undefined;
@@ -4082,7 +4082,7 @@ export declare const sessionUpdateSchema: z.ZodUnion<[z.ZodObject<{
4082
4082
  })[] | null | undefined;
4083
4083
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
4084
4084
  title?: string | null | undefined;
4085
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
4085
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
4086
4086
  locations?: {
4087
4087
  path: string;
4088
4088
  line?: number | null | undefined;
@@ -4563,7 +4563,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
4563
4563
  }, "strip", z.ZodTypeAny, {
4564
4564
  status: "pending" | "in_progress" | "completed" | "failed";
4565
4565
  title: string;
4566
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
4566
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
4567
4567
  toolCallId: string;
4568
4568
  content?: ({
4569
4569
  content: {
@@ -4637,7 +4637,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
4637
4637
  }, {
4638
4638
  status: "pending" | "in_progress" | "completed" | "failed";
4639
4639
  title: string;
4640
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
4640
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
4641
4641
  toolCallId: string;
4642
4642
  content?: ({
4643
4643
  content: {
@@ -4719,7 +4719,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
4719
4719
  toolCall: {
4720
4720
  status: "pending" | "in_progress" | "completed" | "failed";
4721
4721
  title: string;
4722
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
4722
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
4723
4723
  toolCallId: string;
4724
4724
  content?: ({
4725
4725
  content: {
@@ -4801,7 +4801,7 @@ export declare const requestPermissionRequestSchema: z.ZodObject<{
4801
4801
  toolCall: {
4802
4802
  status: "pending" | "in_progress" | "completed" | "failed";
4803
4803
  title: string;
4804
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
4804
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
4805
4805
  toolCallId: string;
4806
4806
  content?: ({
4807
4807
  content: {
@@ -6313,7 +6313,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
6313
6313
  }, "strip", z.ZodTypeAny, {
6314
6314
  status: "pending" | "in_progress" | "completed" | "failed";
6315
6315
  title: string;
6316
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
6316
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
6317
6317
  toolCallId: string;
6318
6318
  sessionUpdate: "tool_call";
6319
6319
  content?: ({
@@ -6388,7 +6388,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
6388
6388
  }, {
6389
6389
  status: "pending" | "in_progress" | "completed" | "failed";
6390
6390
  title: string;
6391
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
6391
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
6392
6392
  toolCallId: string;
6393
6393
  sessionUpdate: "tool_call";
6394
6394
  content?: ({
@@ -6902,7 +6902,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
6902
6902
  })[] | null | undefined;
6903
6903
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
6904
6904
  title?: string | null | undefined;
6905
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
6905
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
6906
6906
  locations?: {
6907
6907
  path: string;
6908
6908
  line?: number | null | undefined;
@@ -6977,7 +6977,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
6977
6977
  })[] | null | undefined;
6978
6978
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
6979
6979
  title?: string | null | undefined;
6980
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
6980
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
6981
6981
  locations?: {
6982
6982
  path: string;
6983
6983
  line?: number | null | undefined;
@@ -7192,7 +7192,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
7192
7192
  } | {
7193
7193
  status: "pending" | "in_progress" | "completed" | "failed";
7194
7194
  title: string;
7195
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
7195
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
7196
7196
  toolCallId: string;
7197
7197
  sessionUpdate: "tool_call";
7198
7198
  content?: ({
@@ -7333,7 +7333,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
7333
7333
  })[] | null | undefined;
7334
7334
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
7335
7335
  title?: string | null | undefined;
7336
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
7336
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
7337
7337
  locations?: {
7338
7338
  path: string;
7339
7339
  line?: number | null | undefined;
@@ -7526,7 +7526,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
7526
7526
  } | {
7527
7527
  status: "pending" | "in_progress" | "completed" | "failed";
7528
7528
  title: string;
7529
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
7529
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
7530
7530
  toolCallId: string;
7531
7531
  sessionUpdate: "tool_call";
7532
7532
  content?: ({
@@ -7667,7 +7667,7 @@ export declare const sessionNotificationSchema: z.ZodObject<{
7667
7667
  })[] | null | undefined;
7668
7668
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
7669
7669
  title?: string | null | undefined;
7670
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
7670
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
7671
7671
  locations?: {
7672
7672
  path: string;
7673
7673
  line?: number | null | undefined;
@@ -8099,7 +8099,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
8099
8099
  }, "strip", z.ZodTypeAny, {
8100
8100
  status: "pending" | "in_progress" | "completed" | "failed";
8101
8101
  title: string;
8102
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
8102
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
8103
8103
  toolCallId: string;
8104
8104
  content?: ({
8105
8105
  content: {
@@ -8173,7 +8173,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
8173
8173
  }, {
8174
8174
  status: "pending" | "in_progress" | "completed" | "failed";
8175
8175
  title: string;
8176
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
8176
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
8177
8177
  toolCallId: string;
8178
8178
  content?: ({
8179
8179
  content: {
@@ -8255,7 +8255,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
8255
8255
  toolCall: {
8256
8256
  status: "pending" | "in_progress" | "completed" | "failed";
8257
8257
  title: string;
8258
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
8258
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
8259
8259
  toolCallId: string;
8260
8260
  content?: ({
8261
8261
  content: {
@@ -8337,7 +8337,7 @@ export declare const clientRequestSchema: z.ZodUnion<[z.ZodObject<{
8337
8337
  toolCall: {
8338
8338
  status: "pending" | "in_progress" | "completed" | "failed";
8339
8339
  title: string;
8340
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
8340
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
8341
8341
  toolCallId: string;
8342
8342
  content?: ({
8343
8343
  content: {
@@ -10308,7 +10308,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
10308
10308
  }, "strip", z.ZodTypeAny, {
10309
10309
  status: "pending" | "in_progress" | "completed" | "failed";
10310
10310
  title: string;
10311
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
10311
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
10312
10312
  toolCallId: string;
10313
10313
  sessionUpdate: "tool_call";
10314
10314
  content?: ({
@@ -10383,7 +10383,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
10383
10383
  }, {
10384
10384
  status: "pending" | "in_progress" | "completed" | "failed";
10385
10385
  title: string;
10386
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
10386
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
10387
10387
  toolCallId: string;
10388
10388
  sessionUpdate: "tool_call";
10389
10389
  content?: ({
@@ -10897,7 +10897,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
10897
10897
  })[] | null | undefined;
10898
10898
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
10899
10899
  title?: string | null | undefined;
10900
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
10900
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
10901
10901
  locations?: {
10902
10902
  path: string;
10903
10903
  line?: number | null | undefined;
@@ -10972,7 +10972,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
10972
10972
  })[] | null | undefined;
10973
10973
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
10974
10974
  title?: string | null | undefined;
10975
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
10975
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
10976
10976
  locations?: {
10977
10977
  path: string;
10978
10978
  line?: number | null | undefined;
@@ -11187,7 +11187,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
11187
11187
  } | {
11188
11188
  status: "pending" | "in_progress" | "completed" | "failed";
11189
11189
  title: string;
11190
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
11190
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
11191
11191
  toolCallId: string;
11192
11192
  sessionUpdate: "tool_call";
11193
11193
  content?: ({
@@ -11328,7 +11328,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
11328
11328
  })[] | null | undefined;
11329
11329
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
11330
11330
  title?: string | null | undefined;
11331
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
11331
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
11332
11332
  locations?: {
11333
11333
  path: string;
11334
11334
  line?: number | null | undefined;
@@ -11521,7 +11521,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
11521
11521
  } | {
11522
11522
  status: "pending" | "in_progress" | "completed" | "failed";
11523
11523
  title: string;
11524
- kind: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch";
11524
+ kind: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think";
11525
11525
  toolCallId: string;
11526
11526
  sessionUpdate: "tool_call";
11527
11527
  content?: ({
@@ -11662,7 +11662,7 @@ export declare const agentNotificationSchema: z.ZodObject<{
11662
11662
  })[] | null | undefined;
11663
11663
  status?: "pending" | "in_progress" | "completed" | "failed" | null | undefined;
11664
11664
  title?: string | null | undefined;
11665
- kind?: "search" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | "fetch" | null | undefined;
11665
+ kind?: "search" | "fetch" | "delete" | "move" | "other" | "edit" | "read" | "execute" | "think" | null | undefined;
11666
11666
  locations?: {
11667
11667
  path: string;
11668
11668
  line?: number | null | undefined;