chore: remove image reply special case in cursor (#680)

This commit is contained in:
Pavel Feldman 2025-07-16 18:32:07 -07:00 committed by GitHub
parent e9f6433241
commit 95454735bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 41 deletions

View file

@ -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;