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

推荐订阅源

C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
爱范儿
爱范儿
aimingoo的专栏
aimingoo的专栏
量子位
Recent Announcements
Recent Announcements
V
V2EX
P
Proofpoint News Feed
小众软件
小众软件
云风的 BLOG
云风的 BLOG
腾讯CDC
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
B
Blog
博客园_首页
GbyAI
GbyAI
博客园 - Franky

Tags from open-design

Release Open Design 0.22.2 — More reliable update restarts · nexu-io/open-design Release Open Design 0.22.1 — Smoother design runs and recovery · nexu-io/open-design Release Open Design 0.22.0 — Introducing OpenDesign Arena · nexu-io/open-design Release Open Design 0.21.1 — Community First: No Login Required · nexu-io/open-design Release Open Design 0.21.0 — Reliable, Start to Finish · nexu-io/open-design Release Open Design 0.20.2 — Production Exports, Under a Minute · nexu-io/open-design Release Open Design 0.20.0 — Steady by Design · nexu-io/open-design Release archive/standalone-closure-pre-delivery-20260818 · nexu-io/open-design Release Open Design 0.19.2 — DeepSeek Harness, One Command Away · nexu-io/open-design Release Open Design 0.19.1 — Design with DeepSeek Harness · nexu-io/open-design Release Open Design 0.19.0 — Image Generation, Unlocked · nexu-io/open-design Release Open Design 0.18.1 — DeepSeek V4 Flash, unlimited all week. · nexu-io/open-design Release Open Design 0.18.0 — Design Team Workspace. Now in Codex. · nexu-io/open-design Release Open Design 0.17.0 · nexu-io/open-design Release Open Design 0.16.1 · nexu-io/open-design Release Open Design 0.16.0 · nexu-io/open-design Release Open Design 0.15.1 · nexu-io/open-design Release Open Design 0.15.0 · nexu-io/open-design Release Open Design 0.14.1 — Intelligence with everyone: Grok 4.5 Free, Plus GPT 5.6, Fable 5 & Muse 1.1 · nexu-io/open-design Release Open Design 0.14.0 — Inspiration Time Machine · nexu-io/open-design Release Open Design 0.13.0 — Stay in Flow · nexu-io/open-design Release Open Design 0.12.0 — Brand-backed Design System · nexu-io/open-design Release Open Design 0.11.0 — The Bazaar · nexu-io/open-design Release Open Design 0.10.1 — stability & performance patch · nexu-io/open-design Release Open Design 0.10.0 — The all-in-one Agentic design workspace · nexu-io/open-design Release backup-release-v0.10.0-20260610-prerecut · nexu-io/open-design Release pr-3706-verification-assets · nexu-io/open-design Release Open Design 0.9.0 — Design for everyone · nexu-io/open-design Release backup/release-v0.9.0-pre-backmerge: fix(analytics): map AMR runtime to its own provider id (#3511) · nexu-io/open-design Release blog-indexed-prod · nexu-io/open-design
Release Open Design 0.20.1 — Meet Go Plan: Unlimited Acce...
github-actions · 2026-08-21 · via Tags from open-design

🌟 Codename: Meet Go Plan: Unlimited Access to Three Powerful Models

🟢 28 PRs · 10 contributors · 2 daysCreate without worrying about usage limits. Go Plan gives you unlimited access to DeepSeek V4, DeepSeek Pro, and GLM 5.2—so you can explore, create, and iterate as much as you want.

🔥 Highlights

  • 🟢 Go is here — a plan you can actually start on. The new entry tier ships
    end to end: a Go column on the pricing page, a launch banner on the homepage,
    and in-app upgrade entries that take you straight to Pricing instead of a
    dead-end dialog. Plan names, order and copy now read the same in the app and on
    the site. (#7121, #7122, #7167)

  • 🔋 A zero balance no longer locks you out of the models you pay for. If
    your plan includes unlimited use of a model, the picker keeps offering it even
    when your wallet reads 0 — the balance and the entitlement are two different
    things, and only one of them should gate the model list. (#7187)

  • 🖼️ When an image doesn't come back, you find out why. Generation failures
    used to collapse into one generic message. Now the real reason comes through —
    a safety refusal, a provider error, a bad prompt — so you know whether to
    retry, rephrase, or switch models. (#7118)

  • 💬 The first thing you ask for on Home streams all the way through. Starting
    a run from Home could leave the output frozen partway while the work continued
    in the background. The first run now stays live from the first token to the
    last. (#7071)

  • ⏱️ "How long did that take" finally means what it says. Run timing is now
    anchored to the moment the model actually starts responding, so queueing and
    startup no longer inflate generation time in your history. (#7155)

  • 🧩 Handoff to OpenCode. A new community plugin hands the current piece of
    work over to OpenCode, so a task started in Open Design can continue in the
    agent you prefer. (#6948) Thanks @ross-sec.

  • 🏷️ One name, everywhere: OpenDesign. The product name, navigation and CTAs
    now read consistently across the app and the site, instead of drifting between
    two spellings. (#6983, #6998) Thanks @joeylee12629-star.

  • Opening your conversation list stops doing unnecessary work. The list no
    longer materializes full event logs just to draw itself, which shows up
    directly as a faster panel on projects with long histories. (#6978)
    Thanks @jiulongche.

🩹 Fixed

  • The About panel's update row keeps its spacing, and the project frame no longer
    flashes twice when a project opens. (#7174)
  • Deploy failures return specific error codes instead of one opaque 400, so a
    failed deploy says what went wrong. (#5897)
  • Removing a skill clears it from the @ mention picker instead of leaving a
    stale entry behind. (#6920) Thanks @T-sanjay-ram.
  • Reattaching to a running conversation coalesces replay events instead of
    replaying them one by one. (#6926) Thanks @roian6.
  • Agent runtimes start on Windows machines whose PATHEXT is malformed. (#6937)
    Thanks @github-lover-9999.
  • od media wait and od media generate flush their output before exiting, so
    piped and scripted usage no longer loses the last lines. (#6800)
    Thanks @lorenzozanee.
  • The artifact upsell only appears for Cloud models, not for models you already
    brought yourself. (#6995)
  • Preview font stylesheets load without blocking the preview itself. (#7134)
  • The DeepSeek Harness bootstrap version is derived from the installer bytes, so
    the reported version matches what actually installed. (#7107)

🌐 Website

  • An image generation showcase on the landing page. (#6904)
  • A DeepSeek Harness GUI guide that answers the search intent directly, with the
    steps 2–5 walkthrough split out. (#7073) Thanks @joeylee12629-star.
  • DeepSeek curated plugin detail routes work again. (#6976) Thanks @roian6.

🙏 Thanks to everyone who shipped 0.20.1

@alchemistklk · @github-lover-9999 · @jiulongche · @joeylee12629-star ·
@lefarcen · @lorenzozanee · @roian6 · @ross-sec · @Siri-Ray · @T-sanjay-ram