chore: remove redundant Harness compatibility notice

This commit is contained in:
lofyer
2026-08-14 16:38:45 +08:00
parent a83f24a334
commit 57c57d232c
4 changed files with 0 additions and 10 deletions
-3
View File
@@ -1411,9 +1411,6 @@ describe('SettingsPanel runtime files', () => {
expect(
screen.getByText('开发者预览 · OpenAI 兼容')
).toBeInTheDocument()
expect(
screen.getByText(/公网地址必须使用 HTTPS/)
).toBeInTheDocument()
const harnessOverview = screen
.getByText('GoodBuddy 内置 DeepSeek Harness')
.closest<HTMLElement>('.runtime-overview')
-3
View File
@@ -1972,9 +1972,6 @@ export function SettingsPanel({
</small>
</div>
</div>
<p className="settings-notice">
{t('runtime.deepseekHarness.compatibilityNotice')}
</p>
<RuntimeOverviewCard
detection={detection?.deepseekHarness}
detectionLabel="DeepSeek Harness"
@@ -238,8 +238,6 @@ export const settings = {
selectorLabel: 'DeepSeek Harness (Preview)',
title: 'DeepSeek Harness',
previewDescription: 'Developer preview · OpenAI-compatible',
compatibilityNotice:
'Supports OpenAI-compatible Chat Completions connections with an API key. Public endpoints must use HTTPS; loopback endpoints may use HTTP.',
description:
'GoodBuddy maintains the fixed Host and control protocol internally and uses pinned Harness libraries underneath. Execute tool calls receive automatic one-time authorization, Ask remains read-only, and cancellation and workspace safety boundaries remain in place. It does not integrate with the DSH plugin or marketplace mechanisms.',
managedSource:
@@ -216,8 +216,6 @@ export const settings = {
selectorLabel: 'DeepSeek Harness(预览)',
title: 'DeepSeek Harness',
previewDescription: '开发者预览 · OpenAI 兼容',
compatibilityNotice:
'支持使用 API Key 的 OpenAI 兼容 Chat Completions 连接;公网地址必须使用 HTTPS,本机回环地址可使用 HTTP。',
description:
'由 GoodBuddy 内部维护固定 Host 与控制协议,复用锁定的 Harness 底层库;Execute 工具调用自动单次授权,Ask 保持只读,并保留取消和工作区安全边界;不接入 DSH 插件或市场机制。',
managedSource: '管理员预置的 OpenAI 兼容连接',