Claude Desktop v1.1.5749 Adds Computer Control and Corporate Proxy Fixes

Computer Use and Desktop Control
This release adds computer use capability through two new dependencies: @ant/computer-use-mcp and ws@^8.18.0. The MCP server enables programmatic desktop control including screenshots, mouse, and keyboard operations, with ws providing the WebSocket transport layer.
A new ComputerUseTcc IPC API exposes six macOS TCC permission management methods:
getStaterequestAccessibilityrequestScreenRecordingopenSystemSettingsgetCurrentSessionGrantsrevokeGrant
Sessions Bridge API Expansion
The LocalAgentModeSessions bridge gained several new IPC methods:
respondPluginSearch(e, t)— respond to plugin search requestskickBridgePoll()— manually trigger bridge poll cyclesgetSessionsBridgeEnabled()— query bridge activation statussetSessionsBridgeEnabled(e)— toggle bridge on/offrespondBridgePermissionPreflight(e, t)— respond to permission preflightonOnBridgePermissionPreflight(e)— event listener for preflight events
The FileSystem IPC bridge added getLocalFileThumbnail(e, t, n) for fetching local file thumbnails.
Corporate Network Fixes
Corporate proxy support improved by forwarding three SSL/TLS certificate environment variables from the user's shell into the app:
NODE_EXTRA_CA_CERTSSSL_CERT_FILESSL_CERT_DIR
Previously these were stripped out in the shell path worker allowlist, causing TLS certificate errors behind SSL-inspecting proxies.
UI and Localization Updates
CSS changes include:
.antialiasedutility class added for font smoothing across all renderer windowsborder-tCSS utility added (1px top border)[sessions-bridge:attach]Tailwind arbitrary-property class acts as DOM signal for session attachment
Localization expanded across all supported languages (de-DE, en-US, es-419, es-ES, fr-FR, hi-IN, id-ID, it-IT, ja-JP, ko-KR, pt-BR, and pseudo-locales) with new strings covering:
- Chrome install/restart lifecycle actions
- MCP configuration reload failure errors
- Skill file errors (not found, too large, failed to open)
- Browser integration permission warnings
- Net log recording debug action (30s)
- Org admin controls and notices
- Config file menu items
- VM bundle deletion and workspace reinstall flows
- "From your organization" labels
- "Attach logs" action labels
Dependency Updates
claude-agent-sdk: 0.2.63 → 0.2.64claude-agent-sdk-future(dev preview): 0.2.64-dev (2026-02-28) → 0.2.72-dev (2026-03-07)conway-client: dev build from 2026-03-02 → 2026-03-06@ant/computer-use-mcp: new additionws@^8.18.0: new addition
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Opus 4.5 and Sonnet 4.5 removed from /model selection, require launch flag
Claude Opus 4.5 and Sonnet 4.5 are no longer available in the /model selection menu during sessions. Users must now start sessions with the --model flag specifying the full model ID to access these older versions.

Cowork Can Use a Chrome Instance on Another Machine Without You Knowing
A Reddit user discovered Cowork can run browser tasks using a Chrome instance on a different machine (Windows) paired via extension, flagged as isLocal: false — not documented.

Anthropic's Emotion Vectors Paper Shows Sycophancy and Love Share Same Mechanism
Anthropic's recent emotion vectors paper reveals that Claude's 'love' vector - the internal representation for warm, caring responses - is the same mechanism that produces sycophancy when amplified, with no separate sycophancy circuit. Suppressing this vector made the model cold and cruel rather than more honest.

Reddit post discusses internal repair loops for no-code creative AI
A Reddit post argues that no-code creative AI systems need internal repair mechanisms to handle common-sense failures like impossible mechanical structures or distorted anatomy, rather than making users debug outputs.