Preflight Checklist
What's Wrong?
While actively using the Claude Desktop app, the UI automatically re-rendered during normal usage, and after the re-render the Cowork feature was no longer visible anywhere in the interface — no menu item, no sidebar entry, no settings option. The app itself remained functional for other features.
No error message was displayed at any point. Restarting the app did not restore Cowork. Signing out and signing back in restored Cowork immediately.
This suggests a runtime state issue (such as a feature flag refresh, session/entitlement re-fetch, or background reconnection failure) rather than a stale state at app launch.
Note: This report is about the Claude Desktop app (the chat app), not the Claude Code CLI. Filing here because area:cowork and area:desktop labels exist in this repository.
What Should Happen?
The Cowork feature should remain consistently visible throughout an active session. Background UI re-renders or state refreshes should not remove access to features the user is entitled to without any error or notification.
Error Messages/Logs
No error messages were displayed in the UI.
(Console logs from the desktop app were not captured at the time. If the issue reproduces, I will attach DevTools console output.)
Steps to Reproduce
I do not have a deterministic reproduction path. The sequence I observed:
- Open Claude Desktop app (version 1.4758.0) on macOS Sequoia 15.7.3
- Use the app normally with Cowork visible and accessible
- At some point during active use, the UI re-renders automatically (no user action triggered it)
- After the re-render, Cowork is no longer visible in the UI
- Restart the app — Cowork is still missing
- Sign out, then sign back in — Cowork reappears immediately
The trigger for the automatic re-render is unknown. Possible candidates:
- Background feature-flag / entitlements refresh
- Session token refresh
- WebSocket/SSE reconnection after a brief network blip
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
Claude Desktop 1.4758.0 (fb266c), build 2026-04-24T20:22:30.000Z (not Claude Code CLI)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
Preflight Checklist
What's Wrong?
While actively using the Claude Desktop app, the UI automatically re-rendered during normal usage, and after the re-render the Cowork feature was no longer visible anywhere in the interface — no menu item, no sidebar entry, no settings option. The app itself remained functional for other features.
No error message was displayed at any point. Restarting the app did not restore Cowork. Signing out and signing back in restored Cowork immediately.
This suggests a runtime state issue (such as a feature flag refresh, session/entitlement re-fetch, or background reconnection failure) rather than a stale state at app launch.
Note: This report is about the Claude Desktop app (the chat app), not the Claude Code CLI. Filing here because area:cowork and area:desktop labels exist in this repository.
What Should Happen?
The Cowork feature should remain consistently visible throughout an active session. Background UI re-renders or state refreshes should not remove access to features the user is entitled to without any error or notification.
Error Messages/Logs
No error messages were displayed in the UI. (Console logs from the desktop app were not captured at the time. If the issue reproduces, I will attach DevTools console output.)Steps to Reproduce
I do not have a deterministic reproduction path. The sequence I observed:
The trigger for the automatic re-render is unknown. Possible candidates:
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
No response
Claude Code Version
Claude Desktop 1.4758.0 (fb266c), build 2026-04-24T20:22:30.000Z (not Claude Code CLI)
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
area:desktopandarea:coworklabels (e.g., recent issues Desktop app: cannot change primary working directory or open new chat #54461, Team messaging: lead session resumed after restart never delivers teammate messages (InboxPoller short-circuits on missing teamContext) #54463).