-
🖼️ Image reads fixed — on some clients the model wasn't actually seeing the image when reading an image file; it does now. #488
-
🪟 Windows: terminal command quoting fixed — some types of commands had their quotes mangled before running; fixed now. #495
-
🪟 Windows: PATH fixes — DC now correctly finds tools and apps that are installed and on your PATH. #484
-
📁 Cowork file listing fixed — directory listings now show up in Cowork (and other clients that read structured content), not just in chat. #496
-
🖨️ PDF generation: stale Chrome cleanup —
write_pdfnow prunes outdated Puppeteer Chrome builds it downloads. #485- ⚠️ This only cleans up going forward, inside DC's own cache. Chrome downloaded by older versions lives in the shared Puppeteer cache and isn't touched — if you don't need it, delete that folder yourself (it can be several GB):
- macOS / Linux:
~/.cache/puppeteer - Windows:
%USERPROFILE%\.cache\puppeteer
- macOS / Linux:
- ⚠️ This only cleans up going forward, inside DC's own cache. Chrome downloaded by older versions lives in the shared Puppeteer cache and isn't touched — if you don't need it, delete that folder yourself (it can be several GB):
Contributors: @wonderwhy-er, @edgarsskore, and first-time contributor @katoken54321go 🎉