Merge pull request #973 from deepseek-harness/feat/read-presenter

feat(fs): add a read render-intent card for the read tool result
This commit is contained in:
Chinesezjc
2026-07-31 14:30:31 +08:00
committed by GitHub
33 changed files with 537 additions and 62 deletions
+1 -1
View File
@@ -2313,7 +2313,7 @@ async execute(exec: ToolExecutionInput): Promise<ToolExecutionResult>
Types: [ScopeKey](../core-data-structures/scope.md) · [ToolDefinition](../core-data-structures/tools.md) · [ToolExecutionInput](../core-data-structures/tools.md) · [ToolExecutionMode](../core-data-structures/tools.md) · [ToolExecutionResult](../core-data-structures/tools.md) · [ToolGuard](../core-data-structures/tools.md) · [ToolRestriction](../core-data-structures/tools.md) · [ToolSchema](../core-data-structures/tools.md)
Source: [`packages/core/tools/src/index.ts:704`](../../packages/core/tools/src/index.ts)
Source: [`packages/core/tools/src/index.ts:706`](../../packages/core/tools/src/index.ts)
## `ctx.tui` — `TuiExtensionService` (abstract seam)