Плагины
Находите, фильтруйте и устанавливайте плагины DeepSeek-Harness.
Найдено плагинов: 6
dsh-read-url
2672243194/dsh-read-url
Читает любую страницу как чистый основной контент: автоопределение кодировки (GBK/GB2312/UTF-8/Big5), удаление шума, компактный текст/Markdown, продолжение по смещению, опциональный рендеринг SPA, пакетное чтение и обход сайта.
dsh-fs-encoding
mrweicodes/dsh-fs-encoding
Защита кодировки файлов: побайтово точное чтение/запись/редактирование файлов GBK, Big5, Shift-JIS, EUC-KR, Windows-125x, UTF-16 и UTF-32, так что редактирование старого файла оставляет его в исходной кодировке вместо тихой перезаписи в UTF-8; BOM UTF-8 сохраняется в точности как был, окончания строк (CRLF/LF/CR) сохраняются, символы, которые кодировка не может представить, отклоняются вместо записи как «?», а файлы не в UTF-8 перечисляются с кодировками-кандидатами, чтобы модель могла явно перечитать их.
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