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( expect(
screen.getByText('开发者预览 · OpenAI 兼容') screen.getByText('开发者预览 · OpenAI 兼容')
).toBeInTheDocument() ).toBeInTheDocument()
expect(
screen.getByText(/公网地址必须使用 HTTPS/)
).toBeInTheDocument()
const harnessOverview = screen const harnessOverview = screen
.getByText('GoodBuddy 内置 DeepSeek Harness') .getByText('GoodBuddy 内置 DeepSeek Harness')
.closest<HTMLElement>('.runtime-overview') .closest<HTMLElement>('.runtime-overview')
-3
View File
@@ -1972,9 +1972,6 @@ export function SettingsPanel({
</small> </small>
</div> </div>
</div> </div>
<p className="settings-notice">
{t('runtime.deepseekHarness.compatibilityNotice')}
</p>
<RuntimeOverviewCard <RuntimeOverviewCard
detection={detection?.deepseekHarness} detection={detection?.deepseekHarness}
detectionLabel="DeepSeek Harness" detectionLabel="DeepSeek Harness"
@@ -238,8 +238,6 @@ export const settings = {
selectorLabel: 'DeepSeek Harness (Preview)', selectorLabel: 'DeepSeek Harness (Preview)',
title: 'DeepSeek Harness', title: 'DeepSeek Harness',
previewDescription: 'Developer preview · OpenAI-compatible', 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: 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.', '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: managedSource:
@@ -216,8 +216,6 @@ export const settings = {
selectorLabel: 'DeepSeek Harness(预览)', selectorLabel: 'DeepSeek Harness(预览)',
title: 'DeepSeek Harness', title: 'DeepSeek Harness',
previewDescription: '开发者预览 · OpenAI 兼容', previewDescription: '开发者预览 · OpenAI 兼容',
compatibilityNotice:
'支持使用 API Key 的 OpenAI 兼容 Chat Completions 连接;公网地址必须使用 HTTPS,本机回环地址可使用 HTTP。',
description: description:
'由 GoodBuddy 内部维护固定 Host 与控制协议,复用锁定的 Harness 底层库;Execute 工具调用自动单次授权,Ask 保持只读,并保留取消和工作区安全边界;不接入 DSH 插件或市场机制。', '由 GoodBuddy 内部维护固定 Host 与控制协议,复用锁定的 Harness 底层库;Execute 工具调用自动单次授权,Ask 保持只读,并保留取消和工作区安全边界;不接入 DSH 插件或市场机制。',
managedSource: '管理员预置的 OpenAI 兼容连接', managedSource: '管理员预置的 OpenAI 兼容连接',