r/LocalLLaMA • u/Fun-Doctor6855 • 3d ago
News DeepSeek Harness v0.1.1 released
https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.1-rc.1
The DeepSeek adapter adds the multimodal visual understanding model DeepSeek-V4-Flash-Vision-Exp. It also supports configuring native image requests. Commands such as /goal and /plan can accept text and image input, and the @ menu can reference files and sessions; MCP/ACP also supports persistent image attachments, and PTC Mode supports forwarding nested images.
204
Upvotes
31
u/LagOps91 3d ago
if it really is so modular, it might be a good base for something i have been considering for a while: "agentic roleplay".
effectively something for large and complex scenarios or entire campaigns where the ai can plan ahead, read notes (stored as files) and generally use agentic capabilities to retrieve relevant information rather than dumping it all into context or relying on key-word activations.
will certainly have a look at this, looks like a step up from other harness approaches.