Plugin
Sfoglia, filtra e installa i plugin di DeepSeek-Harness.
6 plugin trovati
dsh-read-url
2672243194/dsh-read-url
Legge qualsiasi pagina come contenuto principale pulito: rilevamento automatico della codifica dei caratteri (GBK/GB2312/UTF-8/Big5), rimozione del rumore, testo/Markdown compatto, continuazione tramite offset, rendering SPA opzionale, letture in batch e crawling del sito.
dsh-fs-encoding
mrweicodes/dsh-fs-encoding
Guardia della codifica dei file: lettura/scrittura/modifica esatte al byte per file GBK, Big5, Shift-JIS, EUC-KR, Windows-125x, UTF-16 e UTF-32, così la modifica di un file legacy lo lascia nella codifica originale invece di riscriverlo silenziosamente come UTF-8; il BOM UTF-8 è preservato esattamente com'era, i fine riga (CRLF/LF/CR) sono mantenuti, i caratteri che la codifica non può rappresentare vengono rifiutati invece di essere scritti come "?", e i file non UTF-8 vengono elencati con codifiche candidate affinché il modello possa rileggerli esplicitamente.
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