v1.3.14+claude1.1.4328
I pulled through the diff on this one. Most of the work is reliability improvements and org management. The extension blocking behavior change is the most visible thing for end users.
Extension Management
Org-blocked extensions are now disabled instead of deleted. They get tagged with an orgBlockedReason field and sit dormant. Switch to an org that allows them and they re-enable automatically.
Previously, a blocked extension was gone. You'd have to reinstall when switching between orgs with different policies. The new behavior preserves the install across org contexts.
New i18n strings back this up: "Extensions Disabled" and "The following extensions have been disabled because they are not allowed in your current organization" are wired into all supported locales.
Spaces File Management
Two new IPC methods for collaborative spaces: createSpaceFolder and copyFilesToSpaceFolder. The spaceId field also shows up in scheduled task creation, updates, and sync. Looks like groundwork for file-centric collaboration within spaces.
Session Reliability
Session writes now use an atomic temp-file-then-rename pattern to prevent data corruption from interrupted writes.
Bootstrap fetches got retry logic with exponential backoff — [1s, 2s, 4s] before giving up. And startSession now throws a descriptive error with network troubleshooting guidance if account info is still unavailable after initialization. Before, it would silently proceed.
New IPC Methods
LocalSessions.delete(): Full session cleanup — archive, file deletion, event emission.FileSystem.browseFiles(): Multi-file selection dialog exposed to the renderer via IPC.
Security and Auth
CDP authentication now uses Ed25519 signature verification with a 5-minute token expiration window.
OAuth token caches are now keyed per API host, which matters if you're hitting multiple API hosts from the same client.
Environment checks for the Chrome extension bridge and Office add-in bridge were broadened from === "staging" to !== "production". Any non-production environment gets those bridges now.
Removals
The update_plan MCP tool was removed entirely.
Dependencies
@anthropic-ai/claude-agent-sdk-future bumped from 0.2.51 to 0.2.54-dev (February 24, 2026 dev build).
Analysis Cost
Duration: 36m 33s
| Model | Calls | Input | Cache Read | Cache Write | Output | Cost |
|---|---|---|---|---|---|---|
| claude-haiku-4-5-20251001 | 444 | 12,577 | 28,342,614 | 2,339,442 | 951,720 | $10.5297 |
| claude-sonnet-4-6 | 2 | 6 | 33,295 | 92,282 | 5,450 | $0.7297 |
| Total | 446 | 12,583 | 28,375,909 | 2,431,724 | 957,170 | $11.2594 |
Wrapper/Packaging Changes
The following commits were made to the build wrapper and packaging between v1.3.14+claude1.1.4173 and v1.3.14+claude1.1.4328: