-
⚡ edit_block stays responsive on large files — fuzzy matching now runs in a worker thread, so fuzzy searches on big files no longer block the event loop. #500
-
🧯 Terminal output won't run away with memory — per-session output buffers are now capped, so a process that floods stdout no longer balloons DC's memory. #503
-
🗣️ Unsupported tool parameters get flagged, not silently dropped — when the model sends a parameter DC doesn't recognize, it now warns and lists the supported ones instead of quietly ignoring it. #519
-
🖼️ More reliable image reads —
read_filecarries image data once in structured content, so previews rehydrate correctly on clients that read it. #526 -
🔌 Remote: reconnect recovers half-open sockets — the device Realtime channel now recovers from a half-open socket on reconnect instead of getting stuck. #520
-
🧹 Packaging — added npm
repositorymetadata. #499
Contributors: @edgarsskore, @wonderwhy-er, and first-time contributor @chenyuan35 🎉