fix(web): expose the image-recognition-http settings namespace to config clients
The RPC settings.describe only serves namespaces on the WEB_SETTINGS_NAMESPACES and PRODUCT_SETTINGS_NAMESPACES allowlists; a namespace absent from both answers settings-not-exposed even when its owner registered it. image-recognition-http was missing, so the plugin-config card's scope stayed unavailable and the card rendered nothing. Add it to the web allowlist beside web-search-deepseek. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user