Skip to content

Open Design 0.10.1 β€” stability & performance patch

Choose a tag to compare

🩹 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