@@ -608,6 +608,7 @@ export function Session() {
608608 {
609609 title : sidebarVisible ( ) ? "Hide sidebar" : "Show sidebar" ,
610610 value : "session.sidebar.toggle" ,
611+ search : "toggle sidebar" ,
611612 keybind : "sidebar_toggle" ,
612613 category : "Session" ,
613614 onSelect : ( dialog ) => {
@@ -622,6 +623,7 @@ export function Session() {
622623 {
623624 title : conceal ( ) ? "Disable code concealment" : "Enable code concealment" ,
624625 value : "session.toggle.conceal" ,
626+ search : "toggle code concealment" ,
625627 keybind : "messages_toggle_conceal" ,
626628 category : "Session" ,
627629 onSelect : ( dialog ) => {
@@ -632,6 +634,7 @@ export function Session() {
632634 {
633635 title : showTimestamps ( ) ? "Hide timestamps" : "Show timestamps" ,
634636 value : "session.toggle.timestamps" ,
637+ search : "toggle timestamps" ,
635638 category : "Session" ,
636639 slash : {
637640 name : "timestamps" ,
@@ -645,6 +648,7 @@ export function Session() {
645648 {
646649 title : showThinking ( ) ? "Hide thinking" : "Show thinking" ,
647650 value : "session.toggle.thinking" ,
651+ search : "toggle thinking" ,
648652 keybind : "display_thinking" ,
649653 category : "Session" ,
650654 slash : {
@@ -659,6 +663,7 @@ export function Session() {
659663 {
660664 title : showDetails ( ) ? "Hide tool details" : "Show tool details" ,
661665 value : "session.toggle.actions" ,
666+ search : "toggle tool details" ,
662667 keybind : "tool_details" ,
663668 category : "Session" ,
664669 onSelect : ( dialog ) => {
@@ -667,8 +672,9 @@ export function Session() {
667672 } ,
668673 } ,
669674 {
670- title : "Toggle session scrollbar",
675+ title : showScrollbar ( ) ? "Hide session scrollbar" : "Show session scrollbar",
671676 value : "session.toggle.scrollbar" ,
677+ search : "toggle session scrollbar" ,
672678 keybind : "scrollbar_toggle" ,
673679 category : "Session" ,
674680 onSelect : ( dialog ) => {
0 commit comments