chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.47 - #315
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.47#315renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
from
June 11, 2026 11:50
df6e37c to
fb540db
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
from
June 26, 2026 14:50
fb540db to
a3bc77d
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
from
July 9, 2026 23:33
a3bc77d to
7743142
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
from
July 10, 2026 23:50
7743142 to
ef7fba0
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
2 times, most recently
from
July 14, 2026 10:05
7325660 to
27895dd
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
from
July 16, 2026 20:35
27895dd to
3ef124f
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
2 times, most recently
from
July 30, 2026 16:15
bf7d9ae to
c9848ed
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
from
August 4, 2026 13:45
c9848ed to
691df39
Compare
renovate
Bot
force-pushed
the
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
branch
from
August 11, 2026 22:38
691df39 to
39065f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.41→0.2.47Release Notes
wonderwhy-er/DesktopCommanderMCP (@wonderwhy-er/desktop-commander)
v0.2.47Compare Source
v0.2.46Compare Source
v0.2.45Compare Source
v0.2.44: # Release Notes — v0.2.44Compare Source
🐢 Multi-minute tool-call hangs under parallel load — fixed — under heavy parallel file I/O, tool calls (even in-memory ones like
list_processes) could stall ~4 minutes then recover. Stats persistence is now non-blocking, the libuv threadpool is raised to 16, and stalled reads are cancelled via a flat 3-minute abortable timeout that fails before the client's opaque cutoff. #535🔌 Remote: device no longer wedges offline after sleep/wifi loss — a half-open socket could park the realtime channel in
joiningforever, leaving the device offline until restart. Time-in-joiningis now bounded, forcing a channel recreate instead of wedging. #528🛡️
write_filewon't silently clobber a file on a missing mode — an omittedmodeused to default torewriteand replace the whole file, so a dropped param on an intended append could destroy content. Writes to existing non-empty files now require an explicitappend/rewrite. Creating new or empty files keeps the zero-friction default. #546🖼️ More reliable file previews — the preview widget now renders every file type from its own
read_filepull, withstructuredContentreturned as metadata-only on UI reads (no content duplication for the model). An 8s RPC bound and 10s watchdog replace a preview that could spin forever. #536Contributors: @wonderwhy-er, @edgarsskore
v0.2.43: # Release Notes — v0.2.43Compare Source
⚡ 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. #499Contributors: @edgarsskore, @wonderwhy-er, and first-time contributor @chenyuan35 🎉
v0.2.42: Release Notes — v0.2.42Compare Source
🖼️ 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~/.cache/puppeteer%USERPROFILE%\.cache\puppeteerContributors: @wonderwhy-er, @edgarsskore, and first-time contributor @katoken54321go 🎉
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.