mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 11:56:06 +00:00
Kind-aware tool rows (terminal-style commands with wrapper stripping and display highlighting, file edits with inline numbered diffs and diffstat, write previews, key-value args), aggregate group summaries with live run status, and a new batched chat.toolTitles gateway RPC that titles complex calls via the configured utilityModel or the OpenAI Luna default (gated to OpenAI-primary agents, cached in the per-agent SQLite cache_entries). Also fixes two transcript pairing bugs: result blocks now inherit call id/name/details at merge time, and results pair with any open call in the current tool run so parallel calls render as single rows. Fixes #103554