File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def cmd_chat_mode(self, args):
149149 ),
150150 (
151151 "context" ,
152- "Work with surrounding code context for more contextually-aware edits."
152+ "Work with surrounding code context for more contextually-aware edits." ,
153153 ),
154154 ]
155155 )
@@ -1129,7 +1129,7 @@ def completions_code(self):
11291129
11301130 def completions_architect (self ):
11311131 raise CommandCompletionException ()
1132-
1132+
11331133 def completions_context (self ):
11341134 raise CommandCompletionException ()
11351135
@@ -1144,7 +1144,7 @@ def cmd_code(self, args):
11441144 def cmd_architect (self , args ):
11451145 """Enter architect/editor mode using 2 different models. If no prompt provided, switches to architect/editor mode.""" # noqa
11461146 return self ._generic_chat_command (args , "architect" )
1147-
1147+
11481148 def cmd_context (self , args ):
11491149 """Enter context mode to see surrounding code context. If no prompt provided, switches to context mode.""" # noqa
11501150 return self ._generic_chat_command (args , "context" )
You can’t perform that action at this time.
0 commit comments