You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Pass in a prompt to run in a chat session in the current working directory.',
54
+
options: {
55
+
'_': {type: 'string[]',description: localize('prompt',"The prompt to use as chat.")},
56
+
'mode': {type: 'string',cat: 'o',alias: 'm',args: 'mode',description: localize('chatMode',"The mode to use for the chat session. Defaults to 'agent'.")},
57
+
'add-file': {type: 'string[]',cat: 'o',alias: 'a',args: 'path',description: localize('addFile',"Add files as context to the chat session.")},
description: 'Run a server that displays the editor UI in browsers.',
75
-
options: {
76
-
'cli-data-dir': {type: 'string',args: 'dir',description: localize('cliDataDir',"Directory where CLI metadata should be stored.")},
77
-
'disable-telemetry': {type: 'boolean'},
78
-
'telemetry-level': {type: 'string'},
79
-
}
80
-
},
81
-
'chat': {
82
-
type: 'subcommand',
83
-
description: 'Pass in a prompt to run in a chat session in the current working directory.',
84
-
options: {
85
-
'_': {type: 'string[]',description: localize('prompt',"The prompt to use as chat.")},
86
-
'mode': {type: 'string',cat: 'o',alias: 'm',args: 'mode',description: localize('chatMode',"The mode to use for the chat session. Defaults to 'agent'.")},
87
-
'add-file': {type: 'string[]',cat: 'o',alias: 'a',args: 'path',description: localize('addFile',"Add files as context to the chat session.")},
'diff': {type: 'boolean',cat: 'o',alias: 'd',args: ['file','file'],description: localize('diff',"Compare two files with each other.")},
93
92
'merge': {type: 'boolean',cat: 'o',alias: 'm',args: ['path1','path2','base','result'],description: localize('merge',"Perform a three-way merge by providing paths for two modified versions of a file, the common origin of both modified versions and the output file to save merge results.")},
94
93
'add': {type: 'boolean',cat: 'o',alias: 'a',args: 'folder',description: localize('add',"Add folder(s) to the last active window.")},
0 commit comments