fix(image): disable attachment resizing by default

This commit is contained in:
Aiden Cline 2026-05-12 17:16:13 -05:00
commit 9422b49cbf
5 changed files with 68 additions and 4 deletions

View file

@ -1143,6 +1143,7 @@ export type McpRemoteConfig = {
export type LayoutConfig = "auto" | "stretch"
export type ImageAttachmentConfig = {
enforce_limits?: boolean
auto_resize?: boolean
max_width?: number
max_height?: number