@sourcegraph/cody-web 0.28.0 → 0.30.0

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 (45) hide show
  1. package/dist/{agent.worker-BJWTRuGo.mjs → agent.worker-DFfKh9n_.mjs} +24542 -93011
  2. package/dist/agent.worker.js +2 -2
  3. package/dist/astro-BATLEnoy.mjs +17 -0
  4. package/dist/c-B8TlBCFr.mjs +7 -0
  5. package/dist/cpp-DYJ1g7Fo.mjs +29 -0
  6. package/dist/csharp-DRntzcks.mjs +7 -0
  7. package/dist/css-KLNy07E7.mjs +7 -0
  8. package/dist/dart-DaU9Psmi.mjs +7 -0
  9. package/dist/demo/App.d.ts.map +1 -1
  10. package/dist/elixir-OMHxJfb4.mjs +9 -0
  11. package/dist/{git-log-BO1oJlsk.mjs → git-log-mAummXPq.mjs} +1 -1
  12. package/dist/go-xYoHYGGB.mjs +7 -0
  13. package/dist/html-BAZ2wq3J.mjs +11 -0
  14. package/dist/{index-B9mypbDp.mjs → index-ByWBq8cv.mjs} +2 -2
  15. package/dist/index.js +2564 -4796
  16. package/dist/java-CdrdFkPY.mjs +7 -0
  17. package/dist/javascript-1GMkgN3w.mjs +7 -0
  18. package/dist/json-C_HcaeRd.mjs +7 -0
  19. package/dist/jsx-Cw6rKL1z.mjs +7 -0
  20. package/dist/kotlin-Bs94fUGh.mjs +7 -0
  21. package/dist/lib/agent/agent.client.d.ts +2 -1
  22. package/dist/lib/agent/agent.client.d.ts.map +1 -1
  23. package/dist/lib/components/CodyPromptTemplate.d.ts.map +1 -1
  24. package/dist/lib/components/CodyWebChat.d.ts +2 -1
  25. package/dist/lib/components/CodyWebChat.d.ts.map +1 -1
  26. package/dist/lib/components/use-cody-agent.d.ts +1 -0
  27. package/dist/lib/components/use-cody-agent.d.ts.map +1 -1
  28. package/dist/lib/types.d.ts +3 -2
  29. package/dist/lib/types.d.ts.map +1 -1
  30. package/dist/php-3ykgyHE8.mjs +24 -0
  31. package/dist/postcss-BOchrLRe.mjs +7 -0
  32. package/dist/python-CbDN3vTu.mjs +7 -0
  33. package/dist/rust-D--6Ztfk.mjs +7 -0
  34. package/dist/sql-BMFgktbO.mjs +7 -0
  35. package/dist/style.css +190 -411
  36. package/dist/svelte-BswQCNyU.mjs +15 -0
  37. package/dist/tsconfig.tsbuildinfo +1 -1
  38. package/dist/tsx-9WkEJr9u.mjs +7 -0
  39. package/dist/typescript-B76wPnsg.mjs +7 -0
  40. package/dist/util-DYm6oJqS.mjs +2033 -0
  41. package/dist/vitesse-dark-jJ32WhwH.mjs +4 -0
  42. package/dist/vitesse-light-476zM4e6.mjs +4 -0
  43. package/dist/{vscode-shim-CCfuGug-.mjs → vscode-shim-D5fSC1mv.mjs} +20022 -12583
  44. package/dist/vue-CS6u7ICx.mjs +44 -0
  45. package/package.json +4 -4
package/dist/style.css CHANGED
@@ -396,22 +396,20 @@ img.ProseMirror-separator {
396
396
  text-decoration: line-through;
397
397
  color: var(--vscode-editorWarning-foreground);
398
398
  }
399
- ._outer-container_1xpow_1 {
400
- background-color: var(--vscode-sideBar-background);
399
+ ._outer-container_eh1dt_1 {
401
400
  display: flex;
402
401
  flex-direction: column;
403
- box-sizing: border-box;
404
402
  height: 100%;
405
403
  overflow: hidden;
406
404
  }
407
405
 
408
- ._error-container_1xpow_10 {
406
+ ._error-container_eh1dt_8 {
409
407
  display: flex;
410
408
  flex-direction: column-reverse;
411
409
  gap: 0.5rem;
412
410
  }
413
411
 
414
- ._error_1xpow_10 {
412
+ ._error_eh1dt_8 {
415
413
  flex-direction: row;
416
414
  display: flex;
417
415
  padding: 1rem;
@@ -423,7 +421,7 @@ img.ProseMirror-separator {
423
421
  align-items: baseline;
424
422
  }
425
423
 
426
- ._close-btn_1xpow_28 {
424
+ ._close-btn_eh1dt_26 {
427
425
  position: absolute;
428
426
  top: 0.65rem;
429
427
  right: 0.65rem;
@@ -437,97 +435,6 @@ img.ProseMirror-separator {
437
435
  kbd {
438
436
  all: unset;
439
437
  }
440
- ._path_1dh30_1 {
441
- white-space: nowrap;
442
- text-overflow: ellipsis;
443
- overflow: hidden;
444
-
445
- /* Makes ellipsis show in default text color, we show the basename in link color below */
446
- color: var(--vscode-disabledForeground);
447
- }
448
-
449
- ._excluded_1dh30_10 {
450
- text-decoration: line-through !important;
451
- }
452
-
453
- ._basename_1dh30_14 {
454
- color: var(--vscode-textLink-foreground);
455
- }
456
-
457
- ._repoShortName_1dh30_18 {
458
- color: var(--vscode-disabledForeground);
459
- font-size: smaller;
460
- }
461
-
462
- ._dirname_1dh30_23 {
463
- color: var(--vscode-disabledForeground);
464
- font-size: smaller;
465
- }
466
-
467
- ._range_1dh30_28 {
468
- color: var(--vscode-disabledForeground);
469
- }
470
- ._accordion-trigger_12003_1 {
471
- display: flex;
472
- gap: 0.25rem;
473
- align-items: center;
474
- justify-content: space-between;
475
- transition-property: all;
476
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
477
- transition-duration: 150ms;
478
- }
479
-
480
- ._accordion-trigger_12003_1[data-state="open"] ._accordion-trigger-chevron_12003_11 {
481
- transform: rotate(90deg);
482
- }
483
-
484
- ._accordion-trigger-chevron_12003_11 {
485
- flex-shrink: 0; /* tw-shrink-0 */
486
- transition-property: transform; /* tw-transition-transform */
487
- transition-duration: 150ms; /* tw-duration-150 */
488
- }
489
- ._dots-holder_10c80_1 {
490
- display: flex;
491
- gap: 0.2rem;
492
- margin: 0.5rem 0;
493
- margin-left: 0.25rem;
494
- }
495
-
496
- ._dot_10c80_1 {
497
- animation: 1s _flash_10c80_1 0.5s infinite;
498
- width: 0.25rem !important;
499
- height: 0.25rem !important;
500
- border-radius: 100%;
501
- background-color: var(--vscode-input-foreground);
502
- opacity: 0.25;
503
- }
504
-
505
- body[data-vscode-theme-kind='vscode-light'] ._dot_10c80_1,
506
- body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
507
- background-color: black;
508
- }
509
-
510
- ._dot_10c80_1:nth-child(2) {
511
- animation-delay: 0.6s;
512
- }
513
-
514
- ._dot_10c80_1:nth-child(3) {
515
- animation-delay: 0.7s;
516
- }
517
-
518
- @keyframes _flash_10c80_1 {
519
- from {
520
- opacity: 1;
521
- }
522
-
523
- 50% {
524
- opacity: 1;
525
- }
526
-
527
- to {
528
- opacity: 0.25;
529
- }
530
- }
531
438
  ._buttons-container_1kf9a_1 {
532
439
  display: flex;
533
440
  flex-wrap: wrap;
@@ -756,7 +663,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
756
663
  ._spin_56lwz_7 {
757
664
  animation: _spin_56lwz_7 1.5s steps(30) infinite;
758
665
  }
759
- ._error-item_17p9z_1 {
666
+ ._error-item_1sixu_1 {
760
667
  display: flex;
761
668
  flex-direction: row;
762
669
  gap: 0.8rem;
@@ -768,28 +675,28 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
768
675
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
769
676
  }
770
677
 
771
- ._error-item_17p9z_1 ._icon_17p9z_13 {
678
+ ._error-item_1sixu_1 ._icon_1sixu_13 {
772
679
  font-size: 24px;
773
680
  }
774
681
 
775
- ._error-item_17p9z_1 ._body_17p9z_17 {
682
+ ._error-item_1sixu_1 ._body_1sixu_17 {
776
683
  display: flex;
777
684
  flex-direction: column;
778
685
  gap: 0.2rem;
779
686
  width: 100%;
780
687
  }
781
688
 
782
- ._error-item_17p9z_1 vscode-button {
689
+ ._error-item_1sixu_1 vscode-button {
783
690
  margin: 0;
784
691
  }
785
692
 
786
- ._error-item_17p9z_1 h1,
787
- ._error-item_17p9z_1 p {
693
+ ._error-item_1sixu_1 h1,
694
+ ._error-item_1sixu_1 p {
788
695
  margin: 0;
789
696
  line-height: 1.15;
790
697
  }
791
698
 
792
- ._error-item_17p9z_1 header {
699
+ ._error-item_1sixu_1 header {
793
700
  display: flex;
794
701
  flex-direction: column;
795
702
  gap: 0.5rem;
@@ -797,27 +704,27 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
797
704
  margin-top: 0px;
798
705
  }
799
706
 
800
- ._error-item_17p9z_1 header h1 {
707
+ ._error-item_1sixu_1 header h1 {
801
708
  font-size: 14px;
802
709
  font-weight: 600;
803
710
  letter-spacing: 0.3px;
804
711
  }
805
712
 
806
- ._error-item_17p9z_1 header p {
713
+ ._error-item_1sixu_1 header p {
807
714
  opacity: 0.9;
808
715
  line-height: 1.5;
809
716
  }
810
717
 
811
- ._error-item_17p9z_1 ._actions_17p9z_53 {
718
+ ._error-item_1sixu_1 ._actions_1sixu_53 {
812
719
  margin-top: 10px;
813
720
  }
814
721
 
815
- ._error-item_17p9z_1 ._retry-message_17p9z_57 {
722
+ ._error-item_1sixu_1 ._retry-message_1sixu_57 {
816
723
  font-size: 11px;
817
724
  opacity: 0.7;
818
725
  }
819
726
 
820
- ._error-item_17p9z_1 ._banner-container_17p9z_62 {
727
+ ._error-item_1sixu_1 ._banner-container_1sixu_62 {
821
728
  position: absolute;
822
729
  top: 0;
823
730
  right: 0;
@@ -832,18 +739,18 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
832
739
  initial-value: 0%;
833
740
  }
834
741
 
835
- ._error-item_17p9z_1 ._banner_17p9z_62 {
742
+ ._error-item_1sixu_1 ._banner_1sixu_62 {
836
743
  --error-item-reflection-position: -100%;
837
744
 
838
745
  padding: 6px 30px;
839
746
  transform: translateY(50%) translateX(25%) rotate(45deg);
840
747
  border: 1px solid rgba(0 0 0 / 16%);
841
748
  background: linear-gradient(
842
- 45deg,
843
- rgb(255 220 220 / 0%) calc(var(--error-item-reflection-position) + 35%),
844
- rgb(255 220 220 / 50%) calc(var(--error-item-reflection-position) + 50%),
845
- rgb(255 220 220 / 0%) calc(var(--error-item-reflection-position) + 65%)
846
- ),
749
+ 45deg,
750
+ rgb(255 220 220 / 0%) calc(var(--error-item-reflection-position) + 35%),
751
+ rgb(255 220 220 / 50%) calc(var(--error-item-reflection-position) + 50%),
752
+ rgb(255 220 220 / 0%) calc(var(--error-item-reflection-position) + 65%)
753
+ ),
847
754
  linear-gradient(rgb(255 255 255 / 55%), rgb(255 255 255 / 55%)),
848
755
  repeating-conic-gradient(#4ac1e8, #7048e8, #ff5543, #7048e8, #4ac1e8);
849
756
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%);
@@ -858,7 +765,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
858
765
  cursor: pointer;
859
766
  }
860
767
 
861
- ._error-item_17p9z_1 ._banner_17p9z_62:hover {
768
+ ._error-item_1sixu_1 ._banner_1sixu_62:hover {
862
769
  --error-item-reflection-position: 100%;
863
770
 
864
771
  transition:
@@ -869,7 +776,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
869
776
  0 0 10px 0 rgb(255 255 255 / 35%);
870
777
  }
871
778
 
872
- ._error-item_17p9z_1 ._banner_17p9z_62::before {
779
+ ._error-item_1sixu_1 ._banner_1sixu_62::before {
873
780
  content: ' ';
874
781
  position: absolute;
875
782
  top: 0;
@@ -880,7 +787,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
880
787
  background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
881
788
  }
882
789
 
883
- ._error-item_17p9z_1 ._banner_17p9z_62::after {
790
+ ._error-item_1sixu_1 ._banner_1sixu_62::after {
884
791
  content: ' ';
885
792
  position: absolute;
886
793
  bottom: 0;
@@ -891,7 +798,7 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
891
798
  background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 80%));
892
799
  }
893
800
 
894
- ._request-error_17p9z_136 {
801
+ ._request-error_1sixu_136 {
895
802
  background-color: #f7bcbc;
896
803
  color: #de3400;
897
804
 
@@ -904,25 +811,54 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
904
811
  border-left: 0.5rem solid #d8000c;
905
812
  }
906
813
 
907
- ._request-error-title_17p9z_149 {
814
+ ._request-error-title_1sixu_149 {
908
815
  font-weight: bold;
909
- }._feedback-buttons_16gni_1 {
816
+ }
817
+
818
+ ._error-content_1sixu_153 {
819
+ margin-bottom: 16px;
820
+ }
821
+ ._dots-holder_10c80_1 {
910
822
  display: flex;
911
- flex-direction: row;
823
+ gap: 0.2rem;
824
+ margin: 0.5rem 0;
825
+ margin-left: 0.25rem;
826
+ }
827
+
828
+ ._dot_10c80_1 {
829
+ animation: 1s _flash_10c80_1 0.5s infinite;
830
+ width: 0.25rem !important;
831
+ height: 0.25rem !important;
832
+ border-radius: 100%;
833
+ background-color: var(--vscode-input-foreground);
834
+ opacity: 0.25;
912
835
  }
913
836
 
914
- ._feedback-button_16gni_1[disabled] {
915
- /* VSCodeButton's default cursor is not-allowed, but that's different to
916
- native VS Code and feels off, especially when it quickly changes to
917
- not-allowed after you submit feedback. So we reset it back to the
918
- default cursor to fit in nicer with standard VS Code native behaviour */
919
- cursor: default;
837
+ body[data-vscode-theme-kind='vscode-light'] ._dot_10c80_1,
838
+ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._dot_10c80_1 {
839
+ background-color: black;
920
840
  }
921
841
 
922
- ._thumbs-down-feedback-container_16gni_14 {
923
- display: flex;
924
- align-items: center;
925
- gap: calc(var(--spacing) / 4);
842
+ ._dot_10c80_1:nth-child(2) {
843
+ animation-delay: 0.6s;
844
+ }
845
+
846
+ ._dot_10c80_1:nth-child(3) {
847
+ animation-delay: 0.7s;
848
+ }
849
+
850
+ @keyframes _flash_10c80_1 {
851
+ from {
852
+ opacity: 1;
853
+ }
854
+
855
+ 50% {
856
+ opacity: 1;
857
+ }
858
+
859
+ to {
860
+ opacity: 0.25;
861
+ }
926
862
  }
927
863
  :root {
928
864
  --code-font-size: #{(12/14)}em;
@@ -1225,78 +1161,6 @@ body[data-vscode-theme-kind='vscode-light'] ._content_1kf9a_116 pre > code {
1225
1161
  margin: 0.5rem 0 0.5rem 1rem;
1226
1162
  background-color: color-mix(in srgb, var(--vscode-editor-background), var(--vscode-focusBorder) 10%);
1227
1163
  }
1228
- ._context-item_g0048_1 {
1229
- display: inline-flex;
1230
- padding: 2px 4px 2px 2px;
1231
- }
1232
-
1233
- ._context-item-metadata_g0048_6 {
1234
- color: var(--vscode-disabledForeground);
1235
- padding-left: 0.1rem;
1236
- text-wrap: nowrap;
1237
- }
1238
-
1239
- ._context-item-edit-button_g0048_12 {
1240
- /* display: flex; */
1241
- display: none;
1242
- align-items: center;
1243
-
1244
- flex-wrap: nowrap;
1245
- }
1246
-
1247
- ._context-item-edit-button-icon_g0048_20 {
1248
- height: 20%;
1249
- margin-right: 0.5rem;
1250
- }
1251
-
1252
- ._context-suggested-actions_g0048_25 {
1253
- display: flex;
1254
- flex-wrap: wrap;
1255
- gap: 0.25rem;
1256
- }
1257
-
1258
- ._root_g0048_31 {
1259
- display: flex;
1260
- flex-direction: column;
1261
- gap: 0.25rem;
1262
- }
1263
-
1264
- ._link-container_g0048_37 {
1265
- display: inline-flex;
1266
- padding: 2px 4px 2px 2px;
1267
- min-width: 0;
1268
- }
1269
-
1270
- ._header_g0048_43 {
1271
- display: flex;
1272
- gap: 0.25rem;
1273
- align-items: center;
1274
- }
1275
-
1276
- ._context-item-link_g0048_49 {
1277
- background: none;
1278
- border: none;
1279
- color: var(--vscode-textLink-foreground);
1280
- font-size: inherit;
1281
- padding: 0;
1282
- margin: 0;
1283
- text-align: left;
1284
- font-weight: normal;
1285
- display: flex;
1286
- align-items: center;
1287
- gap: 0.125rem;
1288
- overflow: hidden;
1289
- }
1290
-
1291
- /* In light high contrast, --vscode-textLink-foreground provides little
1292
- contrast; instead inherit the --code-foreground color from the container. */
1293
- body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_g0048_49 {
1294
- color: inherit;
1295
- }
1296
-
1297
- ._code-block_g0048_70 {
1298
- margin-bottom: 0.25rem;
1299
- }
1300
1164
  ._user-avatar_vhaw6_1 {
1301
1165
  isolation: isolate;
1302
1166
  display: inline-flex;
@@ -1750,6 +1614,34 @@ button > ._model-title-with-icon_k71kd_5 ._model-provider_k71kd_21,
1750
1614
  button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
1751
1615
  display: none;
1752
1616
  }
1617
+
1618
+ h4{
1619
+ border-bottom: 1px solid var(--vscode-editorWidget-border);
1620
+ }
1621
+
1622
+ ._history-row_r1hp5_6 {
1623
+ display: flex;
1624
+ flex-direction: row;
1625
+ }
1626
+
1627
+ ._history-item_r1hp5_11 {
1628
+ cursor: pointer;;
1629
+ }
1630
+
1631
+ ._history-item_r1hp5_11:hover {
1632
+ cursor: pointer;
1633
+ color: var(--vscode-list-highlightForeground);
1634
+ }
1635
+
1636
+ ._history-delete-btn_r1hp5_20 {
1637
+ opacity: 0;
1638
+ transition: opacity 0.2s ease;
1639
+ }
1640
+
1641
+ ._history-row_r1hp5_6:hover ._history-delete-btn_r1hp5_20 {
1642
+ opacity: 1;
1643
+ }
1644
+
1753
1645
  :root {
1754
1646
  --vscode-overlay-background: rgb(0 0 0 / 50%);
1755
1647
  --vscode-modal-background: var(--vscode-sideBar-background);
@@ -1874,134 +1766,130 @@ button > ._model-title-with-icon_k71kd_5 ._badge_k71kd_39 {
1874
1766
  justify-content: flex-end;
1875
1767
  gap: 0.5rem;
1876
1768
  }
1877
- ._chat-disabled_rc7no_1 {
1878
- text-align: center;
1879
- padding: 0.5rem 0.25rem;
1880
- background-color: var(--vscode-inputValidation-errorBackground);
1881
- border-bottom: solid 1px var(--vscode-inputValidation-errorBorder);
1882
- color: var(--vscode-foreground);
1883
- }
1884
- ._welcome-footer_1o9k6_1 {
1885
- padding: 1rem;
1769
+ ._accordion-trigger_12003_1 {
1886
1770
  display: flex;
1887
- flex-flow: column nowrap;
1888
- max-width: 100%;
1889
- color: var(--vscode-input-placeholderForeground)
1771
+ gap: 0.25rem;
1772
+ align-items: center;
1773
+ justify-content: space-between;
1774
+ transition-property: all;
1775
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1776
+ transition-duration: 150ms;
1890
1777
  }
1891
1778
 
1892
- ._cheatsheet_1o9k6_9 {
1893
- display: flex;
1894
- flex-flow: column nowrap;
1895
- width: 100%;
1896
- gap: 0.5rem;
1897
- padding: 1rem 0;
1779
+ ._accordion-trigger_12003_1[data-state="open"] ._accordion-trigger-chevron_12003_11 {
1780
+ transform: rotate(90deg);
1898
1781
  }
1899
1782
 
1900
- ._title_1o9k6_17 {
1901
- display: flex;
1902
- flex-flow: row nowrap;
1903
- align-items: center;
1904
- font-weight: 500;
1905
- gap: 0.5rem;
1783
+ ._accordion-trigger-chevron_12003_11 {
1784
+ flex-shrink: 0; /* tw-shrink-0 */
1785
+ transition-property: transform; /* tw-transition-transform */
1786
+ transition-duration: 150ms; /* tw-duration-150 */
1906
1787
  }
1788
+ ._path_1dh30_1 {
1789
+ white-space: nowrap;
1790
+ text-overflow: ellipsis;
1791
+ overflow: hidden;
1907
1792
 
1908
- ._examples_1o9k6_25 {
1909
- display: flex;
1910
- flex-flow: row wrap;
1911
- gap: 0.25rem 1rem;
1912
- padding: 0 0.5rem;
1793
+ /* Makes ellipsis show in default text color, we show the basename in link color below */
1794
+ color: var(--vscode-disabledForeground);
1913
1795
  }
1914
1796
 
1915
- ._example_1o9k6_25 {
1916
- display: flex;
1917
- flex-flow: column nowrap;
1918
- align-items: flex-start;
1919
- gap: 0.25rem;
1920
- padding: 0.25rem 0;
1797
+ ._excluded_1dh30_10 {
1798
+ text-decoration: line-through !important;
1921
1799
  }
1922
1800
 
1923
- ._example-input_1o9k6_40 {
1924
- display: flex;
1925
- flex-flow: row wrap;
1926
- border-radius: 4px;
1927
- color: var(--vscode-input-foreground);
1928
- border: 1px solid var(--vscode-button-secondaryBackground);
1929
- background-color: var(--vscode-editor-background);
1930
- font-family: var(--vscode-editor-font-family);
1931
- font-size: var(--vscode-editor-font-size);
1801
+ ._basename_1dh30_14 {
1802
+ color: var(--vscode-textLink-foreground);
1932
1803
  }
1933
1804
 
1934
- ._tips_1o9k6_51 {
1935
- display: flex;
1936
- flex-flow: column nowrap;
1937
- width: 100%;
1938
- gap: 0.5rem;
1939
- padding: 1rem 0;
1805
+ ._repoShortName_1dh30_18 {
1806
+ color: var(--vscode-disabledForeground);
1807
+ font-size: smaller;
1940
1808
  }
1941
1809
 
1942
- ._links_1o9k6_59 {
1943
- display: flex;
1944
- flex-flow: row wrap;
1945
- justify-content: center;
1946
- padding: 1rem 0;
1947
- gap: 1.25rem;
1948
- border-top: 0.5px solid var(--vscode-button-secondaryBackground);
1810
+ ._dirname_1dh30_23 {
1811
+ color: var(--vscode-disabledForeground);
1812
+ font-size: smaller;
1949
1813
  }
1950
1814
 
1951
- ._item_1o9k6_68 {
1952
- display: flex;
1953
- flex-flow: row nowrap;
1954
- flex-shrink: 0;
1955
- padding: 0 0.5rem;
1956
- gap: 0.5rem;
1815
+ ._range_1dh30_28 {
1816
+ color: var(--vscode-disabledForeground);
1817
+ }
1818
+ ._context-item_h7t04_1 {
1819
+ display: inline-flex;
1820
+ }
1821
+
1822
+ ._context-item-metadata_h7t04_5 {
1823
+ color: var(--vscode-disabledForeground);
1824
+ padding-left: 0.1rem;
1825
+ text-wrap: nowrap;
1826
+ }
1827
+
1828
+ ._context-item-edit-button_h7t04_11 {
1829
+ /* display: flex; */
1830
+ display: none;
1957
1831
  align-items: center;
1832
+ flex-wrap: nowrap;
1958
1833
  }
1959
1834
 
1960
- ._link_1o9k6_59 {
1961
- color: inherit;
1962
- text-decoration: none;
1835
+ ._context-item-edit-button-icon_h7t04_18 {
1836
+ height: 20%;
1837
+ margin-right: 0.5rem;
1963
1838
  }
1964
- ._banner_19sjd_1 {
1839
+
1840
+ ._context-suggested-actions_h7t04_23 {
1965
1841
  display: flex;
1966
- flex-flow: row nowrap;
1967
- justify-content: space-between;
1968
- padding: 0.5rem 1rem;
1969
- background: var(--vscode-editor-background);
1970
- border: 1px solid var(--vscode-widget-border);
1971
- margin: 0 auto;
1972
- border-radius: 6px;
1842
+ flex-wrap: wrap;
1843
+ gap: 0.25rem;
1973
1844
  }
1974
1845
 
1975
- ._banner_19sjd_1 h3 {
1976
- margin: 0;
1977
- font-size: 0.875rem;
1978
- color: var(--vscode-editor-foreground);
1979
- font-weight: 500;
1980
- }
1846
+ ._root_h7t04_29 {
1847
+ display: flex;
1848
+ flex-direction: column;
1849
+ gap: 0.25rem;
1850
+ }
1851
+
1852
+ ._link-container_h7t04_35 {
1853
+ display: inline-flex;
1854
+ min-width: 0;
1855
+ }
1981
1856
 
1982
- ._download-button_19sjd_19 {
1857
+ ._header_h7t04_40 {
1983
1858
  display: flex;
1859
+ gap: 0.25rem;
1984
1860
  align-items: center;
1985
- padding: 0.25rem 0.75rem;
1986
- font-weight: 500;
1987
- background: var(--vscode-button-secondaryBackground);
1988
- color: var(--vscode-editor-foreground);
1989
- text-decoration: none;
1990
- border-radius: 4px;
1991
- height: 32px;
1992
1861
  }
1993
1862
 
1994
- ._download-button_19sjd_19:hover {
1995
- background: var(--vscode-button-hoverBackground);
1996
- color: var(--vscode-editor-foreground);
1863
+ ._context-item-link_h7t04_46 {
1864
+ background: none;
1865
+ border: none;
1866
+ color: var(--vscode-textLink-foreground);
1867
+ font-size: inherit;
1868
+ padding: 0;
1869
+ margin: 0;
1870
+ text-align: left;
1871
+ font-weight: normal;
1872
+ display: flex;
1873
+ align-items: center;
1874
+ gap: 0.125rem;
1875
+ overflow: hidden;
1997
1876
  }
1998
1877
 
1999
- ._banner_19sjd_1 {
2000
- position: relative;
1878
+ /* In light high contrast, --vscode-textLink-foreground provides little
1879
+ contrast; instead inherit the --code-foreground color from the container. */
1880
+ body[data-vscode-theme-kind='vscode-high-contrast-light'] ._context-item-link_h7t04_46 {
1881
+ color: inherit;
2001
1882
  }
2002
1883
 
2003
- ._actions_129f5_2 {
2004
- --vscode-keybindingLabel-foreground: currentColor;
1884
+ ._code-block_h7t04_67 {
1885
+ margin-bottom: 0.25rem;
1886
+ }
1887
+ ._chat-disabled_rc7no_1 {
1888
+ text-align: center;
1889
+ padding: 0.5rem 0.25rem;
1890
+ background-color: var(--vscode-inputValidation-errorBackground);
1891
+ border-bottom: solid 1px var(--vscode-inputValidation-errorBorder);
1892
+ color: var(--vscode-foreground);
2005
1893
  }
2006
1894
 
2007
1895
  /*
@@ -2618,9 +2506,6 @@ imported in Sourcegraph shell.
2618
2506
  .tw-pointer-events-none {
2619
2507
  pointer-events: none;
2620
2508
  }
2621
- .tw-fixed {
2622
- position: fixed;
2623
- }
2624
2509
  .tw-absolute {
2625
2510
  position: absolute;
2626
2511
  }
@@ -2630,9 +2515,6 @@ imported in Sourcegraph shell.
2630
2515
  .tw-sticky {
2631
2516
  position: sticky;
2632
2517
  }
2633
- .tw-inset-0 {
2634
- inset: 0px;
2635
- }
2636
2518
  .tw-bottom-0 {
2637
2519
  bottom: 0px;
2638
2520
  }
@@ -2685,14 +2567,6 @@ imported in Sourcegraph shell.
2685
2567
  margin-left: 4px;
2686
2568
  margin-right: 4px;
2687
2569
  }
2688
- .tw-mx-4 {
2689
- margin-left: 8px;
2690
- margin-right: 8px;
2691
- }
2692
- .tw-mx-auto {
2693
- margin-left: auto;
2694
- margin-right: auto;
2695
- }
2696
2570
  .tw-my-2 {
2697
2571
  margin-top: 4px;
2698
2572
  margin-bottom: 4px;
@@ -2712,9 +2586,6 @@ imported in Sourcegraph shell.
2712
2586
  .tw-mb-10 {
2713
2587
  margin-bottom: 20px;
2714
2588
  }
2715
- .tw-mb-16 {
2716
- margin-bottom: 32px;
2717
- }
2718
2589
  .tw-mb-2 {
2719
2590
  margin-bottom: 4px;
2720
2591
  }
@@ -2748,9 +2619,6 @@ imported in Sourcegraph shell.
2748
2619
  .tw-ml-4 {
2749
2620
  margin-left: 8px;
2750
2621
  }
2751
- .tw-ml-6 {
2752
- margin-left: 12px;
2753
- }
2754
2622
  .tw-ml-\[1rem\] {
2755
2623
  margin-left: 1rem;
2756
2624
  }
@@ -2796,9 +2664,6 @@ imported in Sourcegraph shell.
2796
2664
  .tw-mt-8 {
2797
2665
  margin-top: 16px;
2798
2666
  }
2799
- .tw-mt-\[-1px\] {
2800
- margin-top: -1px;
2801
- }
2802
2667
  .tw-mt-auto {
2803
2668
  margin-top: auto;
2804
2669
  }
@@ -2883,15 +2748,9 @@ imported in Sourcegraph shell.
2883
2748
  .\!tw-max-h-\[unset\] {
2884
2749
  max-height: unset !important;
2885
2750
  }
2886
- .tw-max-h-0 {
2887
- max-height: 0px;
2888
- }
2889
2751
  .tw-max-h-9 {
2890
2752
  max-height: 2.25rem;
2891
2753
  }
2892
- .tw-max-h-\[1000px\] {
2893
- max-height: 1000px;
2894
- }
2895
2754
  .tw-max-h-\[200px\] {
2896
2755
  max-height: 200px;
2897
2756
  }
@@ -2907,9 +2766,6 @@ imported in Sourcegraph shell.
2907
2766
  .tw-max-h-\[80vh\] {
2908
2767
  max-height: 80vh;
2909
2768
  }
2910
- .tw-max-h-\[90vh\] {
2911
- max-height: 90vh;
2912
- }
2913
2769
  .tw-max-h-fit {
2914
2770
  max-height: fit-content;
2915
2771
  }
@@ -2994,27 +2850,12 @@ imported in Sourcegraph shell.
2994
2850
  .\!tw-max-w-\[unset\] {
2995
2851
  max-width: unset !important;
2996
2852
  }
2997
- .tw-max-w-2xl {
2998
- max-width: 42rem;
2999
- }
3000
- .tw-max-w-3xl {
3001
- max-width: 48rem;
3002
- }
3003
2853
  .tw-max-w-72 {
3004
2854
  max-width: 18rem;
3005
2855
  }
3006
- .tw-max-w-\[360px\] {
3007
- max-width: 360px;
3008
- }
3009
2856
  .tw-max-w-\[550px\] {
3010
2857
  max-width: 550px;
3011
2858
  }
3012
- .tw-max-w-\[640px\] {
3013
- max-width: 640px;
3014
- }
3015
- .tw-max-w-\[768px\] {
3016
- max-width: 768px;
3017
- }
3018
2859
  .tw-max-w-\[90\%\] {
3019
2860
  max-width: 90%;
3020
2861
  }
@@ -3048,9 +2889,6 @@ imported in Sourcegraph shell.
3048
2889
  .tw-grow {
3049
2890
  flex-grow: 1;
3050
2891
  }
3051
- .tw-basis-0 {
3052
- flex-basis: 0px;
3053
- }
3054
2892
  .-tw-translate-y-\[\.2em\] {
3055
2893
  --tw-translate-y: -.2em;
3056
2894
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -3066,12 +2904,6 @@ imported in Sourcegraph shell.
3066
2904
  .tw-transform {
3067
2905
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3068
2906
  }
3069
- .tw-animate-\[fadeIn_0\.2s_ease-in-out\] {
3070
- animation: fadeIn 0.2s ease-in-out;
3071
- }
3072
- .tw-animate-\[slideUp_0\.2s_ease-in-out\] {
3073
- animation: slideUp 0.2s ease-in-out;
3074
- }
3075
2907
  @keyframes tw-spin {
3076
2908
  to {
3077
2909
  transform: rotate(360deg);
@@ -3155,9 +2987,6 @@ imported in Sourcegraph shell.
3155
2987
  .tw-gap-1\.5 {
3156
2988
  gap: 3px;
3157
2989
  }
3158
- .tw-gap-10 {
3159
- gap: 20px;
3160
- }
3161
2990
  .tw-gap-2 {
3162
2991
  gap: 4px;
3163
2992
  }
@@ -3188,14 +3017,6 @@ imported in Sourcegraph shell.
3188
3017
  .tw-gap-y-2 {
3189
3018
  row-gap: 4px;
3190
3019
  }
3191
- .tw-divide-x > :not([hidden]) ~ :not([hidden]) {
3192
- --tw-divide-x-reverse: 0;
3193
- border-right-width: calc(1px * var(--tw-divide-x-reverse));
3194
- border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
3195
- }
3196
- .tw-divide-muted > :not([hidden]) ~ :not([hidden]) {
3197
- border-color: var(--vscode-input-background);
3198
- }
3199
3020
  .tw-self-start {
3200
3021
  align-self: flex-start;
3201
3022
  }
@@ -3217,6 +3038,9 @@ imported in Sourcegraph shell.
3217
3038
  .tw-overflow-x-hidden {
3218
3039
  overflow-x: hidden;
3219
3040
  }
3041
+ .tw-overflow-y-scroll {
3042
+ overflow-y: scroll;
3043
+ }
3220
3044
  .tw-truncate {
3221
3045
  overflow: hidden;
3222
3046
  text-overflow: ellipsis;
@@ -3255,9 +3079,6 @@ imported in Sourcegraph shell.
3255
3079
  .tw-rounded-sm {
3256
3080
  border-radius: 2px;
3257
3081
  }
3258
- .tw-rounded-xl {
3259
- border-radius: 0.75rem;
3260
- }
3261
3082
  .tw-rounded-bl-full {
3262
3083
  border-bottom-left-radius: 9999px;
3263
3084
  }
@@ -3361,9 +3182,6 @@ imported in Sourcegraph shell.
3361
3182
  .tw-bg-badge-background {
3362
3183
  background-color: var(--vscode-badge-background);
3363
3184
  }
3364
- .tw-bg-black\/50 {
3365
- background-color: rgb(0 0 0 / 0.5);
3366
- }
3367
3185
  .tw-bg-blue-900 {
3368
3186
  --tw-bg-opacity: 1;
3369
3187
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
@@ -3481,9 +3299,6 @@ imported in Sourcegraph shell.
3481
3299
  .tw-p-10 {
3482
3300
  padding: 20px;
3483
3301
  }
3484
- .tw-p-12 {
3485
- padding: 24px;
3486
- }
3487
3302
  .tw-p-2 {
3488
3303
  padding: 4px;
3489
3304
  }
@@ -3598,24 +3413,12 @@ imported in Sourcegraph shell.
3598
3413
  .tw-pl-1 {
3599
3414
  padding-left: 2px;
3600
3415
  }
3601
- .tw-pl-5 {
3602
- padding-left: 10px;
3603
- }
3604
3416
  .tw-pl-6 {
3605
3417
  padding-left: 12px;
3606
3418
  }
3607
3419
  .tw-pr-2 {
3608
3420
  padding-right: 4px;
3609
3421
  }
3610
- .tw-pr-4 {
3611
- padding-right: 8px;
3612
- }
3613
- .tw-pt-12 {
3614
- padding-top: 24px;
3615
- }
3616
- .tw-pt-2 {
3617
- padding-top: 4px;
3618
- }
3619
3422
  .tw-pt-4 {
3620
3423
  padding-top: 8px;
3621
3424
  }
@@ -3799,9 +3602,6 @@ imported in Sourcegraph shell.
3799
3602
  .tw-opacity-60 {
3800
3603
  opacity: 0.6;
3801
3604
  }
3802
- .tw-opacity-65 {
3803
- opacity: 0.65;
3804
- }
3805
3605
  .tw-opacity-70 {
3806
3606
  opacity: 0.7;
3807
3607
  }
@@ -3854,11 +3654,6 @@ imported in Sourcegraph shell.
3854
3654
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3855
3655
  transition-duration: 150ms;
3856
3656
  }
3857
- .tw-transition-\[max-height\] {
3858
- transition-property: max-height;
3859
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3860
- transition-duration: 150ms;
3861
- }
3862
3657
  .tw-transition-all {
3863
3658
  transition-property: all;
3864
3659
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -3874,18 +3669,9 @@ imported in Sourcegraph shell.
3874
3669
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3875
3670
  transition-duration: 150ms;
3876
3671
  }
3877
- .tw-duration-200 {
3878
- transition-duration: 200ms;
3879
- }
3880
- .tw-duration-300 {
3881
- transition-duration: 300ms;
3882
- }
3883
3672
  .tw-duration-75 {
3884
3673
  transition-duration: 75ms;
3885
3674
  }
3886
- .tw-ease-in-out {
3887
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3888
- }
3889
3675
  :root {
3890
3676
  --vscode-font-size: 13px;
3891
3677
  --vscode-font-family: -apple-system, BlinkMacSystemFont, 'Ubuntu', 'Droid Sans', 'Segoe WPC', 'Segoe UI', sans-serif;
@@ -4485,9 +4271,6 @@ imported in Sourcegraph shell.
4485
4271
  width: 16px;
4486
4272
  height: 16px;
4487
4273
  }
4488
- .md\:tw-p-4 {
4489
- padding: 8px;
4490
- }
4491
4274
  .md\:tw-px-2 {
4492
4275
  padding-left: 4px;
4493
4276
  padding-right: 4px;
@@ -4511,10 +4294,6 @@ imported in Sourcegraph shell.
4511
4294
  .md\:tw-pr-3 {
4512
4295
  padding-right: 6px;
4513
4296
  }
4514
- .md\:tw-text-base {
4515
- font-size: 1rem;
4516
- line-height: 1.5rem;
4517
- }
4518
4297
  .md\:tw-text-md {
4519
4298
  font-size: var(--vscode-font-size);
4520
4299
  }