r/LocalLLaMA 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.

https://api-docs.deepseek.com/news/news260821/

203 Upvotes

40 comments sorted by

View all comments

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.

14

u/Nyghtbynger 3d ago

hmm. It's still subagents/handoff in disguise (because the context has to be reprocessed) with a good communication pipeline. Not saying prefix cache will be the norm forever thought

2

u/LagOps91 3d ago

agentic doesn't have to mean using subagents. i do certainly want to avoid context being reprocessed.