feat(dashboard): update Shipyard Neo config hints

- Endpoint hint: mention default port 8114
- Access Token hint: mention sk-bay-* format and credentials.json auto-discovery
- Updated in default.py, zh-CN, and en-US i18n files
This commit is contained in:
zenfun
2026-02-17 04:24:34 +08:00
parent 4043a10531
commit 9d44947500
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2687,7 +2687,7 @@ CONFIG_METADATA_3 = {
"provider_settings.sandbox.shipyard_neo_endpoint": { "provider_settings.sandbox.shipyard_neo_endpoint": {
"description": "Shipyard Neo API Endpoint", "description": "Shipyard Neo API Endpoint",
"type": "string", "type": "string",
"hint": "Shipyard Neo(Bay) 服务的 API 访问地址。", "hint": "Shipyard Neo(Bay) 服务的 API 地址,默认 http://127.0.0.1:8114",
"condition": { "condition": {
"provider_settings.computer_use_runtime": "sandbox", "provider_settings.computer_use_runtime": "sandbox",
"provider_settings.sandbox.booter": "shipyard_neo", "provider_settings.sandbox.booter": "shipyard_neo",
@@ -2696,7 +2696,7 @@ CONFIG_METADATA_3 = {
"provider_settings.sandbox.shipyard_neo_access_token": { "provider_settings.sandbox.shipyard_neo_access_token": {
"description": "Shipyard Neo Access Token", "description": "Shipyard Neo Access Token",
"type": "string", "type": "string",
"hint": "用于访问 Shipyard Neo(Bay) 的访问令牌", "hint": "Bay 的 API Keysk-bay-...)。留空时自动从 credentials.json 发现",
"condition": { "condition": {
"provider_settings.computer_use_runtime": "sandbox", "provider_settings.computer_use_runtime": "sandbox",
"provider_settings.sandbox.booter": "shipyard_neo", "provider_settings.sandbox.booter": "shipyard_neo",
@@ -151,11 +151,11 @@
}, },
"shipyard_neo_endpoint": { "shipyard_neo_endpoint": {
"description": "Shipyard Neo API Endpoint", "description": "Shipyard Neo API Endpoint",
"hint": "API access address for Shipyard Neo(Bay) service." "hint": "Bay API address, default http://127.0.0.1:8114."
}, },
"shipyard_neo_access_token": { "shipyard_neo_access_token": {
"description": "Shipyard Neo Access Token", "description": "Shipyard Neo Access Token",
"hint": "Access token for Shipyard Neo(Bay) service." "hint": "Bay API Key (sk-bay-...). Leave empty for auto-discovery from credentials.json."
}, },
"shipyard_neo_profile": { "shipyard_neo_profile": {
"description": "Shipyard Neo Profile", "description": "Shipyard Neo Profile",
@@ -154,11 +154,11 @@
}, },
"shipyard_neo_endpoint": { "shipyard_neo_endpoint": {
"description": "Shipyard Neo API Endpoint", "description": "Shipyard Neo API Endpoint",
"hint": "Shipyard Neo(Bay) 服务的 API 访问地址。" "hint": "Shipyard Neo(Bay) 服务的 API 地址,默认 http://127.0.0.1:8114。"
}, },
"shipyard_neo_access_token": { "shipyard_neo_access_token": {
"description": "Shipyard Neo 访问令牌", "description": "Shipyard Neo 访问令牌",
"hint": "用于访问 Shipyard Neo(Bay) 服务的访问令牌。" "hint": "Bay 的 API Keysk-bay-...)。留空时自动从 credentials.json 发现。"
}, },
"shipyard_neo_profile": { "shipyard_neo_profile": {
"description": "Shipyard Neo Profile", "description": "Shipyard Neo Profile",