chore: remove image reply special case in cursor (#680)
This commit is contained in:
parent
e9f6433241
commit
95454735bf
6 changed files with 8 additions and 41 deletions
|
|
@ -37,7 +37,7 @@ export type CLIOptions = {
|
|||
host?: string;
|
||||
ignoreHttpsErrors?: boolean;
|
||||
isolated?: boolean;
|
||||
imageResponses?: 'allow' | 'omit' | 'auto';
|
||||
imageResponses?: 'allow' | 'omit';
|
||||
sandbox: boolean;
|
||||
outputDir?: string;
|
||||
port?: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue