fix: add Firecrawl API key and CUA image config from master

This commit is contained in:
LIghtJUNction
2026-04-29 02:47:51 +08:00
parent c059d60f57
commit 9bc8731f83
3 changed files with 84 additions and 0 deletions

View File

@@ -125,6 +125,10 @@
"description": "Brave Search API Key",
"hint": "Multiple keys can be added for rotation."
},
"websearch_firecrawl_key": {
"description": "Firecrawl API Key",
"hint": "Multiple keys can be added for rotation."
},
"websearch_baidu_app_builder_key": {
"description": "Baidu Qianfan Smart Cloud APP Builder API Key",
"hint": "Reference: [https://console.bce.baidu.com/iam/#/iam/apikey/list](https://console.bce.baidu.com/iam/#/iam/apikey/list)"
@@ -190,6 +194,30 @@
"description": "Shipyard Neo Sandbox TTL",
"hint": "Sandbox time-to-live in seconds."
},
"cua_image": {
"description": "CUA Image",
"hint": "CUA sandbox image or OS type. Defaults to linux. Supported values depend on the installed CUA SDK."
},
"cua_os_type": {
"description": "CUA OS Type",
"hint": "CUA sandbox operating system type. Defaults to linux."
},
"cua_ttl": {
"description": "CUA Sandbox TTL",
"hint": "CUA sandbox time-to-live in seconds. Actual behavior depends on the installed CUA SDK."
},
"cua_telemetry_enabled": {
"description": "CUA Telemetry",
"hint": "Allow the CUA SDK to send telemetry data. Disabled by default."
},
"cua_local": {
"description": "CUA Local Sandbox",
"hint": "Prefer a local CUA sandbox. Enabled by default to avoid requiring CUA_API_KEY for cloud sandboxes. Disable this to use CUA cloud sandboxes."
},
"cua_api_key": {
"description": "CUA API Key",
"hint": "CUA cloud sandbox API key. Required only when local sandbox is disabled. You can also provide it via the CUA_API_KEY environment variable."
},
"shipyard_endpoint": {
"description": "Shipyard API Endpoint",
"hint": "API access address for Shipyard service."

View File

@@ -125,6 +125,10 @@
"description": "API-ключ Brave Search",
"hint": "Можно добавить несколько ключей для ротации."
},
"websearch_firecrawl_key": {
"description": "API-ключ Firecrawl",
"hint": "Можно добавить несколько ключей для ротации."
},
"websearch_baidu_app_builder_key": {
"description": "API-ключ Baidu Qianfan APP Builder",
"hint": "Ссылка: [https://console.bce.baidu.com/iam/#/iam/apikey/list](https://console.bce.baidu.com/iam/#/iam/apikey/list)"
@@ -190,6 +194,30 @@
"description": "TTL песочницы Shipyard Neo",
"hint": "Время жизни песочницы в секундах."
},
"cua_image": {
"description": "Образ CUA",
"hint": "Образ или тип ОС песочницы CUA. По умолчанию linux. Поддерживаемые значения зависят от установленного CUA SDK."
},
"cua_os_type": {
"description": "Тип ОС CUA",
"hint": "Тип операционной системы песочницы CUA. По умолчанию linux."
},
"cua_ttl": {
"description": "TTL песочницы CUA",
"hint": "Время жизни песочницы CUA в секундах. Фактическое поведение зависит от установленного CUA SDK."
},
"cua_telemetry_enabled": {
"description": "Телеметрия CUA",
"hint": "Разрешить CUA SDK отправлять телеметрию. По умолчанию выключено."
},
"cua_local": {
"description": "Локальная песочница CUA",
"hint": "Предпочитать локальную песочницу CUA. Включено по умолчанию, чтобы не требовать CUA_API_KEY для облачных песочниц. Отключите для использования облачных песочниц CUA."
},
"cua_api_key": {
"description": "CUA API Key",
"hint": "API key для облачной песочницы CUA. Требуется только если локальная песочница отключена. Также можно передать через переменную окружения CUA_API_KEY."
},
"shipyard_endpoint": {
"description": "Эндпоинт Shipyard API",
"hint": "Адрес API для доступа к сервису Shipyard."

View File

@@ -127,6 +127,10 @@
"description": "Brave Search API Key",
"hint": "可添加多个 Key 进行轮询。"
},
"websearch_firecrawl_key": {
"description": "Firecrawl API Key",
"hint": "可添加多个 Key 进行轮询。"
},
"websearch_baidu_app_builder_key": {
"description": "百度千帆智能云 APP Builder API Key",
"hint": "参考:[https://console.bce.baidu.com/iam/#/iam/apikey/list](https://console.bce.baidu.com/iam/#/iam/apikey/list)"
@@ -192,6 +196,30 @@
"description": "Shipyard Neo Sandbox 存活时间(秒)",
"hint": "Shipyard Neo 沙箱的生存时间(秒)。"
},
"cua_image": {
"description": "CUA 镜像",
"hint": "CUA 沙箱镜像/系统类型,默认 linux。可填写 linux、macos、windows、android具体取决于 CUA SDK 支持。"
},
"cua_os_type": {
"description": "CUA 操作系统类型",
"hint": "CUA 沙箱操作系统类型,默认 linux。"
},
"cua_ttl": {
"description": "CUA Sandbox 存活时间(秒)",
"hint": "CUA 沙箱生存时间(秒)。当前作为会话配置保存,具体生效取决于 CUA SDK。"
},
"cua_telemetry_enabled": {
"description": "CUA 遥测",
"hint": "是否允许 CUA SDK 发送遥测数据。默认关闭。"
},
"cua_local": {
"description": "CUA 本地沙箱",
"hint": "是否优先使用 CUA 本地沙箱。默认开启,避免云端沙箱要求 CUA_API_KEY。关闭后可使用 CUA 云端沙箱。"
},
"cua_api_key": {
"description": "CUA API Key",
"hint": "CUA 云端沙箱 API Key。仅在关闭本地沙箱时需要。也可以通过 CUA_API_KEY 环境变量提供。"
},
"shipyard_endpoint": {
"description": "Shipyard API Endpoint",
"hint": "Shipyard 服务的 API 访问地址。"