Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
6 plugins encontrados
dsh-read-url
2672243194/dsh-read-url
Lee cualquier página como contenido principal limpio: autodetección de codificación (GBK/GB2312/UTF-8/Big5), eliminación de ruido, texto/Markdown compacto, continuación por desplazamiento, renderizado SPA opcional, lecturas por lotes y rastreo de sitios.
dsh-fs-encoding
mrweicodes/dsh-fs-encoding
Guarda de codificación de archivos: lectura/escritura/edición byte a byte exactas para archivos GBK, Big5, Shift-JIS, EUC-KR, Windows-125x, UTF-16 y UTF-32, de modo que editar un archivo heredado lo deja en su codificación original en lugar de reescribirlo silenciosamente como UTF-8; el BOM de UTF-8 se conserva exactamente como estaba, los finales de línea (CRLF/LF/CR) se mantienen, los caracteres que la codificación no puede representar se rechazan en lugar de escribirse como "?", y los archivos no UTF-8 se listan con codificaciones candidatas para que el modelo pueda volver a leerlos explícitamente.
dsh-wsl-encoding
173787247/dsh-wsl-encoding
Reports PowerShell, cmd, and LANG encoding for UTF-8 versus code-page issues.
dsh-change-budget
raphaelutumn/dsh-change-budget
Configurable per-turn budgets for supported file mutations, limiting distinct files, mutation calls, and UTF-8 payload bytes before tool execution.
dsh-tool-text-editor
flotiarenor/dsh-tool-text-editor
Byte-faithful text editing tools (edit_text / write_text) for DeepSeek Harness. They fix what the built-in write/edit cannot do: both drop a UTF-8 BOM, neither restores the file's own line-ending style (writing LF content turns a CRLF file into an LF file
dsh-console-utf8
vvilliam-qwq/dsh-console-utf8
Keep the Windows console on code page 65001 (UTF-8) for the dsh host and its bash tool commands, so output from Windows-native child processes stops being decoded as mojibake