@@ -120,7 +120,7 @@ impl SlashCommand {
120120 Self :: Knowledge ( subcommand) => subcommand. execute ( os, session) . await ,
121121 Self :: PromptEditor ( args) => args. execute ( session) . await ,
122122 Self :: Compact ( args) => args. execute ( os, session) . await ,
123- Self :: Tools ( args) => args. execute ( session) . await ,
123+ Self :: Tools ( args) => args. execute ( os , session) . await ,
124124 Self :: Issue ( args) => {
125125 if let Err ( err) = args. execute ( os) . await {
126126 return Err ( ChatError :: Custom ( err. to_string ( ) . into ( ) ) ) ;
@@ -133,7 +133,7 @@ impl SlashCommand {
133133 Self :: Prompts ( args) => args. execute ( session) . await ,
134134 Self :: Hooks ( args) => args. execute ( session) . await ,
135135 Self :: Usage ( args) => args. execute ( os, session) . await ,
136- Self :: Mcp ( args) => args. execute ( session) . await ,
136+ Self :: Mcp ( args) => args. execute ( os , session) . await ,
137137 Self :: Model ( args) => args. execute ( os, session) . await ,
138138 Self :: Subscribe ( args) => args. execute ( os, session) . await ,
139139 Self :: Persist ( subcommand) => subcommand. execute ( os, session) . await ,
0 commit comments