Merge branch 'code-mode-ui/web-ui-v1' into code-mode-ui/live-parallel

# Conflicts:
#	.agents/notes/implemented/feature/2026-06-15-code-mode.i18n.yaml
This commit is contained in:
Tianyi Cui
2026-07-26 10:21:01 +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`,