You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(agents): Claude's built-in sub-agent activity now shows up live. Task runs, background shell watchers, and hooks that fire mid-reply appear as they happen, instead of only surfacing after you reopen the conversation.
fix(fork): Forking a conversation is reliable again. Forks no longer fail with a "database is locked" error, and forking a resumed conversation now branches from the right point instead of replaying duplicated history.
fix(sidebar): Delegation sub-sessions are ordered newest-first. The latest sub-agent appears at the top under its parent, matching the rest of the sidebar — no more scrolling to the bottom to find it.
fix(i18n): The live tool-use counter now appears in your language. The per-turn tool-activity count shown while a reply is streaming was previously left untranslated — it's now localized across all supported languages.
perf(workspace): The first code block in a reply renders without a stall. The syntax-highlighting engine now warms up off the streaming path, so it's ready before the first code block appears.
perf(workspace): Cosmetic conversation updates skip the stats recompute. Changes that only touch a conversation's status, title, or pin state no longer trigger a token/message-count recalculation.
chore(agents): Bundled agents updated — Claude Code 0.57.0(0.3.202), Gemini 0.49.0, OpenCode 1.17.14, CodeBuddy 2.117.1, Kimi Code 0.23.1, and Cline 3.0.38.