|
| 1 | +--- |
| 2 | +title: Open Design 0.19.2 — DeepSeek Harness, One Command Away |
| 3 | +description: Install DeepSeek Harness with one command, export offline-safe HTML, and keep long agent runs responsive. |
| 4 | +--- |
| 5 | + |
| 6 | +### 🌟 Codename: *DeepSeek Harness, One Command Away* |
| 7 | + |
| 8 | +🧰 **28 PRs · 9 contributors · 2 days** — **0.19.2 shortens the path from |
| 9 | +installing DeepSeek Harness to finishing work with it.** One command can set up |
| 10 | +a compatible Harness toolchain, Windows paths with spaces no longer break the |
| 11 | +Open Design connection, and long streams stay responsive. This patch also adds |
| 12 | +offline-safe HTML export and the structured Design System 3.0 runtime. |
| 13 | + |
| 14 | +## 🔥 Highlights |
| 15 | + |
| 16 | +- 🧰 **Install DeepSeek Harness with one command.** The new bootstrap scripts |
| 17 | + cover macOS, Linux, Windows PowerShell, and Windows CMD. They reuse compatible |
| 18 | + local tools or install an isolated user-scoped Node.js 24 toolchain with the |
| 19 | + pinned Harness release, then open `dsh web` for API key setup. Open Design now |
| 20 | + installs its connection component through a shell-safe profile path, including |
| 21 | + Windows application and `DSH_HOME` paths that contain spaces. (#6900, #6905) |
| 22 | + |
| 23 | +- 📦 **Export HTML that keeps working after you move it.** Downloaded HTML now |
| 24 | + bundles project-local images, styles, fonts, modules, workers, and nested |
| 25 | + documents into one offline-safe file. Missing or oversized dependencies return |
| 26 | + a clear error instead of a broken export. The same output is available through |
| 27 | + `od export --format html`. (#6855) |
| 28 | + |
| 29 | +- ⚡ **Long agent runs stay responsive.** Thinking and text still stream into |
| 30 | + chat while Open Design batches persistence and React updates behind the scenes. |
| 31 | + Terminal transitions flush the last buffered output. `od export` also works |
| 32 | + with a project ID alone, so agents no longer need workspace or member flags |
| 33 | + for a project that already has a saved workspace binding. (#6915) |
| 34 | + |
| 35 | +- 🎨 **Structured design systems now drive generation and validation.** Design |
| 36 | + System 3.0 packages give agents an intent map, exact component implementations, |
| 37 | + tokens, and rules. Agents can resolve a component before generating, load only |
| 38 | + its declared files, then validate reuse, required states, token use, and |
| 39 | + fallback behavior. The same workflow is available through |
| 40 | + `od tools design-systems`. (#6805) |
| 41 | + |
| 42 | +## ✨ Added |
| 43 | + |
| 44 | +- The DeepSeek Harness design guide now has a companion collection of 13 verified |
| 45 | + design plugins, grouped by vision, generative UI, workflow, and preview use |
| 46 | + cases, with localized detail pages and source-backed install commands. |
| 47 | + (#6864, #6897) |
| 48 | +- Packaged apps now search standard nix-darwin, NixOS, system, and user profile |
| 49 | + directories when discovering locally installed agent CLIs. (#6885) |
| 50 | + |
| 51 | +## 🔁 Changed |
| 52 | + |
| 53 | +- The Home creation row puts the most common project types first, and the |
| 54 | + DeepSeek Pro and Flash campaign copy stays aligned across the product and |
| 55 | + localized landing pages through August 27. (#6852, #6863, #6876, #6892) |
| 56 | +- Landing-page production deploys now purge the active host after publishing and |
| 57 | + keep a short edge TTL for HTML, reducing the time visitors spend on stale |
| 58 | + pages after a release. (#6552) |
| 59 | + |
| 60 | +## 🐛 Fixed |
| 61 | + |
| 62 | +### 🧠 DeepSeek Harness and agents |
| 63 | + |
| 64 | +- Canceling a Harness run now settles once as canceled, terminates the profile |
| 65 | + process, preserves provider error details, and records the correct provider and |
| 66 | + model in diagnostics. Canceled turns no longer appear as Working, Done, or Run |
| 67 | + failed. (#6880) |
| 68 | +- Missing DeepSeek credentials now produce steps for `dsh web`, Settings → |
| 69 | + Models, and `DEEPSEEK_API_KEY` instead of `[object Object]`. (#6890) |
| 70 | +- Long structured event streams no longer leave chat busy after useful output has |
| 71 | + appeared, and project exports avoid repeated workspace-context failures. |
| 72 | + (#6915) |
| 73 | + |
| 74 | +### 🖼️ Preview and workspace UI |
| 75 | + |
| 76 | +- Generated presentations recover when Chromium aborts an `about:srcdoc` |
| 77 | + navigation, powered previews work behind reverse proxies, and comment bridges |
| 78 | + wait for the committed preview URL before reporting ready. (#5592, #6797, |
| 79 | + #6882) |
| 80 | +- Mobile comment previews no longer flash during close, deck previews fill the |
| 81 | + viewer without letterboxing, and the move-to-team dialog covers the composer |
| 82 | + beneath it. (#6785, #6829, #6854) |
| 83 | +- Expanded Message Center rows show their configured HTTP(S) action again. |
| 84 | + Unsafe action URLs remain hidden. (#6894) |
| 85 | + |
| 86 | +### 🖥️ Desktop and delivery |
| 87 | + |
| 88 | +- Sidecars accept the configured internal host allowlist, which keeps packaged |
| 89 | + deployments working behind approved internal hosts. (#6802) |
| 90 | +- Team pricing copy now matches the $5 per-seat catalog across landing-page |
| 91 | + surfaces. (#6834) |
| 92 | + |
| 93 | +## 🙏 Thanks to everyone who shipped 0.19.2 |
| 94 | + |
| 95 | +@AmyShang-alt · @CVE-Hunter-Leo · @jlbeard84 · @joeylee12629-star · |
| 96 | +@kiuber · @lefarcen · @lorenzozanee · @mrcfps · @Siri-Ray |
0 commit comments