docs(i18n): clarify review terminology

This commit is contained in:
Tianyi Cui
2026-07-24 14:21:36 +08:00
parent 9e1562a86b
commit 86d3bd6b9b
4 changed files with 4 additions and 4 deletions

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with: # after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write # pnpm run verify-translation-pairing --write
web.md: 20d07240c9d9fea2f1f5abbac810f349a3e81f9b web.md: 20d07240c9d9fea2f1f5abbac810f349a3e81f9b
web.zh.md: f67b0f576315809109eecb545c0501e93bac9fd3 web.zh.md: 68ceed04bb0b80f32ed704118f1fc25f48a0da70

View File

@@ -50,7 +50,7 @@ interface WebSearchResult {
} }
``` ```
`content` 是提供方可选生成的回答文本Exa 和 DeepSeek 不返回Perplexity 返回生成式回答)。`sources[]` 是可移植的引用表面。一个 source 必有 `url``title`/`snippet`/`publishedAt` 可选因为并非每个提供方都返回它们——Perplexity 的引用可能只有 URL强迫适配器编造其余字段会让 seam 说谎。`dsh-tool-web` 渲染时使用 `title ?? hostname(url)`。 `content` 是提供方可选生成的回答文本Exa 和 DeepSeek 不返回Perplexity 返回生成式回答)。`sources[]` 是一套可跨提供方使用的引用数据结构。一个 source 必有 `url``title`/`snippet`/`publishedAt` 可选因为并非每个提供方都返回它们——Perplexity 的引用可能只有 URL强迫适配器编造其余字段会让 seam 说谎。`dsh-tool-web` 渲染时使用 `title ?? hostname(url)`。
```ts type-equiv ```ts type-equiv
/** /**

View File

@@ -3,4 +3,4 @@
# after editing either side, bring the other along and re-record with: # after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write # pnpm run verify-translation-pairing --write
0002-js-expression-disabled-filesystem-tools.md: 30ff9d920821a8d55c4bea5f120f1aeeca6634b3 0002-js-expression-disabled-filesystem-tools.md: 30ff9d920821a8d55c4bea5f120f1aeeca6634b3
0002-js-expression-disabled-filesystem-tools.zh.md: 440c0642497930cf50cd799bf77af4460e29c2da 0002-js-expression-disabled-filesystem-tools.zh.md: 555d6efe1f2389d121210d8b559a863c0284afc4

View File

@@ -16,7 +16,7 @@ Cordis Include 将每个 `!!js` 标量解析为一个表达式对象。Loader
## 影响 ## 影响
七个文件系统场景和一个混合工作区编辑场景调用了注册表中不存在的工具。其结构化会话日志携带 `ToolNotFoundError`code 为 `UNKNOWN_TOOL`stdout 渲染出通用的失败工具卡片。快照套件通过了,因为两个表面都与刷新后的 fixture测试前置数据匹配它证明的是回归的确定性回放而非文件系统行为的正确性。 七个文件系统场景和一个混合工作区编辑场景调用了注册表中不存在的工具。其结构化会话日志携带 `ToolNotFoundError`code 为 `UNKNOWN_TOOL`stdout 渲染出通用的失败工具卡片。快照套件通过了,因为结构化会话日志和 stdout 渲染出的通用失败工具卡片均与刷新后的 fixture测试前置数据匹配它证明的是回归的确定性回放而非文件系统行为的正确性。
实际运行的受限默认模式并未获得意外的文件系统访问权限。一个简单的插值修复反而会制造该风险:权限预设在运行时更新 bash 沙箱和审批状态,但无法挂载、卸载或约束文件系统栈。 实际运行的受限默认模式并未获得意外的文件系统访问权限。一个简单的插值修复反而会制造该风险:权限预设在运行时更新 bash 沙箱和审批状态,但无法挂载、卸载或约束文件系统栈。