@@ -568,6 +568,7 @@ const MD = "markdown.css"
568568const MP = "message-part.css"
569569const ST = "session-turn.css"
570570const CL = "collapsible.css"
571+ const BT = "basic-tool.css"
571572
572573/**
573574 * Source mapping for a CSS control.
@@ -607,10 +608,10 @@ const CSS_CONTROLS: CSSControl[] = [
607608 // --- Timeline spacing ---
608609 {
609610 key : "turn-gap" ,
610- label : "Turn gap " ,
611+ label : "Above user messages " ,
611612 group : "Timeline Spacing" ,
612613 type : "range" ,
613- initial : "48 " ,
614+ initial : "32 " ,
614615 selector : '[data-slot="session-turn-list"]' ,
615616 property : "gap" ,
616617 min : "0" ,
@@ -621,10 +622,10 @@ const CSS_CONTROLS: CSSControl[] = [
621622 } ,
622623 {
623624 key : "container-gap" ,
624- label : "Container gap " ,
625+ label : "Below user messages " ,
625626 group : "Timeline Spacing" ,
626627 type : "range" ,
627- initial : "18 " ,
628+ initial : "0 " ,
628629 selector : '[data-slot="session-turn-message-container"]' ,
629630 property : "gap" ,
630631 min : "0" ,
@@ -1040,12 +1041,40 @@ const CSS_CONTROLS: CSSControl[] = [
10401041 } ,
10411042
10421043 // --- Tool parts ---
1044+ {
1045+ key : "tool-subtitle-font-size" ,
1046+ label : "Subtitle font size" ,
1047+ group : "Tool Parts" ,
1048+ type : "range" ,
1049+ initial : "14" ,
1050+ selector : '[data-slot="basic-tool-tool-subtitle"]' ,
1051+ property : "font-size" ,
1052+ min : "10" ,
1053+ max : "22" ,
1054+ step : "1" ,
1055+ unit : "px" ,
1056+ source : { file : BT , anchor : '[data-slot="basic-tool-tool-subtitle"]' , prop : "font-size" , format : px } ,
1057+ } ,
1058+ {
1059+ key : "exa-output-font-size" ,
1060+ label : "Search output font size" ,
1061+ group : "Tool Parts" ,
1062+ type : "range" ,
1063+ initial : "14" ,
1064+ selector : '[data-component="exa-tool-output"]' ,
1065+ property : "font-size" ,
1066+ min : "10" ,
1067+ max : "22" ,
1068+ step : "1" ,
1069+ unit : "px" ,
1070+ source : { file : MP , anchor : '[data-component="exa-tool-output"]' , prop : "font-size" , format : px } ,
1071+ } ,
10431072 {
10441073 key : "tool-content-gap" ,
10451074 label : "Trigger/content gap" ,
10461075 group : "Tool Parts" ,
10471076 type : "range" ,
1048- initial : "8 " ,
1077+ initial : "4 " ,
10491078 selector : '[data-component="collapsible"].tool-collapsible' ,
10501079 property : "--tool-content-gap" ,
10511080 min : "0" ,
@@ -1059,7 +1088,7 @@ const CSS_CONTROLS: CSSControl[] = [
10591088 label : "Explored tool gap" ,
10601089 group : "Explored Group" ,
10611090 type : "range" ,
1062- initial : "14 " ,
1091+ initial : "4 " ,
10631092 selector : '[data-component="context-tool-group-list"]' ,
10641093 property : "gap" ,
10651094 min : "0" ,
0 commit comments