Plugins
Navegue, filtre e instale plugins do DeepSeek-Harness.
6 plugins encontrados
dsh-read-url
2672243194/dsh-read-url
Lê qualquer página como conteúdo principal limpo: detecção automática de codificação de caracteres (GBK/GB2312/UTF-8/Big5), remoção de ruído, texto/Markdown compacto, continuação por deslocamento, renderização SPA opcional, leituras em lote e rastreamento de sites.
dsh-fs-encoding
mrweicodes/dsh-fs-encoding
Guarda de codificação de arquivos: leitura/escrita/edição byte a byte exatas para arquivos GBK, Big5, Shift-JIS, EUC-KR, Windows-125x, UTF-16 e UTF-32, de modo que editar um arquivo legado o deixe em sua codificação original em vez de reescrevê-lo silenciosamente como UTF-8; o BOM UTF-8 é preservado exatamente como estava, as terminações de linha (CRLF/LF/CR) são mantidas, os caracteres que a codificação não pode representar são recusados em vez de gravados como "?", e os arquivos não UTF-8 são listados com codificações candidatas para que o modelo possa relê-los explicitamente.
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