dsh-ansi-render
Đã xác minh@ch4acko3/dsh-ansi-render · v0.1.2 · MIT · Giao diện web
Safe ANSI terminal output rendering service for DeepSeek Harness Web plugins
Cài đặt
dsh plugin add @ch4acko3/dsh-ansi-render Xác nhận layer đã áp bằng dsh --profile default --dump-config — xem hướng dẫn cài plugin.
Mã nguồn
Thẻ
Readme
@ch4acko3/dsh-ansi-render
A browser-side Cordis service that renders ANSI terminal output as escaped HTML. It supports common SGR styles, 16-color, 256-color, true-color, and allowlisted HTTP or HTTPS terminal hyperlinks through ansi_up.
const result = ctx.ansiRenderer.render({
text: '\u001b[1;31mERROR\u001b[0m build failed',
})
console.log(result.html)
The service creates a fresh parser for each render call. It does not emulate a terminal, execute control sequences, or maintain cursor state between requests.