Tag · 6 posts
cowork
Claude Desktop's Cowork mode: session format, conversation storage, bug fixes, and diagnostic guides.
- Adversarial Subagent Teams: A Retrospective71 invocations of the adversarial-subagent-team pattern in Claude Code and Cowork, verified against the cited PRs, commits, and arXiv references. Across six headline claims: three confirmed clean, one confirmed with caveats, one rejected on falsification, one not supported by the data.agentsclaude-code
- Fixing 'VM Service Not Running' in Claude Desktop Cowork on WindowsThe same error message covers at least six different root causes. Here's the diagnostic decision tree with PowerShell commands, log locations, and fixes for each one.bug-fix
- Where Claude Desktop Actually Stores Your Cowork ConversationsThe session manifests don't contain your conversations. The community tools don't know where to look. Here's the actual path to every Cowork message, tool call, and response, plus an audit log with per-session costs that nobody knew existed.
- Fix: Cowork's file_upload Tool Returns 'Not Allowed' on Every OriginThe Claude in Chrome file_upload tool fails with CDP error -32000 on every site. The fix is a single Chrome extension setting. Here's the one-line solution, the diagnostic that found it, and the wrong assumptions along the way.bug-fix
- Fix: Claude Desktop Freezes on Startup (Cowork Scheduled Task Bug)High-frequency Cowork scheduled tasks can brick Claude Desktop on Windows and macOS. Root cause: the catch-up mechanism. Fix: rename one JSON file.bug-fix
- Reverse-Engineering Claude Desktop's Cowork Session FormatThere's no official schema for Claude Desktop's Cowork session files. So I read 146 of them, diffed the fields, and documented what I found, including some surprises about what Anthropic stores locally.