@@ -605,6 +605,7 @@ export function Session() {
605605 {
606606 title : sidebarVisible ( ) ? "Hide sidebar" : "Show sidebar" ,
607607 value : "session.sidebar.toggle" ,
608+ search : "toggle sidebar" ,
608609 keybind : "sidebar_toggle" ,
609610 category : "Session" ,
610611 onSelect : ( dialog ) => {
@@ -619,6 +620,7 @@ export function Session() {
619620 {
620621 title : conceal ( ) ? "Disable code concealment" : "Enable code concealment" ,
621622 value : "session.toggle.conceal" ,
623+ search : "toggle code concealment" ,
622624 keybind : "messages_toggle_conceal" ,
623625 category : "Session" ,
624626 onSelect : ( dialog ) => {
@@ -629,6 +631,7 @@ export function Session() {
629631 {
630632 title : showTimestamps ( ) ? "Hide timestamps" : "Show timestamps" ,
631633 value : "session.toggle.timestamps" ,
634+ search : "toggle timestamps" ,
632635 category : "Session" ,
633636 slash : {
634637 name : "timestamps" ,
@@ -642,6 +645,7 @@ export function Session() {
642645 {
643646 title : showThinking ( ) ? "Hide thinking" : "Show thinking" ,
644647 value : "session.toggle.thinking" ,
648+ search : "toggle thinking" ,
645649 keybind : "display_thinking" ,
646650 category : "Session" ,
647651 slash : {
@@ -656,6 +660,7 @@ export function Session() {
656660 {
657661 title : showDetails ( ) ? "Hide tool details" : "Show tool details" ,
658662 value : "session.toggle.actions" ,
663+ search : "toggle tool details" ,
659664 keybind : "tool_details" ,
660665 category : "Session" ,
661666 onSelect : ( dialog ) => {
@@ -664,8 +669,9 @@ export function Session() {
664669 } ,
665670 } ,
666671 {
667- title : "Toggle session scrollbar",
672+ title : showScrollbar ( ) ? "Hide session scrollbar" : "Show session scrollbar",
668673 value : "session.toggle.scrollbar" ,
674+ search : "toggle session scrollbar" ,
669675 keybind : "scrollbar_toggle" ,
670676 category : "Session" ,
671677 onSelect : ( dialog ) => {
0 commit comments