oh-my-dsh:面向 DeepSeek Harness 的多代理编排插件
oh-my-dsh 是由 YYTbit 维护的 DeepSeek Harness (DSH) 社区插件,采用 MIT 许可证,旨在提供多代理编排能力。该插件将开发任务拆分为探索、规划、实现、审查及调试等环节,通过五个专职代理(Explorer、Architect、Implementer、Reviewer、Debugger)和四个工作流技能(Autopilot、Deepwork、Review、Reflect)协作完成复杂任务。核心功能包括并行执行、依赖跟踪、运行时模型配置切换及任务流程自动化。用户可通过 `dsh plugin --profile your-profile add oh-my-d
Read Moredsh-mmx-bridge: Enabling DSH Access to MiniMax Multimodal Capabilities
The dsh-mmx-bridge is a DeepSeek Harness (DSH) MIT-licensed plugin maintained by welsione, designed to integrate MiniMax's multimodal capabilities into DSH agent workflows via the mmx_bridge tool. This plugin supports image understanding and generation, video creation, voice synthesis, music generation and cover production, online search, and quota queries. Users can issue direct commands in dialogue or drag and drop images for automatic recognition, with the recognition results featuring an embedded caching mechanism (stored in plaintext) for consistent queries on the same image. The plugin requires DSH version 0.1.0-rc.7 or higher and a logged-in mmx-cli environment. It can be installed via the `dsh plugin` command and takes effect after a restart. Generated artifacts are saved by default to `/tmp/mmx-out/` and are processed via the `/mmx` endpoint.
Read Moredsh-reference-anything: Integrating Multiple Reference Sources of DSH into an @ Menu
dsh-reference-anything is an MIT-licensed DSH plugin maintained by Chael-Chael, designed to address the issue of frequent switching caused by scattered multi-source data. This plugin integrates DSH commands, Skills, workspace files, session history, local Agent records, cloud drive files, and online chat history into the DeepSeek Harness @ menu, enabling one-stop search and reference. Its core functionalities include extending referenceable sources (supporting access to online sessions via OpenCLI and cloud drives via OpenList, with local records read directly from disk files) and enhancing menu interaction (supporting custom grouping order, folding settings, and optimized visual icons). The plugin is compatible with DSH versions 0.1.0-rc.8 and above, and after installation, it allows users to...
Read MoreHN Hot Topic: Can Manually Re-typing Every Line of Code Generated by an LLM Avoid "Cognitive Debt"?
On August 4, 2026, Ankur Sethi published a post advocating for manually retyping LLM-generated code line by line to avoid "cognitive debt", which garnered 409 points and 348 comments on Hacker News. This article outlines its core workflow (the Agent only displays changes without directly writing files), the pros and cons debates on HN, as well as more widely accepted alternatives like plan-first, design-first, and test-driven development, to help developers balance efficiency and code comprehension in the era of AI programming.
Read More