Claude Desktop 1.1.4498 Release Notes: Dock Bounce, Shell Environment Expansion, and Government Cloud Support

User Attention / Dock Bounce
New dockBounceEnabled app setting triggers macOS dock bounce or Windows/Linux taskbar flash when the app isn't focused and needs user input (permission requests, AskUserQuestion calls, notifications). The bounce ID is tracked and cancelled when notifications are dismissed.
Prompt Suggestions
New promptSuggestion field on sessions persists to disk, restores on reload, and clears when messages are sent. Backend propagates via new prompt_suggestion event type, appears in session snapshots. Gated on feature flag 162211072.
Shell Environment Extraction
Shell path worker now runs env inside interactive shell session and filters through whitelist (CC_ENV_EXTRACT_LIST). Whitelist includes: ANTHROPIC_BASE_URL, all CLAUDE_CODE_* variables, CLAUDE_CONFIG_DIR, CLAUDE_CODE_TMPDIR, and full suite of OTEL_* telemetry variables. Windows gets dedicated code path instead of Unix path.
Spaces: reply_to_space MCP Tool
New reply_to_space MCP tool added (behind feature flag) POSTs messages to organizational Spaces via Anthropic API. New "spaces" MCP server category added. Orchestration notifications now support optional spaceUuid and orgUuid fields. New resetBridge() IPC method returns nulled-out { environmentId, dittoUuid, spaceUuid } context.
Government / Custom Deployment Support
New v1() helper detects gov-cloud/custom deployments. When active: Claude Code's baseUrl derives from detected host instead of hardcoded build-time URL, OAuth configs overridden dynamically, VM bundle downloads use custom host, network egress in renderer restricted to single hostname, and DISABLE_MICROCOMPACT: "1" injected into all spawned subprocesses.
Chrome Bridge Tool-Call Timeout
Tool-call timeout reduced from 120 seconds to 10 seconds. New createTimeoutTimer method handles timeout logic with automatic single-retry, preserving originalStartTime and retried flag across attempts. Countdown pauses during user permission dialogs, restarts with fresh window after response. Elapsed time measured from originalStartTime.
Extension Allowlist Refresh
New refreshAllowlistCheck() method added to Extensions IPC bridge (and several other settings bridges) lets renderer trigger re-evaluation of extension allowlist in main process without restart.
Echo Intel Features Removed
Three methods removed from Echo preload bridge: getSlackPulse, runMacroReflection, and getReflections. Renderer can no longer invoke these intelligence/reflection capabilities through IPC surface.
Minor Changes
requestSkooch on QuickWindow bridge now forwards caller-supplied arguments to main process (previously zero-argument signal).
Analysis Cost
Duration: 40m 48s. Model: claude-sonnet-4-6 (253 calls, 1,010 input, 10,909,859 cache read, 1,709,014 cache write, 509,890 output). Total cost: $28.8886.
📖 Read the full source: r/ClaudeAI
👀 See Also

Anthropic's Mythos Leak Reveals Latent High-Capability System
Leaked documents describe Claude Mythos as a 'step-change' in performance with 'unprecedented cybersecurity risks' and advanced cyber capabilities, while Anthropic's $380B valuation creates structural incentives to maintain a public 'Safety' narrative.

Anthropic ships 1M context window for Claude Opus at no extra cost
Anthropic has made the 1M token context window available to all Claude Code users on Max, Team, and Enterprise plans in version 2.1.75, removing the previous extra usage fee. The default window remains 200k tokens.

Longitudinal study finds AI productivity gains at 10%, not 10x
A longitudinal study tracking 40 companies from November 2024 through February 2026 found AI usage increased by 65% on average, but pull request throughput only increased by 9.97%. The data suggests coding was never the primary bottleneck in software development.

AI Agents Need Rollback Primitives, Not Just Autonomy
A developer argues agent frameworks must adopt database concepts like ACID, sagas, and compensating actions to handle partial failures, rather than relying on LLMs to "figure it out."