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

OpenClaw 2026.3.11 release adds local-first Ollama setup, multimodal memory, and Discord thread controls
OpenClaw 2026.3.11 introduces first-class Ollama setup with local-only or hybrid modes, adds multimodal image and audio indexing to memory search using Gemini embeddings, and provides configurable Discord thread archiving times.

Apple Using Google Gemini Access for On-Device AI Model Distillation
Apple has full access to Google's Gemini model for distillation, creating smaller on-device AI models for Siri and other features in iOS 27 without internet connectivity.

LLM Spatial Reasoning Tested: Sokoban Benchmark Shows ChatGPT, Qwen3.7-max, Gemini 3.5-thinking Lead
A custom Sokoban benchmark tested zero-shot spatial reasoning in LLMs with strict formatting. Only ChatGPT, Qwen3.7-max, and Gemini 3.5-thinking passed. Models like Gemini 3.5-flash and Qwen3.7-plus failed due to illegal moves or deadlocks.

Claude Code v2.1.90 Release: New Interactive Lessons, Performance Improvements, and Bug Fixes
Claude Code v2.1.90 introduces /powerup interactive lessons, adds the CLAUDE_CODE_PLUGIN_KEEP_MARKETPLACE_ON_FAILURE environment variable for offline use, and includes multiple performance improvements and bug fixes for tools, UI, and security.