Skip to content

v0.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:58
· 10 commits to main since this release

v0.9.0 (2026-07-13)

This release is published under the MIT License.

Features

  • chat: Emit reasoning in tags for the client's thinking panel (0c25fa3)

One instruction added to the chat system prompt: start each reply with brief reasoning inside ..., keeping the visible answer outside the tags. The mcp-chat-client widget (as of its add-live-thinking-panel change) renders this as a Claude-style collapsible panel — reasoning streams into it live, then it collapses to "Thought for Xs" when the answer begins. Verified over a live /chat/stream turn: the model emits the tags split across SSE chunks and the panel handles them correctly.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com


Detailed Changes: v0.8.0...v0.9.0