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

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
H
Help Net Security
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
B
Blog
I
InfoQ
SecWiki News
SecWiki News
T
Tailwind CSS Blog
Spread Privacy
Spread Privacy
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Vulnerabilities – Threatpost
N
Netflix TechBlog - Medium
P
Palo Alto Networks Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Vercel News
Vercel News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
K
Kaspersky official blog
M
MIT News - Artificial intelligence
S
Schneier on Security
T
Threat Research - Cisco Blogs
F
Fortinet All Blogs
Cyberwarzone
Cyberwarzone
Scott Helme
Scott Helme
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The Cloudflare Blog
Recent Announcements
Recent Announcements
Security Latest
Security Latest
G
GRAHAM CLULEY
IT之家
IT之家
Y
Y Combinator Blog
The Last Watchdog
The Last Watchdog
腾讯CDC
Google DeepMind News
Google DeepMind News
V
V2EX
S
Securelist
TaoSecurity Blog
TaoSecurity Blog
B
Blog RSS Feed
S
SegmentFault 最新的问题
博客园 - 叶小钗
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Project Zero
Project Zero
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
F
Full Disclosure

Tags from 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.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.8.0 — Plugin Everything · nexu-io/open-design Release Open Design 0.7.0 · nexu-io/open-design Release Open Design 0.6.0 · nexu-io/open-design Release Open Design 0.5.0 · nexu-io/open-design Release v0.4.0 - DO NOT USE · nexu-io/open-design Release Open Design 0.4.1 · nexu-io/open-design Release Open Design 0.3.0 · nexu-io/open-design Release Open Design 0.2.0 · nexu-io/open-design Release Open Design 0.1.0 · nexu-io/open-design
Release Open Design 0.10.1 — stability & performance patch · nexu-io/open-design
github-actio · 2026-06-12 · via Tags from open-design

🩹 A focused stability & performance patch on 0.10.0. No new surface — just fixes and tuning for the shipped 0.10.0 line: leaner prompts and lighter transcripts on every turn, and Claude runs that pause to use a tool no longer get cut off and falsely marked "finished."

⚡ Performance

  • 🧠 Leaner system prompt per turn. System-prompt content is de-duplicated, injected on demand instead of every turn, and per-turn input is curbed — less redundant overhead on each agent turn. (#4203) Thanks @NJUHua.
  • 📜 Lighter transcripts. Prior-turn artifacts are summarized in the transcript instead of resending the full HTML every turn, cutting payload bloat on long conversations. (#4202) Thanks @NJUHua.

🐛 Fixed

  • 🩺 Runs no longer stop short at a tool boundary. When a Claude run reported token usage while pausing to call a tool, Open Design could end the session too early — the run exited with no artifact and the chat landed in a confusing "Stopped with unfinished work" state. Usage at a tool-use boundary is no longer treated as completion, so the run continues until the work is actually done. (#4198) Thanks @yinjialu.

📥 Download: Tag open-design-v0.10.1. All assets are live on GitHub Releases and releases.open-design.ai.

Platform Architecture Asset
macOS Apple Silicon (arm64) open-design-0.10.1-mac-arm64.dmg
macOS Intel (x64) open-design-0.10.1-mac-x64.dmg
Windows x64 (installer) open-design-0.10.1-win-x64-setup.exe
Windows x64 (portable) open-design-0.10.1-win-x64-portable.zip

🙏 Thanks to everyone who shipped 0.10.1

@NJUHua · @yinjialu