open-design-v0.10.1

nexu-io/open-designopen-design-v0.10.1Jun 12, 2026by github-actions[bot]

AI Summary

A focused stability and performance patch for 0.10.0 that optimizes system prompts and transcripts to reduce payload bloat, and fixes a critical bug where Claude runs were incorrectly stopping short at tool boundaries.

Key Highlights

  • System prompt de-duplication and per-turn input curbing for leaner prompts.
  • Transcripts now summarize prior-turn artifacts instead of resending full HTML.
  • Fixed runs that paused to use a tool no longer get falsely marked as finished.

New Features

  • Leaner system prompt per turn
  • Lighter transcripts
  • Runs no longer stop short at a tool boundary

Full Release Notes

๐Ÿฉน **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](https://github.com/nexu-io/open-design/releases/download/open-design-v0.10.1/open-design-0.10.1-mac-arm64.dmg) |
> | macOS | Intel (x64) | [open-design-0.10.1-mac-x64.dmg](https://github.com/nexu-io/open-design/releases/download/open-design-v0.10.1/open-design-0.10.1-mac-x64.dmg) |
> | Windows | x64 (installer) | [open-design-0.10.1-win-x64-setup.exe](https://github.com/nexu-io/open-design/releases/download/open-design-v0.10.1/open-design-0.10.1-win-x64-setup.exe) |
> | Windows | x64 (**portable**) | [open-design-0.10.1-win-x64-portable.zip](https://github.com/nexu-io/open-design/releases/download/open-design-v0.10.1/open-design-0.10.1-win-x64-portable.zip) |

## ๐Ÿ™ Thanks to everyone who shipped 0.10.1

@NJUHua ยท @yinjialu