Merge branch 'code-mode-ui/live-parallel' into code-mode-ui/dispatch-spill

This commit is contained in:
Tianyi Cui
2026-07-26 10:21:50 +08:00
5 changed files with 12 additions and 7 deletions

View File

@@ -186,8 +186,9 @@ function renderValue(value: JsonValue): string {
type RunCodeOutput = { logs: string[]; result?: JsonValue }
/**
* Build the `run_code` {@link ToolDefinition}: one required `code` parameter,
* executed through the dispatch bridge described above. The
* Build the `run_code` {@link ToolDefinition}: required `code` and
* `description` parameters, executed through the dispatch bridge described
* above. The
* registry reserves it as presentation infrastructure under non-native modes,
* outside the filterable global/scoped capability layers.
* @param registry - the owning registry (sub-calls go through its `execute`,