# 0.2.85 — 2026-07-03 ## Features - **Pressing Enter** on an empty prompt now sends the top queued follow-up immediately while a turn is running. - **Tool call grouping** can now be enabled via config.toml or settings to collapse consecutive read/search/list calls. - **Consecutive tool calls** of the same kind can now be folded into a single row when group_tool_verbs is enabled. - **Subagent conversations** now receive the same type-specific instructions in gateway chat as in the CLI. - **Scheduled automation tasks** now show their header panel correctly in gateway chat sessions. - **Promotional announcements** now appear with clickable CTAs and can be non-dismissible. - **Subagents** now run in the background by default unless explicitly set to false. ## Bug Fixes - **Permission prompts** now correctly wrap long bash commands while preserving structure and quotes. - **Claude Code settings** with permissions.defaultMode are now correctly honored. - **Project skills and commands** are now discovered even when their directories are gitignored. - **Inline LaTeX math** with padding spaces now renders correctly instead of showing raw dollar signs. - **Manual /recap** now works on the same turn and long auto recaps are hidden from view while still saved. - **Always allow** for common commands like ls and git status now remembers just the command instead of extra arguments.