惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
MyScale Blog
MyScale Blog
量子位
月光博客
月光博客
J
Java Code Geeks
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
U
Unit 42
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
G
Google Developers Blog
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
IT之家
IT之家
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
B
Blog
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
B
Blog RSS Feed

Open Design Blog

Open Design 0.18.0: design team workspace, now in Codex Open Design 0.17.0: Open Design for Codex Open Design 0.16.0: reliable delivery Open Design 0.15.1 — Sharper Vision, Longer Flow Open Design 0.15.0: cost less, ship faster Claude PPT Skills: How to Make a Slide Deck with Your Coding Agent codex-ppt-skill: Image-Forward PPT Decks with a Coding Agent frontend-slides: Make Web Slides with a Coding Agent dashiAI-ppt-skill: Editable Presentations From a Coding Agent guizang-ppt-skill: Editorial HTML Decks with a Coding Agent Marp: The Markdown Presentation Tool (and How to Export to PowerPoint) ppt-master: Editable PowerPoint From Any Document, Built by an Agent reveal.js: Themes, Export & How It Compares to the Alternatives Slidev: Themes, Examples & How to Export to PowerPoint Open Design 0.14.0: the inspiration time machine Open Design AI Workshop is coming to Shanghai Open Design 0.13.0: stay in flow Best AI Design Agents in 2026: An Honest, Tested Guide Best AI Prototyping Tools in 2026: An Honest, Tested Guide Best AI Design Tools in 2026: An Honest, Tested Guide Best Bolt.new Alternatives in 2026: An Honest Comparison Best Design-to-Code Tools in 2026: An Honest, Tested Guide Best Figma Alternatives in 2026: An Honest, Tested Guide How to Use Claude Code for Frontend Design (2026 Guide) Best Lovable Alternatives in 2026: An Honest Comparison Best v0 Alternatives in 2026: An Honest Comparison Open Design is coming to Osaka / Kyoto Open Design 0.12.0: your brand is a design system Vibe Design Tools: An Honest Guide to What Works Vibe Design vs Vibe Coding: Where They Split and Why It Matters
Open Design 0.19.1: Design with DeepSeek Harness
Open Design · 2026-08-14 · via Open Design Blog

← Back to Blog

Open Design 0.19.1 makes DeepSeek Harness a first-class native design runtime, with live model and reasoning discovery, structured streaming, session resume, reliable cancellation, faster project creation, and steadier team workspaces.

August 14, 2026 6 min read Product

Open Design 0.19.1: Design with DeepSeek Harness

open-design-v0.19.1, codename “Design with DeepSeek Harness.” This release makes the official dsh CLI more than another agent Open Design can connect to. DeepSeek Harness is now a first-class native runtime that Open Design can launch directly, continue across turns, and carry all the way to a finished design.

The complete 0.19.1 changelog covers every stability and workspace change. This is the product story: how DeepSeek Harness enters the Open Design loop, and how the wait between an idea on Home and a working project gets shorter again.

DeepSeek Harness is a native design runtime

Open Design now launches DeepSeek Harness through the official dsh CLI. The connection uses a structured JSONL stream instead of treating terminal text as an opaque transcript. The model catalog and reasoning options come from the capabilities Harness publishes live, while progress, artifacts, and errors arrive in the project as explicit events.

Sessions resume natively. Cancellation stays authoritative through startup, execution, and recovery, and it cleans up the corresponding process tree on macOS and Windows. If the API key is missing, the installed version is untested, or the Open Design profile is incompatible, the app surfaces a specific diagnostic and a repair action instead of letting the run fail silently.

A command-line prompt passes through a blue native runtime connection into a design canvas, surrounded by controls for model discovery, reasoning selection, session resume, and cancellation
Live model discovery, reasoning selection, structured streaming, resume, and cancel all belong to one native runtime connection.

Install or repair the connection with one command

Install the official DeepSeek Harness, then run:

od agent setup deepseek-harness

Open Design installs the verified connection component bundled with the desktop app. If the open-design profile is already present but incompatible, the same command repairs it. Add your DeepSeek API key on the Models page, or expose DEEPSEEK_API_KEY to the Open Design daemon.

Once setup completes, choose DeepSeek Harness like any other agent. Its live models and supported reasoning efforts appear in the composer. The DeepSeek Harness design guide walks through installation, workflow, visual direction, critique, and delivery.

0.19.1 also refreshes the creation-type row and workspace controls on Home. A local project no longer waits for a Cloud workspace identity before it can start. After you submit, Open Design moves directly into the new project’s Preparing state and rolls the transition back cleanly if creation fails. Cloud projects keep the balance and identity checks they actually need.

An idea card moves through a Preparing doorway into a working design project while bounded queues keep shared workspace resources synchronized below
Enter the project as soon as you submit; bounded background work keeps a growing workspace responsive.

That shorter entry path matters with Harness. You can choose the runtime, model, and reasoning level, send a real brief, and watch the first structured events arrive without waiting at a workspace gate that does not apply to the project.

Recovery gets stronger as the team gets larger

An expired Open Design Cloud session now clears invalid credentials and returns to the existing sign-in flow. Headless operators can use od amr status and od amr logout to inspect or reset authentication. Transient workspace-authority failures retry safely without duplicating the original request.

Large team projects now batch shared-resource pulls, cap sync fan-out, cache workspace-authority reads safely, and put explicit limits on scans, archives, and push queues. As the workspace grows, sync stays steadier and memory pressure stays bounded.

What else lands in 0.19.1

  • Generated work opens where you expect it — new image and video outputs open in preview automatically. When an agent explicitly names an existing artifact, the write updates that file in place instead of making a numbered duplicate.
  • Standalone HTML export is more reliable — the single-file handoff path is safer to deliver and open offline.
  • Cloudflare Kumo UI joins the design-system catalog, ready to use as a visual foundation for generated interfaces.
  • Claude Desktop setup gets a direct pathod mcp install claude-desktop configures Open Design on macOS and Windows.
  • Project context is more accurate — Home search includes personal projects, Community templates retain their original project type, and MCP resource reads follow the signed-in workspace.
  • Run recovery is harder to confuse — repeated sends no longer enqueue duplicate requests, a successful run cannot be turned back into a failure by an old tool error, and stale message writes cannot replace the daemon’s canonical events.
  • Message Center stays in context — rows expand and collapse in place instead of replacing the list.

Where to start

If you want to…Start here
Design with DeepSeek HarnessInstall the official dsh CLI, run od agent setup deepseek-harness, add your key, then select Harness in the composer
Control how the model worksChoose one of the live models and a reasoning effort published for that model before sending the brief
Continue a design conversationReopen the project and send the next turn; the native Harness session resumes behind the same conversation
Stop a run cleanlyCancel from Open Design; startup, execution, recovery, and the child process tree follow the same cancellation state
Start a local project quicklySubmit from Home and continue in Preparing without waiting for a Cloud workspace identity

What to do next

Download Open Design 0.19.1, install the official dsh CLI, run od agent setup deepseek-harness, and give DeepSeek Harness your first real design brief.

Thank you to everyone who contributed to 0.19.1. See the native DeepSeek Harness runtime change and the complete changelog for the implementation details and credits.

Next step

Download the desktop build

Take the open-source design workspace for a spin, inspect the release notes on GitHub, or join our Discord for live community feedback.