chore: get rid of connection factory (#362)
Drive-by User-Agent sniffing and disabling of image type in Cursor.
This commit is contained in:
parent
23a2e5fee7
commit
e95b5b1dd6
13 changed files with 181 additions and 154 deletions
|
|
@ -39,6 +39,7 @@ export type CLIOptions = {
|
|||
allowedOrigins?: string[];
|
||||
blockedOrigins?: string[];
|
||||
outputDir?: string;
|
||||
noImageResponses?: boolean;
|
||||
};
|
||||
|
||||
const defaultConfig: Config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue