What's New
Guaranteed completion indicator
Claude Code sometimes finishes by calling tools (Read, Bash, etc.) without writing a text summary — leaving the user with no idea what happened. Now fixed with a two-layer approach:
Layer 1 — Stronger prompt instruction:
Reinforced system prompt with a CRITICAL directive: after tool calls, Claude MUST write a final text summary. "The user cannot see tool results — they only see your text."
Layer 2 — Client-side fallback:
If the done event arrives and the response text doesn't contain a status line (✅ Done, ⏳ In progress, etc.), a green "✅ Done — N operations" badge is auto-inserted at the bottom of the message. The user always sees a clear completion indicator.
Full Changelog: v5.9.3...v5.9.4