Skip to content

chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.47 - #315

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wonderwhy-er-desktop-commander-0.x-lockfile
Open

chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.47#315
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wonderwhy-er-desktop-commander-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@wonderwhy-er/desktop-commander 0.2.410.2.47 age confidence

Release Notes

wonderwhy-er/DesktopCommanderMCP (@​wonderwhy-er/desktop-commander)

v0.2.47

Compare Source

v0.2.46

Compare Source

v0.2.45

Compare Source

v0.2.44: # Release Notes — v0.2.44

Compare 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 joining forever, leaving the device offline until restart. Time-in-joining is now bounded, forcing a channel recreate instead of wedging. #​528

  • 🛡️ write_file won't silently clobber a file on a missing mode — an omitted mode used to default to rewrite and replace the whole file, so a dropped param on an intended append could destroy content. Writes to existing non-empty files now require an explicit append/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_file pull, with structuredContent returned 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. #​536

Contributors: @​wonderwhy-er, @​edgarsskore

v0.2.43: # Release Notes — v0.2.43

Compare 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 readsread_file carries 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 repository metadata. #​499

Contributors: @​edgarsskore, @​wonderwhy-er, and first-time contributor @​chenyuan35 🎉

v0.2.42: Release Notes — v0.2.42

Compare 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 cleanupwrite_pdf now 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

Contributors: @​wonderwhy-er, @​edgarsskore, and first-time contributor @​katoken54321go 🎉


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch from df6e37c to fb540db Compare June 11, 2026 11:50
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch from fb540db to a3bc77d Compare June 26, 2026 14:50
@renovate renovate Bot changed the title chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.42 chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.43 Jun 26, 2026
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch from a3bc77d to 7743142 Compare July 9, 2026 23:33
@renovate renovate Bot changed the title chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.43 chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.44 Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch from 7743142 to ef7fba0 Compare July 10, 2026 23:50
@renovate renovate Bot changed the title chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.44 chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.45 Jul 10, 2026
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch 2 times, most recently from 7325660 to 27895dd Compare July 14, 2026 10:05
@renovate renovate Bot changed the title chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.45 chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.46 Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch from 27895dd to 3ef124f Compare July 16, 2026 20:35
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch 2 times, most recently from bf7d9ae to c9848ed Compare July 30, 2026 16:15
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch from c9848ed to 691df39 Compare August 4, 2026 13:45
@renovate renovate Bot changed the title chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.46 chore(deps): update dependency @wonderwhy-er/desktop-commander to v0.2.47 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/wonderwhy-er-desktop-commander-0.x-lockfile branch from 691df39 to 39065f0 Compare August 11, 2026 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants