惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
G
Google Developers Blog
B
Blog RSS Feed
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 司徒正美
D
Docker
F
Fortinet All Blogs
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
H
Help Net Security
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
博客园 - Franky
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - claude-cowork-service
2026-06-12 · via AUR Newest Packages

Latest Comments

patrickjaja commented on 2026-03-20 15:35 (UTC) (edited on 2026-03-20 16:00 (UTC) by patrickjaja)

@lpc123 @Al1nuX Its fixed. The new Claude Desktop (1.1.7714) changed its vm-client behavior.

Thanks for your report.

Al1nuX commented on 2026-03-20 15:35 (UTC)

Claude Desktop's VM client correlates responses by id: const a = s.id ?? 0; const o = Ng.get(a);

Without id in the response, every reply was treated as orphaned (id=0 not in pending map), Promises never resolved, and startVM was never called — leaving Cowork stuck polling isGuestConnected indefinitely.

Fix: add ID field to Response struct and pass req.ID through WriteResponse() and WriteError() at all call sites.

patrickjaja commented on 2026-03-20 14:41 (UTC)

@lpc123 thanks, i will immediately check and fix it.

lpc123 commented on 2026-03-20 12:37 (UTC)

The most recent upgrade: claude-code (2.1.72 → 2.1.80) claude-cowork-service (1.0.10 → 1.0.11) ← This is the key one claude-desktop-bin (1.1.5749 → 1.1.7714)

The claude-cowork-service package is what provides the VM/workspace functionality. The update seems to have broken compatibility with the new claude-desktop-bin version.

Looking at the logs:

No vm-bundle directory exists (it's empty) The app is trying to connect to https://a-api.anthropic.com/v1/m but it's being blocked by CSP The workspace never initializes because the VM bundle isn't being downloaded/created

patrickjaja commented on 2026-02-16 13:37 (UTC) (edited on 2026-02-16 13:37 (UTC) by patrickjaja)

StratosL commented on 2026-02-14 15:39 (UTC)