@hasna/assistants 1.1.35 → 1.1.36

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/index.js CHANGED
@@ -87176,7 +87176,7 @@ Not a git repository or git not available.
87176
87176
  context.setProjectContext(projectContext);
87177
87177
  }
87178
87178
  }
87179
- var VERSION2 = "1.1.35";
87179
+ var VERSION2 = "1.1.36";
87180
87180
  var init_builtin = __esm(async () => {
87181
87181
  init_src2();
87182
87182
  init_store();
@@ -213426,8 +213426,9 @@ function ActiveToolsPanel({ activityLog, now: now2, verboseTools }) {
213426
213426
  return /* @__PURE__ */ jsx_dev_runtime3.jsxDEV(Box_default, {
213427
213427
  flexDirection: "column",
213428
213428
  borderStyle: "round",
213429
- borderColor,
213430
- paddingX: 1,
213429
+ borderColor: "#d4d4d8",
213430
+ borderLeft: false,
213431
+ borderRight: false,
213431
213432
  width: panelWidth,
213432
213433
  marginY: 1,
213433
213434
  children: [
@@ -213575,8 +213576,9 @@ function ToolCallPanel({
213575
213576
  return /* @__PURE__ */ jsx_dev_runtime3.jsxDEV(Box_default, {
213576
213577
  flexDirection: "column",
213577
213578
  borderStyle: "round",
213578
- borderColor,
213579
- paddingX: 1,
213579
+ borderColor: "#d4d4d8",
213580
+ borderLeft: false,
213581
+ borderRight: false,
213580
213582
  width: panelWidth,
213581
213583
  children: [
213582
213584
  /* @__PURE__ */ jsx_dev_runtime3.jsxDEV(Box_default, {
@@ -213686,8 +213688,9 @@ function ToolResultPanel({
213686
213688
  return /* @__PURE__ */ jsx_dev_runtime3.jsxDEV(Box_default, {
213687
213689
  flexDirection: "column",
213688
213690
  borderStyle: "round",
213689
- borderColor,
213690
- paddingX: 1,
213691
+ borderColor: "#d4d4d8",
213692
+ borderLeft: false,
213693
+ borderRight: false,
213691
213694
  width: panelWidth,
213692
213695
  children: [
213693
213696
  /* @__PURE__ */ jsx_dev_runtime3.jsxDEV(Box_default, {
@@ -214693,7 +214696,9 @@ function AskUserPanel({
214693
214696
  return /* @__PURE__ */ jsx_dev_runtime11.jsxDEV(Box_default, {
214694
214697
  flexDirection: "column",
214695
214698
  borderStyle: "round",
214696
- borderColor: "cyan",
214699
+ borderColor: "#d4d4d8",
214700
+ borderLeft: false,
214701
+ borderRight: false,
214697
214702
  paddingX: 1,
214698
214703
  marginY: 1,
214699
214704
  children: [
@@ -214854,7 +214859,9 @@ function RecoveryPanel({ sessions, onRecover, onStartFresh }) {
214854
214859
  /* @__PURE__ */ jsx_dev_runtime12.jsxDEV(Box_default, {
214855
214860
  flexDirection: "column",
214856
214861
  borderStyle: "round",
214857
- borderColor: "gray",
214862
+ borderColor: "#d4d4d8",
214863
+ borderLeft: false,
214864
+ borderRight: false,
214858
214865
  paddingX: 1,
214859
214866
  marginBottom: 1,
214860
214867
  children: [
@@ -215431,7 +215438,9 @@ function ConnectorsPanel({
215431
215438
  /* @__PURE__ */ jsx_dev_runtime13.jsxDEV(Box_default, {
215432
215439
  flexDirection: "column",
215433
215440
  borderStyle: "round",
215434
- borderColor: "gray",
215441
+ borderColor: "#d4d4d8",
215442
+ borderLeft: false,
215443
+ borderRight: false,
215435
215444
  paddingX: 1,
215436
215445
  paddingY: 1,
215437
215446
  children: [
@@ -215487,7 +215496,9 @@ function ConnectorsPanel({
215487
215496
  /* @__PURE__ */ jsx_dev_runtime13.jsxDEV(Box_default, {
215488
215497
  flexDirection: "column",
215489
215498
  borderStyle: "round",
215490
- borderColor: "gray",
215499
+ borderColor: "#d4d4d8",
215500
+ borderLeft: false,
215501
+ borderRight: false,
215491
215502
  paddingX: 1,
215492
215503
  paddingY: 1,
215493
215504
  children: [
@@ -215618,7 +215629,9 @@ function ConnectorsPanel({
215618
215629
  /* @__PURE__ */ jsx_dev_runtime13.jsxDEV(Box_default, {
215619
215630
  flexDirection: "column",
215620
215631
  borderStyle: "round",
215621
- borderColor: "gray",
215632
+ borderColor: "#d4d4d8",
215633
+ borderLeft: false,
215634
+ borderRight: false,
215622
215635
  paddingX: 1,
215623
215636
  children: [
215624
215637
  /* @__PURE__ */ jsx_dev_runtime13.jsxDEV(Box_default, {
@@ -215863,7 +215876,9 @@ function ConnectorsPanel({
215863
215876
  /* @__PURE__ */ jsx_dev_runtime13.jsxDEV(Box_default, {
215864
215877
  flexDirection: "column",
215865
215878
  borderStyle: "round",
215866
- borderColor: "gray",
215879
+ borderColor: "#d4d4d8",
215880
+ borderLeft: false,
215881
+ borderRight: false,
215867
215882
  paddingX: 1,
215868
215883
  children: filteredConnectors.length === 0 ? /* @__PURE__ */ jsx_dev_runtime13.jsxDEV(Box_default, {
215869
215884
  paddingY: 1,
@@ -216305,7 +216320,9 @@ function TasksPanel({
216305
216320
  /* @__PURE__ */ jsx_dev_runtime14.jsxDEV(Box_default, {
216306
216321
  flexDirection: "column",
216307
216322
  borderStyle: "round",
216308
- borderColor: "gray",
216323
+ borderColor: "#d4d4d8",
216324
+ borderLeft: false,
216325
+ borderRight: false,
216309
216326
  paddingX: 1,
216310
216327
  paddingY: 0,
216311
216328
  children: [
@@ -216677,7 +216694,9 @@ function TasksPanel({
216677
216694
  /* @__PURE__ */ jsx_dev_runtime14.jsxDEV(Box_default, {
216678
216695
  flexDirection: "column",
216679
216696
  borderStyle: "round",
216680
- borderColor: "gray",
216697
+ borderColor: "#d4d4d8",
216698
+ borderLeft: false,
216699
+ borderRight: false,
216681
216700
  paddingX: 1,
216682
216701
  children: [
216683
216702
  tasks2.length === 0 ? /* @__PURE__ */ jsx_dev_runtime14.jsxDEV(Box_default, {
@@ -216755,8 +216774,10 @@ function TasksPanel({
216755
216774
  return /* @__PURE__ */ jsx_dev_runtime14.jsxDEV(Box_default, {
216756
216775
  marginTop: 1,
216757
216776
  flexDirection: "column",
216758
- borderStyle: "single",
216759
- borderColor: "gray",
216777
+ borderStyle: "round",
216778
+ borderColor: "#d4d4d8",
216779
+ borderLeft: false,
216780
+ borderRight: false,
216760
216781
  paddingX: 1,
216761
216782
  children: [
216762
216783
  /* @__PURE__ */ jsx_dev_runtime14.jsxDEV(Text3, {
@@ -217247,7 +217268,9 @@ function AssistantsPanel({
217247
217268
  /* @__PURE__ */ jsx_dev_runtime15.jsxDEV(Box_default, {
217248
217269
  flexDirection: "column",
217249
217270
  borderStyle: "round",
217250
- borderColor: "gray",
217271
+ borderColor: "#d4d4d8",
217272
+ borderLeft: false,
217273
+ borderRight: false,
217251
217274
  paddingX: 1,
217252
217275
  children: ANTHROPIC_MODELS.map((model, index) => /* @__PURE__ */ jsx_dev_runtime15.jsxDEV(Box_default, {
217253
217276
  paddingY: 0,
@@ -217652,7 +217675,9 @@ function AssistantsPanel({
217652
217675
  /* @__PURE__ */ jsx_dev_runtime15.jsxDEV(Box_default, {
217653
217676
  flexDirection: "column",
217654
217677
  borderStyle: "round",
217655
- borderColor: "gray",
217678
+ borderColor: "#d4d4d8",
217679
+ borderLeft: false,
217680
+ borderRight: false,
217656
217681
  paddingX: 1,
217657
217682
  children: [
217658
217683
  assistants.length === 0 ? /* @__PURE__ */ jsx_dev_runtime15.jsxDEV(Box_default, {
@@ -218351,7 +218376,9 @@ function IdentityPanel({
218351
218376
  /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218352
218377
  flexDirection: "column",
218353
218378
  borderStyle: "round",
218354
- borderColor: "gray",
218379
+ borderColor: "#d4d4d8",
218380
+ borderLeft: false,
218381
+ borderRight: false,
218355
218382
  paddingX: 1,
218356
218383
  paddingY: 1,
218357
218384
  children: [
@@ -218391,7 +218418,9 @@ function IdentityPanel({
218391
218418
  /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218392
218419
  flexDirection: "column",
218393
218420
  borderStyle: "round",
218394
- borderColor: "red",
218421
+ borderColor: "#d4d4d8",
218422
+ borderLeft: false,
218423
+ borderRight: false,
218395
218424
  paddingX: 1,
218396
218425
  paddingY: 1,
218397
218426
  children: [
@@ -218451,7 +218480,9 @@ function IdentityPanel({
218451
218480
  /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218452
218481
  flexDirection: "column",
218453
218482
  borderStyle: "round",
218454
- borderColor: "gray",
218483
+ borderColor: "#d4d4d8",
218484
+ borderLeft: false,
218485
+ borderRight: false,
218455
218486
  paddingX: 1,
218456
218487
  children: [
218457
218488
  templateRange.hasMore.above > 0 && /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
@@ -218861,7 +218892,9 @@ function IdentityPanel({
218861
218892
  /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218862
218893
  flexDirection: "column",
218863
218894
  borderStyle: "round",
218864
- borderColor: "gray",
218895
+ borderColor: "#d4d4d8",
218896
+ borderLeft: false,
218897
+ borderRight: false,
218865
218898
  paddingX: 1,
218866
218899
  children: COMMUNICATION_STYLES.map((style, index) => /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218867
218900
  paddingY: 0,
@@ -218898,7 +218931,9 @@ function IdentityPanel({
218898
218931
  /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218899
218932
  flexDirection: "column",
218900
218933
  borderStyle: "round",
218901
- borderColor: "gray",
218934
+ borderColor: "#d4d4d8",
218935
+ borderLeft: false,
218936
+ borderRight: false,
218902
218937
  paddingX: 1,
218903
218938
  children: RESPONSE_LENGTHS.map((length, index) => /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218904
218939
  paddingY: 0,
@@ -218990,7 +219025,9 @@ function IdentityPanel({
218990
219025
  /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
218991
219026
  flexDirection: "column",
218992
219027
  borderStyle: "round",
218993
- borderColor: "gray",
219028
+ borderColor: "#d4d4d8",
219029
+ borderLeft: false,
219030
+ borderRight: false,
218994
219031
  paddingX: 1,
218995
219032
  paddingY: 1,
218996
219033
  children: [
@@ -219234,7 +219271,9 @@ function IdentityPanel({
219234
219271
  /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
219235
219272
  flexDirection: "column",
219236
219273
  borderStyle: "round",
219237
- borderColor: "gray",
219274
+ borderColor: "#d4d4d8",
219275
+ borderLeft: false,
219276
+ borderRight: false,
219238
219277
  paddingX: 1,
219239
219278
  children: [
219240
219279
  identityRange.hasMore.above > 0 && /* @__PURE__ */ jsx_dev_runtime16.jsxDEV(Box_default, {
@@ -219578,7 +219617,9 @@ function HookWizard({ onSave, onCancel, initial, startStep }) {
219578
219617
  flexDirection: "column",
219579
219618
  marginTop: 1,
219580
219619
  borderStyle: "round",
219581
- borderColor: "gray",
219620
+ borderColor: "#d4d4d8",
219621
+ borderLeft: false,
219622
+ borderRight: false,
219582
219623
  paddingX: 1,
219583
219624
  height: Math.min(10, HOOK_EVENTS.length + 2),
219584
219625
  children: HOOK_EVENTS.map((ev, index) => /* @__PURE__ */ jsx_dev_runtime17.jsxDEV(Box_default, {
@@ -220020,7 +220061,9 @@ function HookWizard({ onSave, onCancel, initial, startStep }) {
220020
220061
  /* @__PURE__ */ jsx_dev_runtime17.jsxDEV(Box_default, {
220021
220062
  flexDirection: "column",
220022
220063
  borderStyle: "round",
220023
- borderColor: "gray",
220064
+ borderColor: "#d4d4d8",
220065
+ borderLeft: false,
220066
+ borderRight: false,
220024
220067
  paddingX: 1,
220025
220068
  paddingY: 1,
220026
220069
  children: [
@@ -220536,7 +220579,9 @@ function HooksPanel({
220536
220579
  /* @__PURE__ */ jsx_dev_runtime18.jsxDEV(Box_default, {
220537
220580
  flexDirection: "column",
220538
220581
  borderStyle: "round",
220539
- borderColor: "gray",
220582
+ borderColor: "#d4d4d8",
220583
+ borderLeft: false,
220584
+ borderRight: false,
220540
220585
  paddingX: 1,
220541
220586
  height: Math.min(18, totalHooks + 4),
220542
220587
  overflowY: "hidden",
@@ -221951,7 +221996,9 @@ function ConfigPanel({
221951
221996
  /* @__PURE__ */ jsx_dev_runtime19.jsxDEV(Box_default, {
221952
221997
  flexDirection: "column",
221953
221998
  borderStyle: "round",
221954
- borderColor: "gray",
221999
+ borderColor: "#d4d4d8",
222000
+ borderLeft: false,
222001
+ borderRight: false,
221955
222002
  paddingX: 1,
221956
222003
  children: locations.map((loc, index) => /* @__PURE__ */ jsx_dev_runtime19.jsxDEV(Box_default, {
221957
222004
  flexDirection: "column",
@@ -222015,7 +222062,9 @@ function ConfigPanel({
222015
222062
  /* @__PURE__ */ jsx_dev_runtime19.jsxDEV(Box_default, {
222016
222063
  flexDirection: "column",
222017
222064
  borderStyle: "round",
222018
- borderColor: "gray",
222065
+ borderColor: "#d4d4d8",
222066
+ borderLeft: false,
222067
+ borderRight: false,
222019
222068
  paddingX: 1,
222020
222069
  marginRight: 1,
222021
222070
  width: 26,
@@ -222033,7 +222082,9 @@ function ConfigPanel({
222033
222082
  /* @__PURE__ */ jsx_dev_runtime19.jsxDEV(Box_default, {
222034
222083
  flexDirection: "column",
222035
222084
  borderStyle: "round",
222036
- borderColor: "gray",
222085
+ borderColor: "#d4d4d8",
222086
+ borderLeft: false,
222087
+ borderRight: false,
222037
222088
  paddingX: 1,
222038
222089
  flexGrow: 1,
222039
222090
  children: renderSectionContent()
@@ -222312,7 +222363,9 @@ function InboxPanel({
222312
222363
  /* @__PURE__ */ jsx_dev_runtime20.jsxDEV(Box_default, {
222313
222364
  flexDirection: "column",
222314
222365
  borderStyle: "round",
222315
- borderColor: "gray",
222366
+ borderColor: "#d4d4d8",
222367
+ borderLeft: false,
222368
+ borderRight: false,
222316
222369
  paddingX: 1,
222317
222370
  paddingY: 1,
222318
222371
  children: [
@@ -222359,7 +222412,9 @@ function InboxPanel({
222359
222412
  /* @__PURE__ */ jsx_dev_runtime20.jsxDEV(Box_default, {
222360
222413
  flexDirection: "column",
222361
222414
  borderStyle: "round",
222362
- borderColor: "red",
222415
+ borderColor: "#d4d4d8",
222416
+ borderLeft: false,
222417
+ borderRight: false,
222363
222418
  paddingX: 1,
222364
222419
  paddingY: 1,
222365
222420
  children: [
@@ -222422,7 +222477,9 @@ function InboxPanel({
222422
222477
  /* @__PURE__ */ jsx_dev_runtime20.jsxDEV(Box_default, {
222423
222478
  flexDirection: "column",
222424
222479
  borderStyle: "round",
222425
- borderColor: "gray",
222480
+ borderColor: "#d4d4d8",
222481
+ borderLeft: false,
222482
+ borderRight: false,
222426
222483
  paddingX: 1,
222427
222484
  paddingY: 1,
222428
222485
  children: [
@@ -222570,7 +222627,9 @@ function InboxPanel({
222570
222627
  /* @__PURE__ */ jsx_dev_runtime20.jsxDEV(Box_default, {
222571
222628
  flexDirection: "column",
222572
222629
  borderStyle: "round",
222573
- borderColor: "gray",
222630
+ borderColor: "#d4d4d8",
222631
+ borderLeft: false,
222632
+ borderRight: false,
222574
222633
  paddingX: 1,
222575
222634
  children: [
222576
222635
  emailRange.hasMore.above > 0 && /* @__PURE__ */ jsx_dev_runtime20.jsxDEV(Box_default, {
@@ -222966,7 +223025,9 @@ function AssistantMessagesContent({
222966
223025
  /* @__PURE__ */ jsx_dev_runtime21.jsxDEV(Box_default, {
222967
223026
  flexDirection: "column",
222968
223027
  borderStyle: "round",
222969
- borderColor: "gray",
223028
+ borderColor: "#d4d4d8",
223029
+ borderLeft: false,
223030
+ borderRight: false,
222970
223031
  paddingX: 1,
222971
223032
  paddingY: 1,
222972
223033
  children: [
@@ -223005,7 +223066,9 @@ function AssistantMessagesContent({
223005
223066
  /* @__PURE__ */ jsx_dev_runtime21.jsxDEV(Box_default, {
223006
223067
  flexDirection: "column",
223007
223068
  borderStyle: "round",
223008
- borderColor: "red",
223069
+ borderColor: "#d4d4d8",
223070
+ borderLeft: false,
223071
+ borderRight: false,
223009
223072
  paddingX: 1,
223010
223073
  paddingY: 1,
223011
223074
  children: [
@@ -223057,7 +223120,9 @@ function AssistantMessagesContent({
223057
223120
  /* @__PURE__ */ jsx_dev_runtime21.jsxDEV(Box_default, {
223058
223121
  flexDirection: "column",
223059
223122
  borderStyle: "round",
223060
- borderColor: "green",
223123
+ borderColor: "#d4d4d8",
223124
+ borderLeft: false,
223125
+ borderRight: false,
223061
223126
  paddingX: 1,
223062
223127
  paddingY: 1,
223063
223128
  children: [
@@ -223122,7 +223187,9 @@ function AssistantMessagesContent({
223122
223187
  /* @__PURE__ */ jsx_dev_runtime21.jsxDEV(Box_default, {
223123
223188
  flexDirection: "column",
223124
223189
  borderStyle: "round",
223125
- borderColor: "gray",
223190
+ borderColor: "#d4d4d8",
223191
+ borderLeft: false,
223192
+ borderRight: false,
223126
223193
  paddingX: 1,
223127
223194
  paddingY: 1,
223128
223195
  children: [
@@ -223227,7 +223294,9 @@ function AssistantMessagesContent({
223227
223294
  /* @__PURE__ */ jsx_dev_runtime21.jsxDEV(Box_default, {
223228
223295
  flexDirection: "column",
223229
223296
  borderStyle: "round",
223230
- borderColor: "gray",
223297
+ borderColor: "#d4d4d8",
223298
+ borderLeft: false,
223299
+ borderRight: false,
223231
223300
  paddingX: 1,
223232
223301
  children: [
223233
223302
  messageRange.hasMore.above > 0 && /* @__PURE__ */ jsx_dev_runtime21.jsxDEV(Box_default, {
@@ -223610,8 +223679,10 @@ function WebhooksPanel({ manager, onClose }) {
223610
223679
  }
223611
223680
  });
223612
223681
  const header = /* @__PURE__ */ jsx_dev_runtime22.jsxDEV(Box_default, {
223613
- borderStyle: "single",
223614
- borderColor: "cyan",
223682
+ borderStyle: "round",
223683
+ borderColor: "#d4d4d8",
223684
+ borderLeft: false,
223685
+ borderRight: false,
223615
223686
  paddingX: 1,
223616
223687
  marginBottom: 1,
223617
223688
  children: [
@@ -224085,7 +224156,7 @@ function formatRelativeTime5(isoDate) {
224085
224156
  return `${minutes}m ago`;
224086
224157
  return `${seconds}s ago`;
224087
224158
  }
224088
- function ChannelsPanel({ manager, onClose, activePersonId, activePersonName, onPersonMessage }) {
224159
+ function ChannelsPanel({ manager, onClose, activePersonId, activePersonName, activeAssistantName, onPersonMessage }) {
224089
224160
  const [mode, setMode] = import_react46.useState("list");
224090
224161
  const [channels2, setChannels] = import_react46.useState([]);
224091
224162
  const [selectedIndex, setSelectedIndex] = import_react46.useState(0);
@@ -224322,8 +224393,10 @@ function ChannelsPanel({ manager, onClose, activePersonId, activePersonName, onP
224322
224393
  }
224323
224394
  });
224324
224395
  const header = /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Box_default, {
224325
- borderStyle: "single",
224326
- borderColor: "blue",
224396
+ borderStyle: "round",
224397
+ borderColor: "#d4d4d8",
224398
+ borderLeft: false,
224399
+ borderRight: false,
224327
224400
  paddingX: 1,
224328
224401
  marginBottom: 1,
224329
224402
  children: [
@@ -224497,8 +224570,10 @@ function ChannelsPanel({ manager, onClose, activePersonId, activePersonName, onP
224497
224570
  }, undefined, false, undefined, this),
224498
224571
  /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Box_default, {
224499
224572
  paddingX: 1,
224500
- borderStyle: "single",
224501
- borderColor: "gray",
224573
+ borderStyle: "round",
224574
+ borderColor: "#d4d4d8",
224575
+ borderLeft: false,
224576
+ borderRight: false,
224502
224577
  children: [
224503
224578
  /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Text3, {
224504
224579
  color: "gray",
@@ -224563,8 +224638,10 @@ function ChannelsPanel({ manager, onClose, activePersonId, activePersonName, onP
224563
224638
  mentionActive && mentionCandidates.length > 0 && /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Box_default, {
224564
224639
  flexDirection: "column",
224565
224640
  paddingX: 1,
224566
- borderStyle: "single",
224567
- borderColor: "yellow",
224641
+ borderStyle: "round",
224642
+ borderColor: "#d4d4d8",
224643
+ borderLeft: false,
224644
+ borderRight: false,
224568
224645
  marginTop: 0,
224569
224646
  children: [
224570
224647
  /* @__PURE__ */ jsx_dev_runtime23.jsxDEV(Text3, {
@@ -224997,8 +225074,10 @@ function PeoplePanel({ manager, onClose }) {
224997
225074
  }
224998
225075
  });
224999
225076
  const header = /* @__PURE__ */ jsx_dev_runtime24.jsxDEV(Box_default, {
225000
- borderStyle: "single",
225001
- borderColor: "green",
225077
+ borderStyle: "round",
225078
+ borderColor: "#d4d4d8",
225079
+ borderLeft: false,
225080
+ borderRight: false,
225002
225081
  paddingX: 1,
225003
225082
  marginBottom: 1,
225004
225083
  children: [
@@ -225411,8 +225490,10 @@ function TelephonyPanel({ manager, onClose }) {
225411
225490
  }, t9, false, undefined, this))
225412
225491
  }, undefined, false, undefined, this);
225413
225492
  const header = /* @__PURE__ */ jsx_dev_runtime25.jsxDEV(Box_default, {
225414
- borderStyle: "single",
225415
- borderColor: "blue",
225493
+ borderStyle: "round",
225494
+ borderColor: "#d4d4d8",
225495
+ borderLeft: false,
225496
+ borderRight: false,
225416
225497
  paddingX: 1,
225417
225498
  marginBottom: 1,
225418
225499
  children: [
@@ -226228,8 +226309,10 @@ function OrdersPanel({ manager, onClose }) {
226228
226309
  return "q close | 1/2/3 tabs | n new-order | r refresh";
226229
226310
  }, [tab2, viewMode]);
226230
226311
  const header = /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Box_default, {
226231
- borderStyle: "single",
226232
- borderColor: "blue",
226312
+ borderStyle: "round",
226313
+ borderColor: "#d4d4d8",
226314
+ borderLeft: false,
226315
+ borderRight: false,
226233
226316
  paddingX: 1,
226234
226317
  marginBottom: 1,
226235
226318
  children: [
@@ -226510,7 +226593,9 @@ function OrdersPanel({ manager, onClose }) {
226510
226593
  }, undefined, false, undefined, this) : /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Box_default, {
226511
226594
  flexDirection: "column",
226512
226595
  borderStyle: "round",
226513
- borderColor: "gray",
226596
+ borderColor: "#d4d4d8",
226597
+ borderLeft: false,
226598
+ borderRight: false,
226514
226599
  paddingX: 1,
226515
226600
  children: [
226516
226601
  /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Text3, {
@@ -226607,7 +226692,9 @@ function OrdersPanel({ manager, onClose }) {
226607
226692
  }, undefined, false, undefined, this) : /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Box_default, {
226608
226693
  flexDirection: "column",
226609
226694
  borderStyle: "round",
226610
- borderColor: "gray",
226695
+ borderColor: "#d4d4d8",
226696
+ borderLeft: false,
226697
+ borderRight: false,
226611
226698
  paddingX: 1,
226612
226699
  children: [
226613
226700
  /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Text3, {
@@ -226677,7 +226764,9 @@ function OrdersPanel({ manager, onClose }) {
226677
226764
  tab2 === "orders" ? /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Box_default, {
226678
226765
  flexDirection: "column",
226679
226766
  borderStyle: "round",
226680
- borderColor: "gray",
226767
+ borderColor: "#d4d4d8",
226768
+ borderLeft: false,
226769
+ borderRight: false,
226681
226770
  paddingX: 1,
226682
226771
  children: filteredOrders.length === 0 ? /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Text3, {
226683
226772
  color: "gray",
@@ -226712,7 +226801,9 @@ function OrdersPanel({ manager, onClose }) {
226712
226801
  tab2 === "stores" ? /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Box_default, {
226713
226802
  flexDirection: "column",
226714
226803
  borderStyle: "round",
226715
- borderColor: "gray",
226804
+ borderColor: "#d4d4d8",
226805
+ borderLeft: false,
226806
+ borderRight: false,
226716
226807
  paddingX: 1,
226717
226808
  children: stores.length === 0 ? /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Text3, {
226718
226809
  color: "gray",
@@ -226747,7 +226838,9 @@ function OrdersPanel({ manager, onClose }) {
226747
226838
  tab2 === "overview" ? /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Box_default, {
226748
226839
  flexDirection: "column",
226749
226840
  borderStyle: "round",
226750
- borderColor: "gray",
226841
+ borderColor: "#d4d4d8",
226842
+ borderLeft: false,
226843
+ borderRight: false,
226751
226844
  paddingX: 1,
226752
226845
  children: [
226753
226846
  /* @__PURE__ */ jsx_dev_runtime26.jsxDEV(Text3, {
@@ -227766,7 +227859,9 @@ function DocsPanel({ onClose }) {
227766
227859
  }, undefined, true, undefined, this),
227767
227860
  /* @__PURE__ */ jsx_dev_runtime28.jsxDEV(Box_default, {
227768
227861
  borderStyle: "round",
227769
- borderColor: "gray",
227862
+ borderColor: "#d4d4d8",
227863
+ borderLeft: false,
227864
+ borderRight: false,
227770
227865
  flexDirection: "column",
227771
227866
  paddingX: 1,
227772
227867
  paddingY: 0,
@@ -227863,7 +227958,9 @@ function DocsPanel({ onClose }) {
227863
227958
  }, undefined, true, undefined, this),
227864
227959
  /* @__PURE__ */ jsx_dev_runtime28.jsxDEV(Box_default, {
227865
227960
  borderStyle: "round",
227866
- borderColor: "gray",
227961
+ borderColor: "#d4d4d8",
227962
+ borderLeft: false,
227963
+ borderRight: false,
227867
227964
  flexDirection: "column",
227868
227965
  paddingX: 1,
227869
227966
  paddingY: 0,
@@ -229320,7 +229417,9 @@ function GuardrailsPanel({
229320
229417
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229321
229418
  flexDirection: "column",
229322
229419
  borderStyle: "round",
229323
- borderColor: "red",
229420
+ borderColor: "#d4d4d8",
229421
+ borderLeft: false,
229422
+ borderRight: false,
229324
229423
  paddingX: 1,
229325
229424
  paddingY: 1,
229326
229425
  children: [
@@ -229366,7 +229465,9 @@ function GuardrailsPanel({
229366
229465
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229367
229466
  flexDirection: "column",
229368
229467
  borderStyle: "round",
229369
- borderColor: "cyan",
229468
+ borderColor: "#d4d4d8",
229469
+ borderLeft: false,
229470
+ borderRight: false,
229370
229471
  paddingX: 1,
229371
229472
  paddingY: 1,
229372
229473
  children: [
@@ -229456,7 +229557,9 @@ function GuardrailsPanel({
229456
229557
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229457
229558
  flexDirection: "column",
229458
229559
  borderStyle: "round",
229459
- borderColor: "cyan",
229560
+ borderColor: "#d4d4d8",
229561
+ borderLeft: false,
229562
+ borderRight: false,
229460
229563
  paddingX: 1,
229461
229564
  paddingY: 1,
229462
229565
  children: [
@@ -229560,7 +229663,9 @@ function GuardrailsPanel({
229560
229663
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229561
229664
  flexDirection: "column",
229562
229665
  borderStyle: "round",
229563
- borderColor: "gray",
229666
+ borderColor: "#d4d4d8",
229667
+ borderLeft: false,
229668
+ borderRight: false,
229564
229669
  paddingX: 1,
229565
229670
  paddingY: 1,
229566
229671
  children: [
@@ -229643,7 +229748,9 @@ function GuardrailsPanel({
229643
229748
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229644
229749
  flexDirection: "column",
229645
229750
  borderStyle: "round",
229646
- borderColor: "gray",
229751
+ borderColor: "#d4d4d8",
229752
+ borderLeft: false,
229753
+ borderRight: false,
229647
229754
  paddingX: 1,
229648
229755
  height: Math.min(8, detailRules.length + 2),
229649
229756
  overflowY: "hidden",
@@ -229715,7 +229822,9 @@ function GuardrailsPanel({
229715
229822
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229716
229823
  flexDirection: "column",
229717
229824
  borderStyle: "round",
229718
- borderColor: "gray",
229825
+ borderColor: "#d4d4d8",
229826
+ borderLeft: false,
229827
+ borderRight: false,
229719
229828
  paddingX: 1,
229720
229829
  paddingY: 1,
229721
229830
  children: [
@@ -229782,7 +229891,9 @@ function GuardrailsPanel({
229782
229891
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229783
229892
  flexDirection: "column",
229784
229893
  borderStyle: "round",
229785
- borderColor: "gray",
229894
+ borderColor: "#d4d4d8",
229895
+ borderLeft: false,
229896
+ borderRight: false,
229786
229897
  paddingX: 1,
229787
229898
  height: Math.min(12, policies.length + 2),
229788
229899
  overflowY: "hidden",
@@ -229878,7 +229989,9 @@ function GuardrailsPanel({
229878
229989
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
229879
229990
  flexDirection: "column",
229880
229991
  borderStyle: "round",
229881
- borderColor: "gray",
229992
+ borderColor: "#d4d4d8",
229993
+ borderLeft: false,
229994
+ borderRight: false,
229882
229995
  paddingX: 1,
229883
229996
  height: Math.min(12, toolRules.length + 2),
229884
229997
  overflowY: "hidden",
@@ -230006,7 +230119,9 @@ function GuardrailsPanel({
230006
230119
  /* @__PURE__ */ jsx_dev_runtime30.jsxDEV(Box_default, {
230007
230120
  flexDirection: "column",
230008
230121
  borderStyle: "round",
230009
- borderColor: "gray",
230122
+ borderColor: "#d4d4d8",
230123
+ borderLeft: false,
230124
+ borderRight: false,
230010
230125
  paddingX: 1,
230011
230126
  paddingY: 1,
230012
230127
  children: [
@@ -230469,7 +230584,9 @@ function BudgetPanel({
230469
230584
  /* @__PURE__ */ jsx_dev_runtime31.jsxDEV(Box_default, {
230470
230585
  flexDirection: "column",
230471
230586
  borderStyle: "round",
230472
- borderColor: "gray",
230587
+ borderColor: "#d4d4d8",
230588
+ borderLeft: false,
230589
+ borderRight: false,
230473
230590
  paddingX: 1,
230474
230591
  paddingY: 1,
230475
230592
  children: [
@@ -230577,7 +230694,9 @@ function BudgetPanel({
230577
230694
  /* @__PURE__ */ jsx_dev_runtime31.jsxDEV(Box_default, {
230578
230695
  flexDirection: "column",
230579
230696
  borderStyle: "round",
230580
- borderColor: "gray",
230697
+ borderColor: "#d4d4d8",
230698
+ borderLeft: false,
230699
+ borderRight: false,
230581
230700
  paddingX: 1,
230582
230701
  paddingY: 1,
230583
230702
  children: presetKeys.map((key, index) => {
@@ -230632,7 +230751,9 @@ function BudgetPanel({
230632
230751
  /* @__PURE__ */ jsx_dev_runtime31.jsxDEV(Box_default, {
230633
230752
  flexDirection: "column",
230634
230753
  borderStyle: "round",
230635
- borderColor: "gray",
230754
+ borderColor: "#d4d4d8",
230755
+ borderLeft: false,
230756
+ borderRight: false,
230636
230757
  paddingX: 1,
230637
230758
  paddingY: 1,
230638
230759
  children: [
@@ -230765,7 +230886,9 @@ function BudgetPanel({
230765
230886
  /* @__PURE__ */ jsx_dev_runtime31.jsxDEV(Box_default, {
230766
230887
  flexDirection: "column",
230767
230888
  borderStyle: "round",
230768
- borderColor: "gray",
230889
+ borderColor: "#d4d4d8",
230890
+ borderLeft: false,
230891
+ borderRight: false,
230769
230892
  paddingX: 1,
230770
230893
  paddingY: 1,
230771
230894
  children: [
@@ -231359,7 +231482,9 @@ function BudgetsPanel({
231359
231482
  /* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Box_default, {
231360
231483
  flexDirection: "column",
231361
231484
  borderStyle: "round",
231362
- borderColor: "gray",
231485
+ borderColor: "#d4d4d8",
231486
+ borderLeft: false,
231487
+ borderRight: false,
231363
231488
  paddingX: 1,
231364
231489
  children: [
231365
231490
  profiles.length === 0 ? /* @__PURE__ */ jsx_dev_runtime32.jsxDEV(Box_default, {
@@ -231548,7 +231673,9 @@ function ModelPanel({
231548
231673
  /* @__PURE__ */ jsx_dev_runtime33.jsxDEV(Box_default, {
231549
231674
  flexDirection: "column",
231550
231675
  borderStyle: "round",
231551
- borderColor: "gray",
231676
+ borderColor: "#d4d4d8",
231677
+ borderLeft: false,
231678
+ borderRight: false,
231552
231679
  paddingX: 1,
231553
231680
  children: rows.map((row) => {
231554
231681
  if (row.type === "provider") {
@@ -231737,7 +231864,9 @@ function AssistantsRegistryPanel({
231737
231864
  /* @__PURE__ */ jsx_dev_runtime34.jsxDEV(Box_default, {
231738
231865
  flexDirection: "column",
231739
231866
  borderStyle: "round",
231740
- borderColor: "gray",
231867
+ borderColor: "#d4d4d8",
231868
+ borderLeft: false,
231869
+ borderRight: false,
231741
231870
  paddingX: 1,
231742
231871
  paddingY: 1,
231743
231872
  children: [
@@ -232086,7 +232215,9 @@ function AssistantsRegistryPanel({
232086
232215
  /* @__PURE__ */ jsx_dev_runtime34.jsxDEV(Box_default, {
232087
232216
  flexDirection: "column",
232088
232217
  borderStyle: "round",
232089
- borderColor: "gray",
232218
+ borderColor: "#d4d4d8",
232219
+ borderLeft: false,
232220
+ borderRight: false,
232090
232221
  paddingX: 1,
232091
232222
  height: Math.min(14, sortedAssistants.length + 2),
232092
232223
  overflowY: "hidden",
@@ -232172,7 +232303,9 @@ function AssistantsRegistryPanel({
232172
232303
  /* @__PURE__ */ jsx_dev_runtime34.jsxDEV(Box_default, {
232173
232304
  flexDirection: "column",
232174
232305
  borderStyle: "round",
232175
- borderColor: "gray",
232306
+ borderColor: "#d4d4d8",
232307
+ borderLeft: false,
232308
+ borderRight: false,
232176
232309
  paddingX: 1,
232177
232310
  paddingY: 1,
232178
232311
  children: [
@@ -232884,7 +233017,9 @@ function SchedulesPanel({
232884
233017
  /* @__PURE__ */ jsx_dev_runtime35.jsxDEV(Box_default, {
232885
233018
  flexDirection: "column",
232886
233019
  borderStyle: "round",
232887
- borderColor: "gray",
233020
+ borderColor: "#d4d4d8",
233021
+ borderLeft: false,
233022
+ borderRight: false,
232888
233023
  paddingX: 1,
232889
233024
  paddingY: 1,
232890
233025
  children: [
@@ -233263,7 +233398,9 @@ function SchedulesPanel({
233263
233398
  /* @__PURE__ */ jsx_dev_runtime35.jsxDEV(Box_default, {
233264
233399
  flexDirection: "column",
233265
233400
  borderStyle: "round",
233266
- borderColor: "gray",
233401
+ borderColor: "#d4d4d8",
233402
+ borderLeft: false,
233403
+ borderRight: false,
233267
233404
  paddingX: 1,
233268
233405
  paddingY: 0,
233269
233406
  children: [
@@ -233483,7 +233620,9 @@ function SchedulesPanel({
233483
233620
  /* @__PURE__ */ jsx_dev_runtime35.jsxDEV(Box_default, {
233484
233621
  flexDirection: "column",
233485
233622
  borderStyle: "round",
233486
- borderColor: "gray",
233623
+ borderColor: "#d4d4d8",
233624
+ borderLeft: false,
233625
+ borderRight: false,
233487
233626
  paddingX: 1,
233488
233627
  children: [
233489
233628
  sortedSchedules.length === 0 ? /* @__PURE__ */ jsx_dev_runtime35.jsxDEV(Box_default, {
@@ -233940,7 +234079,9 @@ function SkillsPanel({
233940
234079
  /* @__PURE__ */ jsx_dev_runtime36.jsxDEV(Box_default, {
233941
234080
  flexDirection: "column",
233942
234081
  borderStyle: "round",
233943
- borderColor: "gray",
234082
+ borderColor: "#d4d4d8",
234083
+ borderLeft: false,
234084
+ borderRight: false,
233944
234085
  paddingX: 1,
233945
234086
  paddingY: 1,
233946
234087
  children: [
@@ -234335,7 +234476,9 @@ function SkillsPanel({
234335
234476
  /* @__PURE__ */ jsx_dev_runtime36.jsxDEV(Box_default, {
234336
234477
  flexDirection: "column",
234337
234478
  borderStyle: "round",
234338
- borderColor: "gray",
234479
+ borderColor: "#d4d4d8",
234480
+ borderLeft: false,
234481
+ borderRight: false,
234339
234482
  paddingX: 1,
234340
234483
  paddingY: 0,
234341
234484
  children: [
@@ -234515,7 +234658,9 @@ function SkillsPanel({
234515
234658
  /* @__PURE__ */ jsx_dev_runtime36.jsxDEV(Box_default, {
234516
234659
  flexDirection: "column",
234517
234660
  borderStyle: "round",
234518
- borderColor: "gray",
234661
+ borderColor: "#d4d4d8",
234662
+ borderLeft: false,
234663
+ borderRight: false,
234519
234664
  paddingX: 1,
234520
234665
  children: [
234521
234666
  sortedSkills.length === 0 ? /* @__PURE__ */ jsx_dev_runtime36.jsxDEV(Box_default, {
@@ -234727,7 +234872,9 @@ function MemoryPanel({ memories, stats, onRefresh, onClose, error: error3 }) {
234727
234872
  /* @__PURE__ */ jsx_dev_runtime37.jsxDEV(Box_default, {
234728
234873
  flexDirection: "column",
234729
234874
  borderStyle: "round",
234730
- borderColor: "gray",
234875
+ borderColor: "#d4d4d8",
234876
+ borderLeft: false,
234877
+ borderRight: false,
234731
234878
  paddingX: 1,
234732
234879
  children: [
234733
234880
  /* @__PURE__ */ jsx_dev_runtime37.jsxDEV(Text3, {
@@ -234887,7 +235034,9 @@ function MemoryPanel({ memories, stats, onRefresh, onClose, error: error3 }) {
234887
235034
  /* @__PURE__ */ jsx_dev_runtime37.jsxDEV(Box_default, {
234888
235035
  flexDirection: "column",
234889
235036
  borderStyle: "round",
234890
- borderColor: "gray",
235037
+ borderColor: "#d4d4d8",
235038
+ borderLeft: false,
235039
+ borderRight: false,
234891
235040
  paddingX: 1,
234892
235041
  children: sorted.length === 0 ? /* @__PURE__ */ jsx_dev_runtime37.jsxDEV(Box_default, {
234893
235042
  paddingY: 1,
@@ -235245,7 +235394,9 @@ function ProjectsPanel({
235245
235394
  /* @__PURE__ */ jsx_dev_runtime38.jsxDEV(Box_default, {
235246
235395
  flexDirection: "column",
235247
235396
  borderStyle: "round",
235248
- borderColor: "gray",
235397
+ borderColor: "#d4d4d8",
235398
+ borderLeft: false,
235399
+ borderRight: false,
235249
235400
  paddingX: 1,
235250
235401
  children: [
235251
235402
  projects2.length === 0 ? /* @__PURE__ */ jsx_dev_runtime38.jsxDEV(Box_default, {
@@ -235762,7 +235913,9 @@ function PlansPanel({
235762
235913
  /* @__PURE__ */ jsx_dev_runtime39.jsxDEV(Box_default, {
235763
235914
  flexDirection: "column",
235764
235915
  borderStyle: "round",
235765
- borderColor: "gray",
235916
+ borderColor: "#d4d4d8",
235917
+ borderLeft: false,
235918
+ borderRight: false,
235766
235919
  paddingX: 1,
235767
235920
  children: [
235768
235921
  currentSteps.length === 0 ? /* @__PURE__ */ jsx_dev_runtime39.jsxDEV(Box_default, {
@@ -235858,7 +236011,9 @@ function PlansPanel({
235858
236011
  /* @__PURE__ */ jsx_dev_runtime39.jsxDEV(Box_default, {
235859
236012
  flexDirection: "column",
235860
236013
  borderStyle: "round",
235861
- borderColor: "gray",
236014
+ borderColor: "#d4d4d8",
236015
+ borderLeft: false,
236016
+ borderRight: false,
235862
236017
  paddingX: 1,
235863
236018
  children: [
235864
236019
  plans.length === 0 ? /* @__PURE__ */ jsx_dev_runtime39.jsxDEV(Box_default, {
@@ -236218,7 +236373,9 @@ function WalletPanel({
236218
236373
  /* @__PURE__ */ jsx_dev_runtime40.jsxDEV(Box_default, {
236219
236374
  flexDirection: "column",
236220
236375
  borderStyle: "round",
236221
- borderColor: "red",
236376
+ borderColor: "#d4d4d8",
236377
+ borderLeft: false,
236378
+ borderRight: false,
236222
236379
  paddingX: 1,
236223
236380
  paddingY: 1,
236224
236381
  children: [
@@ -236274,7 +236431,9 @@ function WalletPanel({
236274
236431
  /* @__PURE__ */ jsx_dev_runtime40.jsxDEV(Box_default, {
236275
236432
  flexDirection: "column",
236276
236433
  borderStyle: "round",
236277
- borderColor: "gray",
236434
+ borderColor: "#d4d4d8",
236435
+ borderLeft: false,
236436
+ borderRight: false,
236278
236437
  paddingX: 1,
236279
236438
  paddingY: 1,
236280
236439
  children: [
@@ -236383,7 +236542,9 @@ function WalletPanel({
236383
236542
  /* @__PURE__ */ jsx_dev_runtime40.jsxDEV(Box_default, {
236384
236543
  flexDirection: "column",
236385
236544
  borderStyle: "round",
236386
- borderColor: "gray",
236545
+ borderColor: "#d4d4d8",
236546
+ borderLeft: false,
236547
+ borderRight: false,
236387
236548
  paddingX: 1,
236388
236549
  paddingY: 1,
236389
236550
  children: ADD_FIELDS.map((field, index) => {
@@ -236474,7 +236635,9 @@ function WalletPanel({
236474
236635
  /* @__PURE__ */ jsx_dev_runtime40.jsxDEV(Box_default, {
236475
236636
  flexDirection: "column",
236476
236637
  borderStyle: "round",
236477
- borderColor: "gray",
236638
+ borderColor: "#d4d4d8",
236639
+ borderLeft: false,
236640
+ borderRight: false,
236478
236641
  paddingX: 1,
236479
236642
  paddingY: 1,
236480
236643
  children: [
@@ -236544,7 +236707,9 @@ function WalletPanel({
236544
236707
  /* @__PURE__ */ jsx_dev_runtime40.jsxDEV(Box_default, {
236545
236708
  flexDirection: "column",
236546
236709
  borderStyle: "round",
236547
- borderColor: "gray",
236710
+ borderColor: "#d4d4d8",
236711
+ borderLeft: false,
236712
+ borderRight: false,
236548
236713
  paddingX: 1,
236549
236714
  children: [
236550
236715
  cardRange.hasMore.above > 0 && /* @__PURE__ */ jsx_dev_runtime40.jsxDEV(Box_default, {
@@ -236952,7 +237117,9 @@ function SecretsPanel({
236952
237117
  /* @__PURE__ */ jsx_dev_runtime41.jsxDEV(Box_default, {
236953
237118
  flexDirection: "column",
236954
237119
  borderStyle: "round",
236955
- borderColor: "gray",
237120
+ borderColor: "#d4d4d8",
237121
+ borderLeft: false,
237122
+ borderRight: false,
236956
237123
  paddingX: 1,
236957
237124
  paddingY: 1,
236958
237125
  children: ADD_FIELDS2.map((field, index) => {
@@ -237043,7 +237210,9 @@ function SecretsPanel({
237043
237210
  /* @__PURE__ */ jsx_dev_runtime41.jsxDEV(Box_default, {
237044
237211
  flexDirection: "column",
237045
237212
  borderStyle: "round",
237046
- borderColor: "gray",
237213
+ borderColor: "#d4d4d8",
237214
+ borderLeft: false,
237215
+ borderRight: false,
237047
237216
  paddingX: 1,
237048
237217
  paddingY: 1,
237049
237218
  children: [
@@ -237090,7 +237259,9 @@ function SecretsPanel({
237090
237259
  /* @__PURE__ */ jsx_dev_runtime41.jsxDEV(Box_default, {
237091
237260
  flexDirection: "column",
237092
237261
  borderStyle: "round",
237093
- borderColor: "red",
237262
+ borderColor: "#d4d4d8",
237263
+ borderLeft: false,
237264
+ borderRight: false,
237094
237265
  paddingX: 1,
237095
237266
  paddingY: 1,
237096
237267
  children: [
@@ -237147,7 +237318,9 @@ function SecretsPanel({
237147
237318
  /* @__PURE__ */ jsx_dev_runtime41.jsxDEV(Box_default, {
237148
237319
  flexDirection: "column",
237149
237320
  borderStyle: "round",
237150
- borderColor: "gray",
237321
+ borderColor: "#d4d4d8",
237322
+ borderLeft: false,
237323
+ borderRight: false,
237151
237324
  paddingX: 1,
237152
237325
  paddingY: 1,
237153
237326
  children: [
@@ -237251,7 +237424,9 @@ function SecretsPanel({
237251
237424
  /* @__PURE__ */ jsx_dev_runtime41.jsxDEV(Box_default, {
237252
237425
  flexDirection: "column",
237253
237426
  borderStyle: "round",
237254
- borderColor: "gray",
237427
+ borderColor: "#d4d4d8",
237428
+ borderLeft: false,
237429
+ borderRight: false,
237255
237430
  paddingX: 1,
237256
237431
  children: [
237257
237432
  secretRange.hasMore.above > 0 && /* @__PURE__ */ jsx_dev_runtime41.jsxDEV(Box_default, {
@@ -237571,7 +237746,9 @@ function WorkspacePanel({
237571
237746
  /* @__PURE__ */ jsx_dev_runtime42.jsxDEV(Box_default, {
237572
237747
  flexDirection: "column",
237573
237748
  borderStyle: "round",
237574
- borderColor: "gray",
237749
+ borderColor: "#d4d4d8",
237750
+ borderLeft: false,
237751
+ borderRight: false,
237575
237752
  paddingX: 1,
237576
237753
  paddingY: 1,
237577
237754
  children: [
@@ -237611,7 +237788,9 @@ function WorkspacePanel({
237611
237788
  /* @__PURE__ */ jsx_dev_runtime42.jsxDEV(Box_default, {
237612
237789
  flexDirection: "column",
237613
237790
  borderStyle: "round",
237614
- borderColor: "red",
237791
+ borderColor: "#d4d4d8",
237792
+ borderLeft: false,
237793
+ borderRight: false,
237615
237794
  paddingX: 1,
237616
237795
  paddingY: 1,
237617
237796
  children: [
@@ -237664,7 +237843,9 @@ function WorkspacePanel({
237664
237843
  /* @__PURE__ */ jsx_dev_runtime42.jsxDEV(Box_default, {
237665
237844
  flexDirection: "column",
237666
237845
  borderStyle: "round",
237667
- borderColor: "yellow",
237846
+ borderColor: "#d4d4d8",
237847
+ borderLeft: false,
237848
+ borderRight: false,
237668
237849
  paddingX: 1,
237669
237850
  paddingY: 1,
237670
237851
  children: [
@@ -237735,7 +237916,9 @@ function WorkspacePanel({
237735
237916
  /* @__PURE__ */ jsx_dev_runtime42.jsxDEV(Box_default, {
237736
237917
  flexDirection: "column",
237737
237918
  borderStyle: "round",
237738
- borderColor: "gray",
237919
+ borderColor: "#d4d4d8",
237920
+ borderLeft: false,
237921
+ borderRight: false,
237739
237922
  paddingX: 1,
237740
237923
  paddingY: 1,
237741
237924
  children: [
@@ -237873,7 +238056,9 @@ function WorkspacePanel({
237873
238056
  /* @__PURE__ */ jsx_dev_runtime42.jsxDEV(Box_default, {
237874
238057
  flexDirection: "column",
237875
238058
  borderStyle: "round",
237876
- borderColor: "gray",
238059
+ borderColor: "#d4d4d8",
238060
+ borderLeft: false,
238061
+ borderRight: false,
237877
238062
  paddingX: 1,
237878
238063
  children: [
237879
238064
  wsRange.hasMore.above > 0 && /* @__PURE__ */ jsx_dev_runtime42.jsxDEV(Box_default, {
@@ -238075,7 +238260,9 @@ function AssistantsDashboard({
238075
238260
  /* @__PURE__ */ jsx_dev_runtime43.jsxDEV(Box_default, {
238076
238261
  flexDirection: "column",
238077
238262
  borderStyle: "round",
238078
- borderColor: "gray",
238263
+ borderColor: "#d4d4d8",
238264
+ borderLeft: false,
238265
+ borderRight: false,
238079
238266
  paddingX: 1,
238080
238267
  paddingY: 1,
238081
238268
  children: [
@@ -238325,7 +238512,9 @@ function SwarmPanel({
238325
238512
  /* @__PURE__ */ jsx_dev_runtime44.jsxDEV(Box_default, {
238326
238513
  flexDirection: "column",
238327
238514
  borderStyle: "round",
238328
- borderColor: "gray",
238515
+ borderColor: "#d4d4d8",
238516
+ borderLeft: false,
238517
+ borderRight: false,
238329
238518
  paddingX: 1,
238330
238519
  paddingY: 1,
238331
238520
  children: [
@@ -238690,7 +238879,9 @@ function LogsPanel({ onCancel }) {
238690
238879
  /* @__PURE__ */ jsx_dev_runtime45.jsxDEV(Box_default, {
238691
238880
  flexDirection: "column",
238692
238881
  borderStyle: "round",
238693
- borderColor: "gray",
238882
+ borderColor: "#d4d4d8",
238883
+ borderLeft: false,
238884
+ borderRight: false,
238694
238885
  paddingX: 1,
238695
238886
  paddingY: 0,
238696
238887
  children: [
@@ -238871,7 +239062,9 @@ function LogsPanel({ onCancel }) {
238871
239062
  /* @__PURE__ */ jsx_dev_runtime45.jsxDEV(Box_default, {
238872
239063
  flexDirection: "column",
238873
239064
  borderStyle: "round",
238874
- borderColor: "gray",
239065
+ borderColor: "#d4d4d8",
239066
+ borderLeft: false,
239067
+ borderRight: false,
238875
239068
  paddingX: 1,
238876
239069
  children: filteredEvents.length === 0 ? /* @__PURE__ */ jsx_dev_runtime45.jsxDEV(Box_default, {
238877
239070
  paddingY: 1,
@@ -239006,7 +239199,9 @@ function HeartbeatPanel({
239006
239199
  marginTop: 1,
239007
239200
  flexDirection: "column",
239008
239201
  borderStyle: "round",
239009
- borderColor: "gray",
239202
+ borderColor: "#d4d4d8",
239203
+ borderLeft: false,
239204
+ borderRight: false,
239010
239205
  paddingX: 1,
239011
239206
  children: /* @__PURE__ */ jsx_dev_runtime46.jsxDEV(Text3, {
239012
239207
  children: JSON.stringify(selectedRun, null, 2)
@@ -239054,7 +239249,9 @@ function HeartbeatPanel({
239054
239249
  marginTop: 1,
239055
239250
  flexDirection: "column",
239056
239251
  borderStyle: "round",
239057
- borderColor: "gray",
239252
+ borderColor: "#d4d4d8",
239253
+ borderLeft: false,
239254
+ borderRight: false,
239058
239255
  paddingX: 1,
239059
239256
  children: sortedRuns.length === 0 ? /* @__PURE__ */ jsx_dev_runtime46.jsxDEV(Box_default, {
239060
239257
  paddingY: 1,
@@ -239202,7 +239399,9 @@ function ResumePanel({
239202
239399
  marginTop: 1,
239203
239400
  flexDirection: "column",
239204
239401
  borderStyle: "round",
239205
- borderColor: "gray",
239402
+ borderColor: "#d4d4d8",
239403
+ borderLeft: false,
239404
+ borderRight: false,
239206
239405
  paddingX: 1,
239207
239406
  children: filteredSessions.length === 0 ? /* @__PURE__ */ jsx_dev_runtime47.jsxDEV(Box_default, {
239208
239407
  paddingY: 1,
@@ -243364,13 +243563,13 @@ When done, report the result.`);
243364
243563
  onClose: () => setShowChannelsPanel(false)
243365
243564
  }, undefined, false, undefined, this);
243366
243565
  }
243367
- const activeAssistantName2 = activeSession?.client.getIdentityInfo?.()?.assistant?.name || activeSession?.assistantId || "Assistant";
243566
+ const activeAssistantName = activeSession?.client.getIdentityInfo?.()?.assistant?.name || activeSession?.assistantId || "Assistant";
243368
243567
  return /* @__PURE__ */ jsx_dev_runtime48.jsxDEV(ChannelsPanel, {
243369
243568
  manager: channelsManager,
243370
243569
  onClose: () => setShowChannelsPanel(false),
243371
243570
  activePersonId: activeSession?.client.getPeopleManager?.()?.getActivePersonId?.() || undefined,
243372
243571
  activePersonName: activeSession?.client.getPeopleManager?.()?.getActivePerson?.()?.name || undefined,
243373
- activeAssistantName: activeAssistantName2,
243572
+ activeAssistantName,
243374
243573
  onPersonMessage: (channelName, personName, message) => {
243375
243574
  const members = channelsManager.getMembers(channelName);
243376
243575
  const agentPool = activeSession?.client.getChannelAgentPool?.();
@@ -243589,7 +243788,9 @@ ${msg.body || msg.preview}`);
243589
243788
  /* @__PURE__ */ jsx_dev_runtime48.jsxDEV(Box_default, {
243590
243789
  flexDirection: "column",
243591
243790
  borderStyle: "round",
243592
- borderColor: "gray",
243791
+ borderColor: "#d4d4d8",
243792
+ borderLeft: false,
243793
+ borderRight: false,
243593
243794
  paddingX: 1,
243594
243795
  paddingY: 1,
243595
243796
  children: [
@@ -244224,7 +244425,7 @@ Interactive Mode:
244224
244425
  // packages/terminal/src/index.tsx
244225
244426
  var jsx_dev_runtime49 = __toESM(require_jsx_dev_runtime(), 1);
244226
244427
  setRuntime(bunRuntime);
244227
- var VERSION4 = "1.1.35";
244428
+ var VERSION4 = "1.1.36";
244228
244429
  var SYNC_START = "\x1B[?2026h";
244229
244430
  var SYNC_END = "\x1B[?2026l";
244230
244431
  function enableSynchronizedOutput() {
@@ -244364,4 +244565,4 @@ export {
244364
244565
  main
244365
244566
  };
244366
244567
 
244367
- //# debugId=1DCCE87965897B7764756E2164756E21
244568
+ //# debugId=9DD8CA1DF29768C664756E2164756E21