diff --git a/packages/host/apiproxy/src/api-proxy.ts b/packages/host/apiproxy/src/api-proxy.ts index bda99362b6..dd2d3b67cf 100644 --- a/packages/host/apiproxy/src/api-proxy.ts +++ b/packages/host/apiproxy/src/api-proxy.ts @@ -125,6 +125,7 @@ const DEFAULT_MAX_MESSAGES = 50 */ const WEB_SETTINGS_NAMESPACES = [ 'agent-loop', 'shell', 'locale', 'permission', 'ui-conversation', 'ui-theme', 'web-search-deepseek', + 'image-recognition-http', ] as const /** Provider work budget: at most 100 calls and 2,000 inspected hits. */