docs(tools): link terminal presentation markers

This commit is contained in:
imccyu
2026-08-24 10:24:18 +08:00
parent d9a071340f
commit bfc145cc7c
3 changed files with 16 additions and 4 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
/**
* Shared rendering helpers for the shell tools (`dsh-tool-bash`,
* `dsh-tool-pwsh`): the exit-status marker contract the tools' renderers
* emit and the presentation layer parses back.
* `dsh-tool-pwsh`): the exit-status marker contract the tools' renderers emit,
* Host `presentResult` implementations parse here, and the Web terminal card
* model mirrors without importing Host code.
* @module @deepseek-ai/dsh-shell/render
*/